luminarycloud 0.16.1__py3-none-any.whl → 0.17.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. luminarycloud/_auth/auth.py +23 -34
  2. luminarycloud/_client/client.py +21 -5
  3. luminarycloud/_client/retry_interceptor.py +7 -0
  4. luminarycloud/_helpers/_create_geometry.py +0 -2
  5. luminarycloud/_helpers/_wait_for_mesh.py +14 -4
  6. luminarycloud/_helpers/warnings/__init__.py +0 -1
  7. luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.py +120 -120
  8. luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.pyi +2 -8
  9. luminarycloud/_proto/api/v0/luminarycloud/mesh/mesh_pb2.py +25 -3
  10. luminarycloud/_proto/api/v0/luminarycloud/mesh/mesh_pb2.pyi +30 -0
  11. luminarycloud/_proto/api/v0/luminarycloud/mesh/mesh_pb2_grpc.py +34 -0
  12. luminarycloud/_proto/api/v0/luminarycloud/mesh/mesh_pb2_grpc.pyi +12 -0
  13. luminarycloud/_proto/api/v0/luminarycloud/project_ui_state/project_ui_state_pb2.py +97 -0
  14. luminarycloud/_proto/api/v0/luminarycloud/project_ui_state/project_ui_state_pb2.pyi +93 -0
  15. luminarycloud/_proto/api/v0/luminarycloud/project_ui_state/project_ui_state_pb2_grpc.py +132 -0
  16. luminarycloud/_proto/api/v0/luminarycloud/project_ui_state/project_ui_state_pb2_grpc.pyi +44 -0
  17. luminarycloud/_proto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape_pb2.py +88 -34
  18. luminarycloud/_proto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape_pb2.pyi +96 -6
  19. luminarycloud/_proto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape_pb2_grpc.py +68 -0
  20. luminarycloud/_proto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape_pb2_grpc.pyi +24 -0
  21. luminarycloud/_proto/api/v0/luminarycloud/vis/vis_pb2.py +153 -133
  22. luminarycloud/_proto/api/v0/luminarycloud/vis/vis_pb2.pyi +51 -3
  23. luminarycloud/_proto/cad/shape_pb2.py +78 -19
  24. luminarycloud/_proto/cad/transformation_pb2.py +34 -15
  25. luminarycloud/_proto/geometry/geometry_pb2.py +62 -62
  26. luminarycloud/_proto/geometry/geometry_pb2.pyi +3 -5
  27. luminarycloud/_proto/hexmesh/hexmesh_pb2.py +17 -4
  28. luminarycloud/_proto/hexmesh/hexmesh_pb2.pyi +22 -1
  29. luminarycloud/_proto/quantity/quantity_pb2.py +19 -19
  30. luminarycloud/_proto/upload/upload_pb2.py +25 -15
  31. luminarycloud/_proto/upload/upload_pb2.pyi +31 -2
  32. luminarycloud/feature_modification.py +0 -5
  33. luminarycloud/geometry.py +15 -2
  34. luminarycloud/mesh.py +16 -0
  35. luminarycloud/named_variable_set.py +3 -4
  36. luminarycloud/outputs/stopping_conditions.py +0 -3
  37. luminarycloud/physics_ai/architectures.py +0 -4
  38. luminarycloud/physics_ai/inference.py +0 -4
  39. luminarycloud/physics_ai/models.py +0 -4
  40. luminarycloud/physics_ai/solution.py +2 -2
  41. luminarycloud/pipelines/__init__.py +6 -0
  42. luminarycloud/pipelines/arguments.py +105 -0
  43. luminarycloud/pipelines/core.py +204 -20
  44. luminarycloud/pipelines/operators.py +11 -9
  45. luminarycloud/pipelines/parameters.py +25 -4
  46. luminarycloud/project.py +37 -11
  47. luminarycloud/simulation_param.py +0 -2
  48. luminarycloud/simulation_template.py +1 -3
  49. luminarycloud/solution.py +1 -3
  50. luminarycloud/vis/__init__.py +2 -0
  51. luminarycloud/vis/data_extraction.py +201 -31
  52. luminarycloud/vis/filters.py +94 -35
  53. luminarycloud/vis/primitives.py +78 -1
  54. luminarycloud/vis/visualization.py +44 -6
  55. luminarycloud/volume_selection.py +0 -4
  56. {luminarycloud-0.16.1.dist-info → luminarycloud-0.17.0.dist-info}/METADATA +1 -1
  57. {luminarycloud-0.16.1.dist-info → luminarycloud-0.17.0.dist-info}/RECORD +58 -54
  58. luminarycloud/_helpers/warnings/experimental.py +0 -48
  59. {luminarycloud-0.16.1.dist-info → luminarycloud-0.17.0.dist-info}/WHEEL +0 -0
@@ -13,9 +13,10 @@ _sym_db = _symbol_database.Default()
13
13
 
14
14
 
15
15
  from luminarycloud._proto.base import base_pb2 as proto_dot_base_dot_base__pb2
16
+ from luminarycloud._proto.options import options_pb2 as proto_dot_options_dot_options__pb2
16
17
 
17
18
 
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15proto/cad/shape.proto\x12\x12luminary.proto.cad\x1a\x15proto/base/base.proto\"F\n\x06Sphere\x12,\n\x06\x63\x65nter\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12\x0e\n\x06radius\x18\x02 \x01(\x01\"a\n\x0bSphereShell\x12,\n\x06\x63\x65nter\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12\x0e\n\x06radius\x18\x02 \x01(\x01\x12\x14\n\x0cradius_inner\x18\x03 \x01(\x01\"x\n\nHalfSphere\x12,\n\x06\x63\x65nter\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12\x0e\n\x06radius\x18\x02 \x01(\x01\x12,\n\x06normal\x18\x03 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\"\\\n\x04\x43ube\x12)\n\x03min\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12)\n\x03max\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\"\xee\x01\n\x0cOrientedCube\x12)\n\x03min\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12)\n\x03max\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12,\n\x06origin\x18\x03 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12,\n\x06x_axis\x18\x04 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12,\n\x06y_axis\x18\x05 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\"r\n\x08\x43ylinder\x12+\n\x05start\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12)\n\x03\x65nd\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12\x0e\n\x06radius\x18\x03 \x01(\x01\"\x8f\x01\n\x0f\x41nnularCylinder\x12+\n\x05start\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12)\n\x03\x65nd\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12\x0e\n\x06radius\x18\x03 \x01(\x01\x12\x14\n\x0cradius_inner\x18\x04 \x01(\x01\"\x8f\x01\n\x05Torus\x12,\n\x06\x63\x65nter\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12,\n\x06normal\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12\x14\n\x0cmajor_radius\x18\x03 \x01(\x01\x12\x14\n\x0cminor_radius\x18\x04 \x01(\x01\"z\n\x04\x43one\x12*\n\x04\x61pex\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12\x31\n\x0b\x62\x61se_center\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12\x13\n\x0b\x62\x61se_radius\x18\x03 \x01(\x01\x42\"Z luminarycloud.com/core/proto/cadb\x06proto3')
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15proto/cad/shape.proto\x12\x12luminary.proto.cad\x1a\x15proto/base/base.proto\x1a\x1bproto/options/options.proto\"T\n\x06Sphere\x12\x33\n\x06\x63\x65nter\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\x12\x15\n\x06radius\x18\x02 \x01(\x01\x42\x05\xb8\xb2\x19\x80P\"v\n\x0bSphereShell\x12\x33\n\x06\x63\x65nter\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\x12\x15\n\x06radius\x18\x02 \x01(\x01\x42\x05\xb8\xb2\x19\x80P\x12\x1b\n\x0cradius_inner\x18\x03 \x01(\x01\x42\x05\xb8\xb2\x19\x80P\"\x8e\x01\n\nHalfSphere\x12\x33\n\x06\x63\x65nter\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\x12\x15\n\x06radius\x18\x02 \x01(\x01\x42\x05\xb8\xb2\x19\x80P\x12\x34\n\x06normal\x18\x03 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x06\xb8\xb2\x19\xd4\x9a\x02\"j\n\x04\x43ube\x12\x30\n\x03min\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\x12\x30\n\x03max\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\"\x93\x02\n\x0cOrientedCube\x12\x30\n\x03min\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\x12\x30\n\x03max\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\x12\x33\n\x06origin\x18\x03 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\x12\x34\n\x06x_axis\x18\x04 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x06\xb8\xb2\x19\xd4\x9a\x02\x12\x34\n\x06y_axis\x18\x05 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x06\xb8\xb2\x19\xd4\x9a\x02\"\x87\x01\n\x08\x43ylinder\x12\x32\n\x05start\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\x12\x30\n\x03\x65nd\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\x12\x15\n\x06radius\x18\x03 \x01(\x01\x42\x05\xb8\xb2\x19\x80P\"\xab\x01\n\x0f\x41nnularCylinder\x12\x32\n\x05start\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\x12\x30\n\x03\x65nd\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\x12\x15\n\x06radius\x18\x03 \x01(\x01\x42\x05\xb8\xb2\x19\x80P\x12\x1b\n\x0cradius_inner\x18\x04 \x01(\x01\x42\x05\xb8\xb2\x19\x80P\"\xac\x01\n\x05Torus\x12\x33\n\x06\x63\x65nter\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\x12\x34\n\x06normal\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x06\xb8\xb2\x19\xd4\x9a\x02\x12\x1b\n\x0cmajor_radius\x18\x03 \x01(\x01\x42\x05\xb8\xb2\x19\x80P\x12\x1b\n\x0cminor_radius\x18\x04 \x01(\x01\x42\x05\xb8\xb2\x19\x80P\"\x8f\x01\n\x04\x43one\x12\x31\n\x04\x61pex\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\x12\x38\n\x0b\x62\x61se_center\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\x12\x1a\n\x0b\x62\x61se_radius\x18\x03 \x01(\x01\x42\x05\xb8\xb2\x19\x80PB\"Z luminarycloud.com/core/proto/cadb\x06proto3')
19
20
 
20
21
 
21
22
 
@@ -95,22 +96,80 @@ if _descriptor._USE_C_DESCRIPTORS == False:
95
96
 
96
97
  DESCRIPTOR._options = None
97
98
  DESCRIPTOR._serialized_options = b'Z luminarycloud.com/core/proto/cad'
98
- _SPHERE._serialized_start=68
99
- _SPHERE._serialized_end=138
100
- _SPHERESHELL._serialized_start=140
101
- _SPHERESHELL._serialized_end=237
102
- _HALFSPHERE._serialized_start=239
103
- _HALFSPHERE._serialized_end=359
104
- _CUBE._serialized_start=361
105
- _CUBE._serialized_end=453
106
- _ORIENTEDCUBE._serialized_start=456
107
- _ORIENTEDCUBE._serialized_end=694
108
- _CYLINDER._serialized_start=696
109
- _CYLINDER._serialized_end=810
110
- _ANNULARCYLINDER._serialized_start=813
111
- _ANNULARCYLINDER._serialized_end=956
112
- _TORUS._serialized_start=959
113
- _TORUS._serialized_end=1102
114
- _CONE._serialized_start=1104
115
- _CONE._serialized_end=1226
99
+ _SPHERE.fields_by_name['center']._options = None
100
+ _SPHERE.fields_by_name['center']._serialized_options = b'\270\262\031\200P'
101
+ _SPHERE.fields_by_name['radius']._options = None
102
+ _SPHERE.fields_by_name['radius']._serialized_options = b'\270\262\031\200P'
103
+ _SPHERESHELL.fields_by_name['center']._options = None
104
+ _SPHERESHELL.fields_by_name['center']._serialized_options = b'\270\262\031\200P'
105
+ _SPHERESHELL.fields_by_name['radius']._options = None
106
+ _SPHERESHELL.fields_by_name['radius']._serialized_options = b'\270\262\031\200P'
107
+ _SPHERESHELL.fields_by_name['radius_inner']._options = None
108
+ _SPHERESHELL.fields_by_name['radius_inner']._serialized_options = b'\270\262\031\200P'
109
+ _HALFSPHERE.fields_by_name['center']._options = None
110
+ _HALFSPHERE.fields_by_name['center']._serialized_options = b'\270\262\031\200P'
111
+ _HALFSPHERE.fields_by_name['radius']._options = None
112
+ _HALFSPHERE.fields_by_name['radius']._serialized_options = b'\270\262\031\200P'
113
+ _HALFSPHERE.fields_by_name['normal']._options = None
114
+ _HALFSPHERE.fields_by_name['normal']._serialized_options = b'\270\262\031\324\232\002'
115
+ _CUBE.fields_by_name['min']._options = None
116
+ _CUBE.fields_by_name['min']._serialized_options = b'\270\262\031\200P'
117
+ _CUBE.fields_by_name['max']._options = None
118
+ _CUBE.fields_by_name['max']._serialized_options = b'\270\262\031\200P'
119
+ _ORIENTEDCUBE.fields_by_name['min']._options = None
120
+ _ORIENTEDCUBE.fields_by_name['min']._serialized_options = b'\270\262\031\200P'
121
+ _ORIENTEDCUBE.fields_by_name['max']._options = None
122
+ _ORIENTEDCUBE.fields_by_name['max']._serialized_options = b'\270\262\031\200P'
123
+ _ORIENTEDCUBE.fields_by_name['origin']._options = None
124
+ _ORIENTEDCUBE.fields_by_name['origin']._serialized_options = b'\270\262\031\200P'
125
+ _ORIENTEDCUBE.fields_by_name['x_axis']._options = None
126
+ _ORIENTEDCUBE.fields_by_name['x_axis']._serialized_options = b'\270\262\031\324\232\002'
127
+ _ORIENTEDCUBE.fields_by_name['y_axis']._options = None
128
+ _ORIENTEDCUBE.fields_by_name['y_axis']._serialized_options = b'\270\262\031\324\232\002'
129
+ _CYLINDER.fields_by_name['start']._options = None
130
+ _CYLINDER.fields_by_name['start']._serialized_options = b'\270\262\031\200P'
131
+ _CYLINDER.fields_by_name['end']._options = None
132
+ _CYLINDER.fields_by_name['end']._serialized_options = b'\270\262\031\200P'
133
+ _CYLINDER.fields_by_name['radius']._options = None
134
+ _CYLINDER.fields_by_name['radius']._serialized_options = b'\270\262\031\200P'
135
+ _ANNULARCYLINDER.fields_by_name['start']._options = None
136
+ _ANNULARCYLINDER.fields_by_name['start']._serialized_options = b'\270\262\031\200P'
137
+ _ANNULARCYLINDER.fields_by_name['end']._options = None
138
+ _ANNULARCYLINDER.fields_by_name['end']._serialized_options = b'\270\262\031\200P'
139
+ _ANNULARCYLINDER.fields_by_name['radius']._options = None
140
+ _ANNULARCYLINDER.fields_by_name['radius']._serialized_options = b'\270\262\031\200P'
141
+ _ANNULARCYLINDER.fields_by_name['radius_inner']._options = None
142
+ _ANNULARCYLINDER.fields_by_name['radius_inner']._serialized_options = b'\270\262\031\200P'
143
+ _TORUS.fields_by_name['center']._options = None
144
+ _TORUS.fields_by_name['center']._serialized_options = b'\270\262\031\200P'
145
+ _TORUS.fields_by_name['normal']._options = None
146
+ _TORUS.fields_by_name['normal']._serialized_options = b'\270\262\031\324\232\002'
147
+ _TORUS.fields_by_name['major_radius']._options = None
148
+ _TORUS.fields_by_name['major_radius']._serialized_options = b'\270\262\031\200P'
149
+ _TORUS.fields_by_name['minor_radius']._options = None
150
+ _TORUS.fields_by_name['minor_radius']._serialized_options = b'\270\262\031\200P'
151
+ _CONE.fields_by_name['apex']._options = None
152
+ _CONE.fields_by_name['apex']._serialized_options = b'\270\262\031\200P'
153
+ _CONE.fields_by_name['base_center']._options = None
154
+ _CONE.fields_by_name['base_center']._serialized_options = b'\270\262\031\200P'
155
+ _CONE.fields_by_name['base_radius']._options = None
156
+ _CONE.fields_by_name['base_radius']._serialized_options = b'\270\262\031\200P'
157
+ _SPHERE._serialized_start=97
158
+ _SPHERE._serialized_end=181
159
+ _SPHERESHELL._serialized_start=183
160
+ _SPHERESHELL._serialized_end=301
161
+ _HALFSPHERE._serialized_start=304
162
+ _HALFSPHERE._serialized_end=446
163
+ _CUBE._serialized_start=448
164
+ _CUBE._serialized_end=554
165
+ _ORIENTEDCUBE._serialized_start=557
166
+ _ORIENTEDCUBE._serialized_end=832
167
+ _CYLINDER._serialized_start=835
168
+ _CYLINDER._serialized_end=970
169
+ _ANNULARCYLINDER._serialized_start=973
170
+ _ANNULARCYLINDER._serialized_end=1144
171
+ _TORUS._serialized_start=1147
172
+ _TORUS._serialized_end=1319
173
+ _CONE._serialized_start=1322
174
+ _CONE._serialized_end=1465
116
175
  # @@protoc_insertion_point(module_scope)
@@ -13,9 +13,10 @@ _sym_db = _symbol_database.Default()
13
13
 
14
14
 
15
15
  from luminarycloud._proto.base import base_pb2 as proto_dot_base_dot_base__pb2
16
+ from luminarycloud._proto.options import options_pb2 as proto_dot_options_dot_options__pb2
16
17
 
17
18
 
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1eproto/cad/transformation.proto\x12\x12luminary.proto.cad\x1a\x15proto/base/base.proto\"r\n\x0f\x41ugmentedMatrix\x12,\n\x06\x61\x66\x66ine\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Matrix3\x12\x31\n\x0btranslation\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\"V\n\x10MagnitudeVector3\x12/\n\tdirection\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12\x11\n\tmagnitude\x18\x02 \x01(\x01\"\x8f\x01\n\x0bTranslation\x12.\n\x06vector\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3H\x00\x12@\n\x10magnitude_vector\x18\x02 \x01(\x0b\x32$.luminary.proto.cad.MagnitudeVector3H\x00\x42\x0e\n\x0c\x64isplacement\"p\n\x0f\x41nchoredVector3\x12,\n\x06origin\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12/\n\tdirection\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\"[\n\x08Rotation\x12\r\n\x05\x61ngle\x18\x01 \x01(\x01\x12\x38\n\tarbitrary\x18\x02 \x01(\x0b\x32#.luminary.proto.cad.AnchoredVector3H\x00\x42\x06\n\x04\x61xis\"e\n\x07Scaling\x12\x31\n\tarbitrary\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3H\x00\x12\x13\n\tisotropic\x18\x02 \x01(\x01H\x01\x42\x08\n\x06originB\x08\n\x06\x66\x61\x63tor\"O\n\nReflection\x12\x38\n\tarbitrary\x18\x01 \x01(\x0b\x32#.luminary.proto.cad.AnchoredVector3H\x00\x42\x07\n\x05planeB\"Z luminarycloud.com/core/proto/cadb\x06proto3')
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1eproto/cad/transformation.proto\x12\x12luminary.proto.cad\x1a\x15proto/base/base.proto\x1a\x1bproto/options/options.proto\"\x81\x01\n\x0f\x41ugmentedMatrix\x12\x34\n\x06\x61\x66\x66ine\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Matrix3B\x06\xb8\xb2\x19\xd4\x9a\x02\x12\x38\n\x0btranslation\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\"e\n\x10MagnitudeVector3\x12\x37\n\tdirection\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x06\xb8\xb2\x19\xd4\x9a\x02\x12\x18\n\tmagnitude\x18\x02 \x01(\x01\x42\x05\xb8\xb2\x19\x80P\"\x96\x01\n\x0bTranslation\x12\x35\n\x06vector\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80PH\x00\x12@\n\x10magnitude_vector\x18\x02 \x01(\x0b\x32$.luminary.proto.cad.MagnitudeVector3H\x00\x42\x0e\n\x0c\x64isplacement\"\x7f\n\x0f\x41nchoredVector3\x12\x33\n\x06origin\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80P\x12\x37\n\tdirection\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x06\xb8\xb2\x19\xd4\x9a\x02\"[\n\x08Rotation\x12\r\n\x05\x61ngle\x18\x01 \x01(\x01\x12\x38\n\tarbitrary\x18\x02 \x01(\x0b\x32#.luminary.proto.cad.AnchoredVector3H\x00\x42\x06\n\x04\x61xis\"t\n\x07Scaling\x12\x38\n\tarbitrary\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x05\xb8\xb2\x19\x80PH\x00\x12\x1b\n\tisotropic\x18\x02 \x01(\x01\x42\x06\xb8\xb2\x19\xd4\x9a\x02H\x01\x42\x08\n\x06originB\x08\n\x06\x66\x61\x63tor\"O\n\nReflection\x12\x38\n\tarbitrary\x18\x01 \x01(\x0b\x32#.luminary.proto.cad.AnchoredVector3H\x00\x42\x07\n\x05planeB\"Z luminarycloud.com/core/proto/cadb\x06proto3')
19
20
 
20
21
 
21
22
 
@@ -79,18 +80,36 @@ if _descriptor._USE_C_DESCRIPTORS == False:
79
80
 
80
81
  DESCRIPTOR._options = None
81
82
  DESCRIPTOR._serialized_options = b'Z luminarycloud.com/core/proto/cad'
82
- _AUGMENTEDMATRIX._serialized_start=77
83
- _AUGMENTEDMATRIX._serialized_end=191
84
- _MAGNITUDEVECTOR3._serialized_start=193
85
- _MAGNITUDEVECTOR3._serialized_end=279
86
- _TRANSLATION._serialized_start=282
87
- _TRANSLATION._serialized_end=425
88
- _ANCHOREDVECTOR3._serialized_start=427
89
- _ANCHOREDVECTOR3._serialized_end=539
90
- _ROTATION._serialized_start=541
91
- _ROTATION._serialized_end=632
92
- _SCALING._serialized_start=634
93
- _SCALING._serialized_end=735
94
- _REFLECTION._serialized_start=737
95
- _REFLECTION._serialized_end=816
83
+ _AUGMENTEDMATRIX.fields_by_name['affine']._options = None
84
+ _AUGMENTEDMATRIX.fields_by_name['affine']._serialized_options = b'\270\262\031\324\232\002'
85
+ _AUGMENTEDMATRIX.fields_by_name['translation']._options = None
86
+ _AUGMENTEDMATRIX.fields_by_name['translation']._serialized_options = b'\270\262\031\200P'
87
+ _MAGNITUDEVECTOR3.fields_by_name['direction']._options = None
88
+ _MAGNITUDEVECTOR3.fields_by_name['direction']._serialized_options = b'\270\262\031\324\232\002'
89
+ _MAGNITUDEVECTOR3.fields_by_name['magnitude']._options = None
90
+ _MAGNITUDEVECTOR3.fields_by_name['magnitude']._serialized_options = b'\270\262\031\200P'
91
+ _TRANSLATION.fields_by_name['vector']._options = None
92
+ _TRANSLATION.fields_by_name['vector']._serialized_options = b'\270\262\031\200P'
93
+ _ANCHOREDVECTOR3.fields_by_name['origin']._options = None
94
+ _ANCHOREDVECTOR3.fields_by_name['origin']._serialized_options = b'\270\262\031\200P'
95
+ _ANCHOREDVECTOR3.fields_by_name['direction']._options = None
96
+ _ANCHOREDVECTOR3.fields_by_name['direction']._serialized_options = b'\270\262\031\324\232\002'
97
+ _SCALING.fields_by_name['arbitrary']._options = None
98
+ _SCALING.fields_by_name['arbitrary']._serialized_options = b'\270\262\031\200P'
99
+ _SCALING.fields_by_name['isotropic']._options = None
100
+ _SCALING.fields_by_name['isotropic']._serialized_options = b'\270\262\031\324\232\002'
101
+ _AUGMENTEDMATRIX._serialized_start=107
102
+ _AUGMENTEDMATRIX._serialized_end=236
103
+ _MAGNITUDEVECTOR3._serialized_start=238
104
+ _MAGNITUDEVECTOR3._serialized_end=339
105
+ _TRANSLATION._serialized_start=342
106
+ _TRANSLATION._serialized_end=492
107
+ _ANCHOREDVECTOR3._serialized_start=494
108
+ _ANCHOREDVECTOR3._serialized_end=621
109
+ _ROTATION._serialized_start=623
110
+ _ROTATION._serialized_end=714
111
+ _SCALING._serialized_start=716
112
+ _SCALING._serialized_end=832
113
+ _REFLECTION._serialized_start=834
114
+ _REFLECTION._serialized_end=913
96
115
  # @@protoc_insertion_point(module_scope)
@@ -21,7 +21,7 @@ from luminarycloud._proto.parametricworker import parametricworker_pb2 as proto_
21
21
  from luminarycloud._proto.lcstatus import lcstatus_pb2 as proto_dot_lcstatus_dot_lcstatus__pb2
22
22
 
23
23
 
24
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dproto/geometry/geometry.proto\x12\x17luminary.proto.geometry\x1a\x15proto/base/base.proto\x1a\x17proto/cad/boolean.proto\x1a\x15proto/cad/shape.proto\x1a\x1eproto/cad/transformation.proto\x1a-proto/parametricworker/parametricworker.proto\x1a\x1dproto/lcstatus/lcstatus.proto\"\xa8\x01\n\x0eImportGeometry\x12\x14\n\x0cgeometry_url\x18\x01 \x01(\t\x12\x0f\n\x07scaling\x18\x02 \x01(\x01\x12\x16\n\x0e\x66orce_discrete\x18\x03 \x01(\x08\x12>\n\nparameters\x18\x04 \x03(\x0b\x32*.luminary.proto.parametricworker.Parameter\x12\x17\n\x0fweb_geometry_id\x18\x05 \x01(\t\"\xc0\x02\n\x06\x43reate\x12,\n\x06sphere\x18\x01 \x01(\x0b\x32\x1a.luminary.proto.cad.SphereH\x00\x12\'\n\x03\x62ox\x18\x02 \x01(\x0b\x32\x18.luminary.proto.cad.CubeH\x00\x12\x30\n\x08\x63ylinder\x18\x03 \x01(\x0b\x32\x1c.luminary.proto.cad.CylinderH\x00\x12*\n\x05torus\x18\x04 \x01(\x0b\x32\x19.luminary.proto.cad.TorusH\x00\x12(\n\x04\x63one\x18\x05 \x01(\x0b\x32\x18.luminary.proto.cad.ConeH\x00\x12\x35\n\x0bhalf_sphere\x18\x06 \x01(\x0b\x32\x1e.luminary.proto.cad.HalfSphereH\x00\x12\x17\n\x0fresult_body_tag\x18\x07 \x01(\tB\x07\n\x05shape\"V\n\x06\x44\x65lete\x12\x31\n\x04type\x18\x01 \x01(\x0e\x32#.luminary.proto.geometry.EntityType\x12\x0b\n\x03ids\x18\x02 \x03(\x04\x12\x0c\n\x04tags\x18\x03 \x03(\t\"\x83\x02\n\x07\x42oolean\x12\x35\n\treg_union\x18\x01 \x01(\x0b\x32 .luminary.proto.cad.RegularUnionH\x00\x12\x41\n\x0freg_subtraction\x18\x02 \x01(\x0b\x32&.luminary.proto.cad.RegularSubtractionH\x00\x12\x43\n\x10reg_intersection\x18\x03 \x01(\x0b\x32\'.luminary.proto.cad.RegularIntersectionH\x00\x12\x33\n\x08reg_chop\x18\x04 \x01(\x0b\x32\x1f.luminary.proto.cad.RegularChopH\x00\x42\x04\n\x02op\"\xa2\x01\n\x07Imprint\x12\x42\n\x08\x62\x65havior\x18\x01 \x01(\x0e\x32\x30.luminary.proto.geometry.Imprint.ImprintBehavior\x12\x0c\n\x04\x62ody\x18\x02 \x03(\x04\x12\x0b\n\x03tag\x18\x03 \x03(\t\"8\n\x0fImprintBehavior\x12\x0f\n\x0bIMPRINT_ALL\x10\x00\x12\x14\n\x10IMPRINT_SELECTED\x10\x01\"\xc0\x02\n\tTransform\x12\x0c\n\x04\x62ody\x18\x01 \x03(\x04\x12\x0b\n\x03tag\x18\x08 \x03(\t\x12\x35\n\x06matrix\x18\x02 \x01(\x0b\x32#.luminary.proto.cad.AugmentedMatrixH\x00\x12\x36\n\x0btranslation\x18\x03 \x01(\x0b\x32\x1f.luminary.proto.cad.TranslationH\x00\x12\x30\n\x08rotation\x18\x04 \x01(\x0b\x32\x1c.luminary.proto.cad.RotationH\x00\x12.\n\x07scaling\x18\x05 \x01(\x0b\x32\x1b.luminary.proto.cad.ScalingH\x00\x12\x34\n\nreflection\x18\x06 \x01(\x0b\x32\x1e.luminary.proto.cad.ReflectionH\x00\x12\x0c\n\x04keep\x18\x07 \x01(\x08\x42\x03\n\x01t\"\xcf\x01\n\nShrinkwrap\x12\x0c\n\x04\x62ody\x18\x01 \x03(\x04\x12\x10\n\x08tag_body\x18\x07 \x03(\t\x12\x0c\n\x04tool\x18\x06 \x03(\x04\x12\x10\n\x08tag_tool\x18\x08 \x03(\t\x12\x35\n\x04mode\x18\x02 \x01(\x0e\x32\'.luminary.proto.geometry.ShrinkwrapMode\x12\x16\n\x0eresolution_min\x18\x03 \x01(\x01\x12\x16\n\x0eresolution_max\x18\x04 \x01(\x01\x12\x1a\n\x12resolution_uniform\x18\x05 \x01(\x01\"\xb2\x01\n\x08\x46\x61rfield\x12/\n\x06\x63reate\x18\x01 \x01(\x0b\x32\x1f.luminary.proto.geometry.Create\x12\x0e\n\x06\x62odies\x18\x02 \x03(\x04\x12\x12\n\ntag_bodies\x18\x06 \x03(\t\x12\x1a\n\x12keep_source_bodies\x18\x03 \x01(\x08\x12\x18\n\x10keep_tool_bodies\x18\x04 \x01(\x08\x12\x1b\n\x13propagate_tool_tags\x18\x05 \x01(\x08\"\xf9\x02\n\x07Pattern\x12\x0c\n\x04\x62ody\x18\x01 \x03(\x04\x12\x0b\n\x03tag\x18\x03 \x03(\t\x12=\n\tdirection\x18\x02 \x01(\x0b\x32*.luminary.proto.geometry.Pattern.Direction\x1a\x93\x02\n\tDirection\x12\x10\n\x08quantity\x18\x01 \x01(\r\x12\x11\n\tsymmetric\x18\x02 \x01(\x08\x12\x39\n\x0elinear_spacing\x18\x03 \x01(\x0b\x32\x1f.luminary.proto.cad.TranslationH\x00\x12T\n\x15\x63ircular_distribution\x18\x04 \x01(\x0b\x32\x33.luminary.proto.geometry.Pattern.Direction.CircularH\x00\x1aH\n\x08\x43ircular\x12.\n\x08rotation\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.cad.Rotation\x12\x0c\n\x04\x66ull\x18\x02 \x01(\x08\x42\x06\n\x04type\"\x8c\x02\n\x0e\x43onfigurations\x12Q\n\rconfiguration\x18\x01 \x03(\x0b\x32:.luminary.proto.geometry.Configurations.ConfigurationEntry\x12\x0e\n\x06\x61\x63tive\x18\x02 \x01(\t\x1a*\n\rConfiguration\x12\x0c\n\x04\x62ody\x18\x01 \x03(\x04\x12\x0b\n\x03tag\x18\x02 \x03(\t\x1ak\n\x12\x43onfigurationEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x44\n\x05value\x18\x02 \x01(\x0b\x32\x35.luminary.proto.geometry.Configurations.Configuration:\x02\x38\x01\"V\n\rFeatureIssues\x12\x31\n\x06issues\x18\x01 \x03(\x0b\x32!.luminary.proto.lcstatus.LCStatus\x12\x12\n\nfeature_id\x18\x02 \x01(\t\"\xef\x04\n\x07\x46\x65\x61ture\x12\x42\n\x0fimport_geometry\x18\x01 \x01(\x0b\x32\'.luminary.proto.geometry.ImportGeometryH\x00\x12\x31\n\x06\x63reate\x18\x02 \x01(\x0b\x32\x1f.luminary.proto.geometry.CreateH\x00\x12\x31\n\x06\x64\x65lete\x18\x03 \x01(\x0b\x32\x1f.luminary.proto.geometry.DeleteH\x00\x12\x33\n\x07\x62oolean\x18\x04 \x01(\x0b\x32 .luminary.proto.geometry.BooleanH\x00\x12\x33\n\x07imprint\x18\x07 \x01(\x0b\x32 .luminary.proto.geometry.ImprintH\x00\x12\x37\n\ttransform\x18\x0c \x01(\x0b\x32\".luminary.proto.geometry.TransformH\x00\x12\x39\n\nshrinkwrap\x18\r \x01(\x0b\x32#.luminary.proto.geometry.ShrinkwrapH\x00\x12\x35\n\x08\x66\x61rfield\x18\x0e \x01(\x0b\x32!.luminary.proto.geometry.FarfieldH\x00\x12\x33\n\x07pattern\x18\x0f \x01(\x0b\x32 .luminary.proto.geometry.PatternH\x00\x12\x41\n\x0e\x63onfigurations\x18\x10 \x01(\x0b\x32\'.luminary.proto.geometry.ConfigurationsH\x00\x12\n\n\x02id\x18\x05 \x01(\t\x12\x14\n\x0c\x66\x65\x61ture_name\x18\x06 \x01(\tB\x0b\n\toperation\"@\n\x11\x43reateOrUpdateTag\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06\x62odies\x18\x02 \x03(\x05\x12\r\n\x05\x66\x61\x63\x65s\x18\x03 \x03(\x05\"/\n\tRenameTag\x12\x10\n\x08old_name\x18\x01 \x01(\t\x12\x10\n\x08new_name\x18\x02 \x01(\t\"8\n\tDeleteTag\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06\x62odies\x18\x02 \x03(\x05\x12\r\n\x05\x66\x61\x63\x65s\x18\x03 \x03(\x05\"\x1b\n\nDeleteTags\x12\r\n\x05names\x18\x01 \x03(\t\"\x91\x07\n\x0cModification\x12H\n\x08mod_type\x18\x01 \x01(\x0e\x32\x36.luminary.proto.geometry.Modification.ModificationType\x12\x31\n\x07\x66\x65\x61ture\x18\x02 \x01(\x0b\x32 .luminary.proto.geometry.Feature\x12H\n\x14\x63reate_or_update_tag\x18\x03 \x01(\x0b\x32*.luminary.proto.geometry.CreateOrUpdateTag\x12\x36\n\nrename_tag\x18\x04 \x01(\x0b\x32\".luminary.proto.geometry.RenameTag\x12\x36\n\ndelete_tag\x18\x05 \x01(\x0b\x32\".luminary.proto.geometry.DeleteTag\x12\x38\n\x0b\x64\x65lete_tags\x18\x06 \x01(\x0b\x32#.luminary.proto.geometry.DeleteTags\x12,\n$update_named_variable_set_version_id\x18\x07 \x01(\t\"\xe1\x03\n\x10ModificationType\x12!\n\x1dMODIFICATION_TYPE_UNSPECIFIED\x10\x00\x12$\n MODIFICATION_TYPE_CREATE_FEATURE\x10\x01\x12$\n MODIFICATION_TYPE_UPDATE_FEATURE\x10\x02\x12$\n MODIFICATION_TYPE_DELETE_FEATURE\x10\x03\x12\x1a\n\x16MODIFICATION_TYPE_UNDO\x10\x04\x12\x1a\n\x16MODIFICATION_TYPE_REDO\x10\x05\x12$\n MODIFICATION_TYPE_RENAME_FEATURE\x10\x06\x12 \n\x1cMODIFICATION_TYPE_CREATE_TAG\x10\x07\x12 \n\x1cMODIFICATION_TYPE_UPDATE_TAG\x10\x08\x12 \n\x1cMODIFICATION_TYPE_DELETE_TAG\x10\t\x12 \n\x1cMODIFICATION_TYPE_RENAME_TAG\x10\n\x12!\n\x1dMODIFICATION_TYPE_DELETE_TAGS\x10\x0b\x12/\n+MODIFICATION_TYPE_UPDATE_NAMED_VARIABLE_SET\x10\x0c\"\x85\x01\n\x04\x46\x61\x63\x65\x12\n\n\x02id\x18\x01 \x01(\t\x12.\n\x08\x62\x62ox_min\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12.\n\x08\x62\x62ox_max\x18\x03 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12\x11\n\tnative_id\x18\x04 \x01(\x04\"\x82\x01\n\x04\x42ody\x12\n\n\x02id\x18\x01 \x01(\x04\x12.\n\x08\x62\x62ox_min\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12.\n\x08\x62\x62ox_max\x18\x03 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12\x0e\n\x06lcn_id\x18\x04 \x01(\x04\"\"\n\x06Volume\x12\n\n\x02id\x18\x01 \x01(\x04\x12\x0c\n\x04name\x18\x02 \x01(\t\"\xc2\x01\n\x04Tags\x12/\n\x04tags\x18\x01 \x03(\x0b\x32!.luminary.proto.geometry.Tags.Tag\x1a\x88\x01\n\x03Tag\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0e\n\x06\x62odies\x18\x03 \x03(\x05\x12\x12\n\nlcn_bodies\x18\x04 \x03(\x05\x12\r\n\x05\x66\x61\x63\x65s\x18\x05 \x03(\x05\x12\x17\n\x0f\x62odies_of_faces\x18\x06 \x03(\x05\x12\x1b\n\x13lcn_bodies_of_faces\x18\x07 \x03(\x05*S\n\nEntityType\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x08\n\x04\x42ODY\x10\x01\x12\n\n\x06VOLUME\x10\x02\x12\x08\n\x04\x46\x41\x43\x45\x10\x03\x12\x08\n\x04\x45\x44GE\x10\x04\x12\n\n\x06VERTEX\x10\x05*8\n\x0eShrinkwrapMode\x12\r\n\tAUTOMATIC\x10\x00\x12\n\n\x06MINMAX\x10\x01\x12\x0b\n\x07UNIFORM\x10\x02*7\n\nKernelType\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x0e\n\nCONTINUOUS\x10\x01\x12\x0c\n\x08\x44ISCRETE\x10\x02\x42\'Z%luminarycloud.com/core/proto/geometryb\x06proto3')
24
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dproto/geometry/geometry.proto\x12\x17luminary.proto.geometry\x1a\x15proto/base/base.proto\x1a\x17proto/cad/boolean.proto\x1a\x15proto/cad/shape.proto\x1a\x1eproto/cad/transformation.proto\x1a-proto/parametricworker/parametricworker.proto\x1a\x1dproto/lcstatus/lcstatus.proto\"\x96\x01\n\x0eImportGeometry\x12\x14\n\x0cgeometry_url\x18\x01 \x01(\t\x12\x0f\n\x07scaling\x18\x02 \x01(\x01\x12>\n\nparameters\x18\x04 \x03(\x0b\x32*.luminary.proto.parametricworker.Parameter\x12\x17\n\x0fweb_geometry_id\x18\x05 \x01(\tJ\x04\x08\x03\x10\x04\"\xc0\x02\n\x06\x43reate\x12,\n\x06sphere\x18\x01 \x01(\x0b\x32\x1a.luminary.proto.cad.SphereH\x00\x12\'\n\x03\x62ox\x18\x02 \x01(\x0b\x32\x18.luminary.proto.cad.CubeH\x00\x12\x30\n\x08\x63ylinder\x18\x03 \x01(\x0b\x32\x1c.luminary.proto.cad.CylinderH\x00\x12*\n\x05torus\x18\x04 \x01(\x0b\x32\x19.luminary.proto.cad.TorusH\x00\x12(\n\x04\x63one\x18\x05 \x01(\x0b\x32\x18.luminary.proto.cad.ConeH\x00\x12\x35\n\x0bhalf_sphere\x18\x06 \x01(\x0b\x32\x1e.luminary.proto.cad.HalfSphereH\x00\x12\x17\n\x0fresult_body_tag\x18\x07 \x01(\tB\x07\n\x05shape\"V\n\x06\x44\x65lete\x12\x31\n\x04type\x18\x01 \x01(\x0e\x32#.luminary.proto.geometry.EntityType\x12\x0b\n\x03ids\x18\x02 \x03(\x04\x12\x0c\n\x04tags\x18\x03 \x03(\t\"\x83\x02\n\x07\x42oolean\x12\x35\n\treg_union\x18\x01 \x01(\x0b\x32 .luminary.proto.cad.RegularUnionH\x00\x12\x41\n\x0freg_subtraction\x18\x02 \x01(\x0b\x32&.luminary.proto.cad.RegularSubtractionH\x00\x12\x43\n\x10reg_intersection\x18\x03 \x01(\x0b\x32\'.luminary.proto.cad.RegularIntersectionH\x00\x12\x33\n\x08reg_chop\x18\x04 \x01(\x0b\x32\x1f.luminary.proto.cad.RegularChopH\x00\x42\x04\n\x02op\"\xa2\x01\n\x07Imprint\x12\x42\n\x08\x62\x65havior\x18\x01 \x01(\x0e\x32\x30.luminary.proto.geometry.Imprint.ImprintBehavior\x12\x0c\n\x04\x62ody\x18\x02 \x03(\x04\x12\x0b\n\x03tag\x18\x03 \x03(\t\"8\n\x0fImprintBehavior\x12\x0f\n\x0bIMPRINT_ALL\x10\x00\x12\x14\n\x10IMPRINT_SELECTED\x10\x01\"\xc0\x02\n\tTransform\x12\x0c\n\x04\x62ody\x18\x01 \x03(\x04\x12\x0b\n\x03tag\x18\x08 \x03(\t\x12\x35\n\x06matrix\x18\x02 \x01(\x0b\x32#.luminary.proto.cad.AugmentedMatrixH\x00\x12\x36\n\x0btranslation\x18\x03 \x01(\x0b\x32\x1f.luminary.proto.cad.TranslationH\x00\x12\x30\n\x08rotation\x18\x04 \x01(\x0b\x32\x1c.luminary.proto.cad.RotationH\x00\x12.\n\x07scaling\x18\x05 \x01(\x0b\x32\x1b.luminary.proto.cad.ScalingH\x00\x12\x34\n\nreflection\x18\x06 \x01(\x0b\x32\x1e.luminary.proto.cad.ReflectionH\x00\x12\x0c\n\x04keep\x18\x07 \x01(\x08\x42\x03\n\x01t\"\xcf\x01\n\nShrinkwrap\x12\x0c\n\x04\x62ody\x18\x01 \x03(\x04\x12\x10\n\x08tag_body\x18\x07 \x03(\t\x12\x0c\n\x04tool\x18\x06 \x03(\x04\x12\x10\n\x08tag_tool\x18\x08 \x03(\t\x12\x35\n\x04mode\x18\x02 \x01(\x0e\x32\'.luminary.proto.geometry.ShrinkwrapMode\x12\x16\n\x0eresolution_min\x18\x03 \x01(\x01\x12\x16\n\x0eresolution_max\x18\x04 \x01(\x01\x12\x1a\n\x12resolution_uniform\x18\x05 \x01(\x01\"\xb2\x01\n\x08\x46\x61rfield\x12/\n\x06\x63reate\x18\x01 \x01(\x0b\x32\x1f.luminary.proto.geometry.Create\x12\x0e\n\x06\x62odies\x18\x02 \x03(\x04\x12\x12\n\ntag_bodies\x18\x06 \x03(\t\x12\x1a\n\x12keep_source_bodies\x18\x03 \x01(\x08\x12\x18\n\x10keep_tool_bodies\x18\x04 \x01(\x08\x12\x1b\n\x13propagate_tool_tags\x18\x05 \x01(\x08\"\xf9\x02\n\x07Pattern\x12\x0c\n\x04\x62ody\x18\x01 \x03(\x04\x12\x0b\n\x03tag\x18\x03 \x03(\t\x12=\n\tdirection\x18\x02 \x01(\x0b\x32*.luminary.proto.geometry.Pattern.Direction\x1a\x93\x02\n\tDirection\x12\x10\n\x08quantity\x18\x01 \x01(\r\x12\x11\n\tsymmetric\x18\x02 \x01(\x08\x12\x39\n\x0elinear_spacing\x18\x03 \x01(\x0b\x32\x1f.luminary.proto.cad.TranslationH\x00\x12T\n\x15\x63ircular_distribution\x18\x04 \x01(\x0b\x32\x33.luminary.proto.geometry.Pattern.Direction.CircularH\x00\x1aH\n\x08\x43ircular\x12.\n\x08rotation\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.cad.Rotation\x12\x0c\n\x04\x66ull\x18\x02 \x01(\x08\x42\x06\n\x04type\"\x8c\x02\n\x0e\x43onfigurations\x12Q\n\rconfiguration\x18\x01 \x03(\x0b\x32:.luminary.proto.geometry.Configurations.ConfigurationEntry\x12\x0e\n\x06\x61\x63tive\x18\x02 \x01(\t\x1a*\n\rConfiguration\x12\x0c\n\x04\x62ody\x18\x01 \x03(\x04\x12\x0b\n\x03tag\x18\x02 \x03(\t\x1ak\n\x12\x43onfigurationEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x44\n\x05value\x18\x02 \x01(\x0b\x32\x35.luminary.proto.geometry.Configurations.Configuration:\x02\x38\x01\"V\n\rFeatureIssues\x12\x31\n\x06issues\x18\x01 \x03(\x0b\x32!.luminary.proto.lcstatus.LCStatus\x12\x12\n\nfeature_id\x18\x02 \x01(\t\"\xef\x04\n\x07\x46\x65\x61ture\x12\x42\n\x0fimport_geometry\x18\x01 \x01(\x0b\x32\'.luminary.proto.geometry.ImportGeometryH\x00\x12\x31\n\x06\x63reate\x18\x02 \x01(\x0b\x32\x1f.luminary.proto.geometry.CreateH\x00\x12\x31\n\x06\x64\x65lete\x18\x03 \x01(\x0b\x32\x1f.luminary.proto.geometry.DeleteH\x00\x12\x33\n\x07\x62oolean\x18\x04 \x01(\x0b\x32 .luminary.proto.geometry.BooleanH\x00\x12\x33\n\x07imprint\x18\x07 \x01(\x0b\x32 .luminary.proto.geometry.ImprintH\x00\x12\x37\n\ttransform\x18\x0c \x01(\x0b\x32\".luminary.proto.geometry.TransformH\x00\x12\x39\n\nshrinkwrap\x18\r \x01(\x0b\x32#.luminary.proto.geometry.ShrinkwrapH\x00\x12\x35\n\x08\x66\x61rfield\x18\x0e \x01(\x0b\x32!.luminary.proto.geometry.FarfieldH\x00\x12\x33\n\x07pattern\x18\x0f \x01(\x0b\x32 .luminary.proto.geometry.PatternH\x00\x12\x41\n\x0e\x63onfigurations\x18\x10 \x01(\x0b\x32\'.luminary.proto.geometry.ConfigurationsH\x00\x12\n\n\x02id\x18\x05 \x01(\t\x12\x14\n\x0c\x66\x65\x61ture_name\x18\x06 \x01(\tB\x0b\n\toperation\"@\n\x11\x43reateOrUpdateTag\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06\x62odies\x18\x02 \x03(\x05\x12\r\n\x05\x66\x61\x63\x65s\x18\x03 \x03(\x05\"/\n\tRenameTag\x12\x10\n\x08old_name\x18\x01 \x01(\t\x12\x10\n\x08new_name\x18\x02 \x01(\t\"8\n\tDeleteTag\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06\x62odies\x18\x02 \x03(\x05\x12\r\n\x05\x66\x61\x63\x65s\x18\x03 \x03(\x05\"\x1b\n\nDeleteTags\x12\r\n\x05names\x18\x01 \x03(\t\"\xbf\x07\n\x0cModification\x12H\n\x08mod_type\x18\x01 \x01(\x0e\x32\x36.luminary.proto.geometry.Modification.ModificationType\x12\x31\n\x07\x66\x65\x61ture\x18\x02 \x01(\x0b\x32 .luminary.proto.geometry.Feature\x12H\n\x14\x63reate_or_update_tag\x18\x03 \x01(\x0b\x32*.luminary.proto.geometry.CreateOrUpdateTag\x12\x36\n\nrename_tag\x18\x04 \x01(\x0b\x32\".luminary.proto.geometry.RenameTag\x12\x36\n\ndelete_tag\x18\x05 \x01(\x0b\x32\".luminary.proto.geometry.DeleteTag\x12\x38\n\x0b\x64\x65lete_tags\x18\x06 \x01(\x0b\x32#.luminary.proto.geometry.DeleteTags\x12,\n$update_named_variable_set_version_id\x18\x07 \x01(\t\"\x8f\x04\n\x10ModificationType\x12!\n\x1dMODIFICATION_TYPE_UNSPECIFIED\x10\x00\x12$\n MODIFICATION_TYPE_CREATE_FEATURE\x10\x01\x12$\n MODIFICATION_TYPE_UPDATE_FEATURE\x10\x02\x12$\n MODIFICATION_TYPE_DELETE_FEATURE\x10\x03\x12\x1a\n\x16MODIFICATION_TYPE_UNDO\x10\x04\x12\x1a\n\x16MODIFICATION_TYPE_REDO\x10\x05\x12$\n MODIFICATION_TYPE_RENAME_FEATURE\x10\x06\x12 \n\x1cMODIFICATION_TYPE_CREATE_TAG\x10\x07\x12 \n\x1cMODIFICATION_TYPE_UPDATE_TAG\x10\x08\x12 \n\x1cMODIFICATION_TYPE_DELETE_TAG\x10\t\x12 \n\x1cMODIFICATION_TYPE_RENAME_TAG\x10\n\x12!\n\x1dMODIFICATION_TYPE_DELETE_TAGS\x10\x0b\x12/\n+MODIFICATION_TYPE_UPDATE_NAMED_VARIABLE_SET\x10\x0c\x12,\n(MODIFICATION_TYPE_CONVERT_COLORS_TO_TAGS\x10\r\"\x85\x01\n\x04\x46\x61\x63\x65\x12\n\n\x02id\x18\x01 \x01(\t\x12.\n\x08\x62\x62ox_min\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12.\n\x08\x62\x62ox_max\x18\x03 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12\x11\n\tnative_id\x18\x04 \x01(\x04\"\x82\x01\n\x04\x42ody\x12\n\n\x02id\x18\x01 \x01(\x04\x12.\n\x08\x62\x62ox_min\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12.\n\x08\x62\x62ox_max\x18\x03 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12\x0e\n\x06lcn_id\x18\x04 \x01(\x04\"\"\n\x06Volume\x12\n\n\x02id\x18\x01 \x01(\x04\x12\x0c\n\x04name\x18\x02 \x01(\t\"\xc2\x01\n\x04Tags\x12/\n\x04tags\x18\x01 \x03(\x0b\x32!.luminary.proto.geometry.Tags.Tag\x1a\x88\x01\n\x03Tag\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0e\n\x06\x62odies\x18\x03 \x03(\x05\x12\x12\n\nlcn_bodies\x18\x04 \x03(\x05\x12\r\n\x05\x66\x61\x63\x65s\x18\x05 \x03(\x05\x12\x17\n\x0f\x62odies_of_faces\x18\x06 \x03(\x05\x12\x1b\n\x13lcn_bodies_of_faces\x18\x07 \x03(\x05*S\n\nEntityType\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x08\n\x04\x42ODY\x10\x01\x12\n\n\x06VOLUME\x10\x02\x12\x08\n\x04\x46\x41\x43\x45\x10\x03\x12\x08\n\x04\x45\x44GE\x10\x04\x12\n\n\x06VERTEX\x10\x05*8\n\x0eShrinkwrapMode\x12\r\n\tAUTOMATIC\x10\x00\x12\n\n\x06MINMAX\x10\x01\x12\x0b\n\x07UNIFORM\x10\x02*7\n\nKernelType\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x0e\n\nCONTINUOUS\x10\x01\x12\x0c\n\x08\x44ISCRETE\x10\x02\x42\'Z%luminarycloud.com/core/proto/geometryb\x06proto3')
25
25
 
26
26
  _ENTITYTYPE = DESCRIPTOR.enum_types_by_name['EntityType']
27
27
  EntityType = enum_type_wrapper.EnumTypeWrapper(_ENTITYTYPE)
@@ -264,66 +264,66 @@ if _descriptor._USE_C_DESCRIPTORS == False:
264
264
  DESCRIPTOR._serialized_options = b'Z%luminarycloud.com/core/proto/geometry'
265
265
  _CONFIGURATIONS_CONFIGURATIONENTRY._options = None
266
266
  _CONFIGURATIONS_CONFIGURATIONENTRY._serialized_options = b'8\001'
267
- _ENTITYTYPE._serialized_start=4947
268
- _ENTITYTYPE._serialized_end=5030
269
- _SHRINKWRAPMODE._serialized_start=5032
270
- _SHRINKWRAPMODE._serialized_end=5088
271
- _KERNELTYPE._serialized_start=5090
272
- _KERNELTYPE._serialized_end=5145
267
+ _ENTITYTYPE._serialized_start=4975
268
+ _ENTITYTYPE._serialized_end=5058
269
+ _SHRINKWRAPMODE._serialized_start=5060
270
+ _SHRINKWRAPMODE._serialized_end=5116
271
+ _KERNELTYPE._serialized_start=5118
272
+ _KERNELTYPE._serialized_end=5173
273
273
  _IMPORTGEOMETRY._serialized_start=240
274
- _IMPORTGEOMETRY._serialized_end=408
275
- _CREATE._serialized_start=411
276
- _CREATE._serialized_end=731
277
- _DELETE._serialized_start=733
278
- _DELETE._serialized_end=819
279
- _BOOLEAN._serialized_start=822
280
- _BOOLEAN._serialized_end=1081
281
- _IMPRINT._serialized_start=1084
282
- _IMPRINT._serialized_end=1246
283
- _IMPRINT_IMPRINTBEHAVIOR._serialized_start=1190
284
- _IMPRINT_IMPRINTBEHAVIOR._serialized_end=1246
285
- _TRANSFORM._serialized_start=1249
286
- _TRANSFORM._serialized_end=1569
287
- _SHRINKWRAP._serialized_start=1572
288
- _SHRINKWRAP._serialized_end=1779
289
- _FARFIELD._serialized_start=1782
290
- _FARFIELD._serialized_end=1960
291
- _PATTERN._serialized_start=1963
292
- _PATTERN._serialized_end=2340
293
- _PATTERN_DIRECTION._serialized_start=2065
294
- _PATTERN_DIRECTION._serialized_end=2340
295
- _PATTERN_DIRECTION_CIRCULAR._serialized_start=2260
296
- _PATTERN_DIRECTION_CIRCULAR._serialized_end=2332
297
- _CONFIGURATIONS._serialized_start=2343
298
- _CONFIGURATIONS._serialized_end=2611
299
- _CONFIGURATIONS_CONFIGURATION._serialized_start=2460
300
- _CONFIGURATIONS_CONFIGURATION._serialized_end=2502
301
- _CONFIGURATIONS_CONFIGURATIONENTRY._serialized_start=2504
302
- _CONFIGURATIONS_CONFIGURATIONENTRY._serialized_end=2611
303
- _FEATUREISSUES._serialized_start=2613
304
- _FEATUREISSUES._serialized_end=2699
305
- _FEATURE._serialized_start=2702
306
- _FEATURE._serialized_end=3325
307
- _CREATEORUPDATETAG._serialized_start=3327
308
- _CREATEORUPDATETAG._serialized_end=3391
309
- _RENAMETAG._serialized_start=3393
310
- _RENAMETAG._serialized_end=3440
311
- _DELETETAG._serialized_start=3442
312
- _DELETETAG._serialized_end=3498
313
- _DELETETAGS._serialized_start=3500
314
- _DELETETAGS._serialized_end=3527
315
- _MODIFICATION._serialized_start=3530
316
- _MODIFICATION._serialized_end=4443
317
- _MODIFICATION_MODIFICATIONTYPE._serialized_start=3962
318
- _MODIFICATION_MODIFICATIONTYPE._serialized_end=4443
319
- _FACE._serialized_start=4446
320
- _FACE._serialized_end=4579
321
- _BODY._serialized_start=4582
322
- _BODY._serialized_end=4712
323
- _VOLUME._serialized_start=4714
324
- _VOLUME._serialized_end=4748
325
- _TAGS._serialized_start=4751
326
- _TAGS._serialized_end=4945
327
- _TAGS_TAG._serialized_start=4809
328
- _TAGS_TAG._serialized_end=4945
274
+ _IMPORTGEOMETRY._serialized_end=390
275
+ _CREATE._serialized_start=393
276
+ _CREATE._serialized_end=713
277
+ _DELETE._serialized_start=715
278
+ _DELETE._serialized_end=801
279
+ _BOOLEAN._serialized_start=804
280
+ _BOOLEAN._serialized_end=1063
281
+ _IMPRINT._serialized_start=1066
282
+ _IMPRINT._serialized_end=1228
283
+ _IMPRINT_IMPRINTBEHAVIOR._serialized_start=1172
284
+ _IMPRINT_IMPRINTBEHAVIOR._serialized_end=1228
285
+ _TRANSFORM._serialized_start=1231
286
+ _TRANSFORM._serialized_end=1551
287
+ _SHRINKWRAP._serialized_start=1554
288
+ _SHRINKWRAP._serialized_end=1761
289
+ _FARFIELD._serialized_start=1764
290
+ _FARFIELD._serialized_end=1942
291
+ _PATTERN._serialized_start=1945
292
+ _PATTERN._serialized_end=2322
293
+ _PATTERN_DIRECTION._serialized_start=2047
294
+ _PATTERN_DIRECTION._serialized_end=2322
295
+ _PATTERN_DIRECTION_CIRCULAR._serialized_start=2242
296
+ _PATTERN_DIRECTION_CIRCULAR._serialized_end=2314
297
+ _CONFIGURATIONS._serialized_start=2325
298
+ _CONFIGURATIONS._serialized_end=2593
299
+ _CONFIGURATIONS_CONFIGURATION._serialized_start=2442
300
+ _CONFIGURATIONS_CONFIGURATION._serialized_end=2484
301
+ _CONFIGURATIONS_CONFIGURATIONENTRY._serialized_start=2486
302
+ _CONFIGURATIONS_CONFIGURATIONENTRY._serialized_end=2593
303
+ _FEATUREISSUES._serialized_start=2595
304
+ _FEATUREISSUES._serialized_end=2681
305
+ _FEATURE._serialized_start=2684
306
+ _FEATURE._serialized_end=3307
307
+ _CREATEORUPDATETAG._serialized_start=3309
308
+ _CREATEORUPDATETAG._serialized_end=3373
309
+ _RENAMETAG._serialized_start=3375
310
+ _RENAMETAG._serialized_end=3422
311
+ _DELETETAG._serialized_start=3424
312
+ _DELETETAG._serialized_end=3480
313
+ _DELETETAGS._serialized_start=3482
314
+ _DELETETAGS._serialized_end=3509
315
+ _MODIFICATION._serialized_start=3512
316
+ _MODIFICATION._serialized_end=4471
317
+ _MODIFICATION_MODIFICATIONTYPE._serialized_start=3944
318
+ _MODIFICATION_MODIFICATIONTYPE._serialized_end=4471
319
+ _FACE._serialized_start=4474
320
+ _FACE._serialized_end=4607
321
+ _BODY._serialized_start=4610
322
+ _BODY._serialized_end=4740
323
+ _VOLUME._serialized_start=4742
324
+ _VOLUME._serialized_end=4776
325
+ _TAGS._serialized_start=4779
326
+ _TAGS._serialized_end=4973
327
+ _TAGS_TAG._serialized_start=4837
328
+ _TAGS_TAG._serialized_end=4973
329
329
  # @@protoc_insertion_point(module_scope)
@@ -88,15 +88,12 @@ class ImportGeometry(google.protobuf.message.Message):
88
88
 
89
89
  GEOMETRY_URL_FIELD_NUMBER: builtins.int
90
90
  SCALING_FIELD_NUMBER: builtins.int
91
- FORCE_DISCRETE_FIELD_NUMBER: builtins.int
92
91
  PARAMETERS_FIELD_NUMBER: builtins.int
93
92
  WEB_GEOMETRY_ID_FIELD_NUMBER: builtins.int
94
93
  geometry_url: builtins.str
95
94
  """Path to geometry file"""
96
95
  scaling: builtins.float
97
96
  """Scaling of geometry at import"""
98
- force_discrete: builtins.bool
99
- """Force import of geometry as discrete"""
100
97
  @property
101
98
  def parameters(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[luminarycloud._proto.parametricworker.parametricworker_pb2.Parameter]:
102
99
  """Parameters (as in parametric CAD) to update"""
@@ -107,11 +104,10 @@ class ImportGeometry(google.protobuf.message.Message):
107
104
  *,
108
105
  geometry_url: builtins.str = ...,
109
106
  scaling: builtins.float = ...,
110
- force_discrete: builtins.bool = ...,
111
107
  parameters: collections.abc.Iterable[luminarycloud._proto.parametricworker.parametricworker_pb2.Parameter] | None = ...,
112
108
  web_geometry_id: builtins.str = ...,
113
109
  ) -> None: ...
114
- def ClearField(self, field_name: typing_extensions.Literal["force_discrete", b"force_discrete", "geometry_url", b"geometry_url", "parameters", b"parameters", "scaling", b"scaling", "web_geometry_id", b"web_geometry_id"]) -> None: ...
110
+ def ClearField(self, field_name: typing_extensions.Literal["geometry_url", b"geometry_url", "parameters", b"parameters", "scaling", b"scaling", "web_geometry_id", b"web_geometry_id"]) -> None: ...
115
111
 
116
112
  global___ImportGeometry = ImportGeometry
117
113
 
@@ -754,6 +750,7 @@ class Modification(google.protobuf.message.Message):
754
750
  MODIFICATION_TYPE_RENAME_TAG: Modification._ModificationType.ValueType # 10
755
751
  MODIFICATION_TYPE_DELETE_TAGS: Modification._ModificationType.ValueType # 11
756
752
  MODIFICATION_TYPE_UPDATE_NAMED_VARIABLE_SET: Modification._ModificationType.ValueType # 12
753
+ MODIFICATION_TYPE_CONVERT_COLORS_TO_TAGS: Modification._ModificationType.ValueType # 13
757
754
 
758
755
  class ModificationType(_ModificationType, metaclass=_ModificationTypeEnumTypeWrapper): ...
759
756
  MODIFICATION_TYPE_UNSPECIFIED: Modification.ModificationType.ValueType # 0
@@ -772,6 +769,7 @@ class Modification(google.protobuf.message.Message):
772
769
  MODIFICATION_TYPE_RENAME_TAG: Modification.ModificationType.ValueType # 10
773
770
  MODIFICATION_TYPE_DELETE_TAGS: Modification.ModificationType.ValueType # 11
774
771
  MODIFICATION_TYPE_UPDATE_NAMED_VARIABLE_SET: Modification.ModificationType.ValueType # 12
772
+ MODIFICATION_TYPE_CONVERT_COLORS_TO_TAGS: Modification.ModificationType.ValueType # 13
775
773
 
776
774
  MOD_TYPE_FIELD_NUMBER: builtins.int
777
775
  FEATURE_FIELD_NUMBER: builtins.int
@@ -18,7 +18,7 @@ from luminarycloud._proto.cad import shape_pb2 as proto_dot_cad_dot_shape__pb2
18
18
  from luminarycloud._proto.options import options_pb2 as proto_dot_options_dot_options__pb2
19
19
 
20
20
 
21
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bproto/hexmesh/hexmesh.proto\x12\x16luminary.proto.hexmesh\x1a\x15proto/base/base.proto\x1a\x15proto/cad/shape.proto\x1a\x1bproto/options/options.proto\"{\n\x0fRefinementLevel\x12&\n\x08\x64istance\x18\x01 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00\x00\x00H\x00\x88\x01\x01\x12#\n\x05level\x18\x03 \x01(\x05\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00\x00@H\x01\x88\x01\x01\x42\x0b\n\t_distanceB\x08\n\x06_levelJ\x04\x08\x02\x10\x03\"\x8e\x01\n\x0eRefinementSpec\x12\x42\n\x11refinement_levels\x18\x01 \x03(\x0b\x32\'.luminary.proto.hexmesh.RefinementLevel\x12\x38\n\x04mode\x18\x02 \x01(\x0e\x32*.luminary.proto.hexmesh.RefinementSpecMode\"\'\n\nOutputInfo\x12\x19\n\x11output_lcmesh_url\x18\x01 \x01(\t\"j\n\x0e\x42\x61\x63kgroundMesh\x12(\n\x04\x63ube\x18\x01 \x01(\x0b\x32\x18.luminary.proto.cad.CubeH\x00\x12\x0b\n\x03n_x\x18\x08 \x01(\x05\x12\x0b\n\x03n_y\x18\t \x01(\x05\x12\x0b\n\x03n_z\x18\n \x01(\x05\x42\x07\n\x05shape\"\xa8\x01\n\x12RefinementSurfaces\x12)\n\x14refinement_min_level\x18\x03 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x02H\x00\x88\x01\x01\x12)\n\x14refinement_max_level\x18\x04 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x02H\x01\x88\x01\x01\x42\x17\n\x15_refinement_min_levelB\x17\n\x15_refinement_max_levelJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\"\x89\x05\n\x17\x43\x61stellatedMeshControls\x12)\n\x10max_global_cells\x18\x01 \x01(\x05\x42\n\x82\xb2\x19\x06\x30\x80\x88\xde\xbe\x01H\x00\x88\x01\x01\x12)\n\x14min_refinement_cells\x18\x02 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x64H\x01\x88\x01\x01\x12+\n\x16n_cells_between_levels\x18\x03 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x03H\x02\x88\x01\x01\x12\x33\n\x15resolve_feature_angle\x18\x04 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00N@H\x03\x88\x01\x01\x12\x36\n\x10location_in_mesh\x18\x05 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12N\n\x1aglobal_refinement_surfaces\x18\x06 \x01(\x0b\x32*.luminary.proto.hexmesh.RefinementSurfaces\x12\x64\n\x13refinement_surfaces\x18\t \x03(\x0b\x32G.luminary.proto.hexmesh.CastellatedMeshControls.RefinementSurfacesEntry\x1a\x65\n\x17RefinementSurfacesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x39\n\x05value\x18\x02 \x01(\x0b\x32*.luminary.proto.hexmesh.RefinementSurfaces:\x02\x38\x01\x42\x13\n\x11_max_global_cellsB\x17\n\x15_min_refinement_cellsB\x19\n\x17_n_cells_between_levelsB\x18\n\x16_resolve_feature_angle\"\x8e\x01\n\x0c\x46\x65\x61tureEdges\x12+\n\rfeature_angle\x18\x01 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00>@H\x00\x88\x01\x01\x12?\n\x0frefinement_spec\x18\x02 \x01(\x0b\x32&.luminary.proto.hexmesh.RefinementSpecB\x10\n\x0e_feature_angle\"\xa7\x02\n\x0cSnapControls\x12#\n\x0en_smooth_patch\x18\x01 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x03H\x00\x88\x01\x01\x12\'\n\ttolerance\x18\x02 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00\x10@H\x01\x88\x01\x01\x12!\n\x0cn_solve_iter\x18\x03 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x1eH\x02\x88\x01\x01\x12!\n\x0cn_relax_iter\x18\x04 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x05H\x03\x88\x01\x01\x12(\n\x13n_feature_snap_iter\x18\x05 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\nH\x04\x88\x01\x01\x42\x11\n\x0f_n_smooth_patchB\x0c\n\n_toleranceB\x0f\n\r_n_solve_iterB\x0f\n\r_n_relax_iterB\x16\n\x14_n_feature_snap_iter\"\xdb\n\n\x11\x41\x64\x64LayersControls\x12#\n\x0erelative_sizes\x18\x01 \x01(\x08\x42\x06\x82\xb2\x19\x02(\x01H\x00\x88\x01\x01\x12-\n\x0f\x65xpansion_ratio\x18\x02 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00\xf4?H\x01\x88\x01\x01\x12\x33\n\x15\x66inal_layer_thickness\x18\x03 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t333333\xd3?H\x02\x88\x01\x01\x12+\n\rmin_thickness\x18\x04 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x9a\x99\x99\x99\x99\x99\xb9?H\x03\x88\x01\x01\x12\x1b\n\x06n_grow\x18\x05 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x00H\x04\x88\x01\x01\x12+\n\rfeature_angle\x18\x06 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00N@H\x05\x88\x01\x01\x12\x30\n\x12slip_feature_angle\x18\x07 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00N@H\x06\x88\x01\x01\x12!\n\x0cn_relax_iter\x18\x08 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x03H\x07\x88\x01\x01\x12-\n\x18n_smooth_surface_normals\x18\t \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x01H\x08\x88\x01\x01\x12%\n\x10n_smooth_normals\x18\n \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x03H\t\x88\x01\x01\x12\'\n\x12n_smooth_thickness\x18\x0b \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\nH\n\x88\x01\x01\x12\x36\n\x18max_face_thickness_ratio\x18\x0c \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00\xe0?H\x0b\x88\x01\x01\x12;\n\x1dmax_thickness_to_medial_ratio\x18\r \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t333333\xd3?H\x0c\x88\x01\x01\x12\x33\n\x15min_medial_axis_angle\x18\x0e \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x80V@H\r\x88\x01\x01\x12.\n\x19n_buffer_cells_no_extrude\x18\x0f \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x00H\x0e\x88\x01\x01\x12!\n\x0cn_layer_iter\x18\x10 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x1eH\x0f\x88\x01\x01\x12,\n\x17global_n_surface_layers\x18\x11 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\nH\x10\x88\x01\x01\x12W\n\x10n_surface_layers\x18\x12 \x03(\x0b\x32=.luminary.proto.hexmesh.AddLayersControls.NSurfaceLayersEntry\x12!\n\x0cn_outer_iter\x18\x13 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x01H\x11\x88\x01\x01\x1a\x35\n\x13NSurfaceLayersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\x42\x11\n\x0f_relative_sizesB\x12\n\x10_expansion_ratioB\x18\n\x16_final_layer_thicknessB\x10\n\x0e_min_thicknessB\t\n\x07_n_growB\x10\n\x0e_feature_angleB\x15\n\x13_slip_feature_angleB\x0f\n\r_n_relax_iterB\x1b\n\x19_n_smooth_surface_normalsB\x13\n\x11_n_smooth_normalsB\x15\n\x13_n_smooth_thicknessB\x1b\n\x19_max_face_thickness_ratioB \n\x1e_max_thickness_to_medial_ratioB\x18\n\x16_min_medial_axis_angleB\x1c\n\x1a_n_buffer_cells_no_extrudeB\x0f\n\r_n_layer_iterB\x1a\n\x18_global_n_surface_layersB\x0f\n\r_n_outer_iter\"\xa6\x01\n\x16RefinementRegionParams\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12(\n\x04\x63ube\x18\x03 \x01(\x0b\x32\x18.luminary.proto.cad.CubeH\x00\x12?\n\x0frefinement_spec\x18\x04 \x01(\x0b\x32&.luminary.proto.hexmesh.RefinementSpecB\x07\n\x05shape\"\xdc\x04\n\x15OpenfoamMeshShmConfig\x12G\n\x14global_feature_edges\x18\x01 \x01(\x0b\x32$.luminary.proto.hexmesh.FeatureEdgesH\x00\x88\x01\x01\x12V\n\rfeature_edges\x18\x05 \x03(\x0b\x32?.luminary.proto.hexmesh.OpenfoamMeshShmConfig.FeatureEdgesEntry\x12W\n\x19\x63\x61stellated_mesh_controls\x18\x02 \x01(\x0b\x32/.luminary.proto.hexmesh.CastellatedMeshControlsH\x01\x88\x01\x01\x12@\n\rsnap_controls\x18\x03 \x01(\x0b\x32$.luminary.proto.hexmesh.SnapControlsH\x02\x88\x01\x01\x12K\n\x13\x61\x64\x64_layers_controls\x18\x04 \x01(\x0b\x32).luminary.proto.hexmesh.AddLayersControlsH\x03\x88\x01\x01\x1aY\n\x11\x46\x65\x61tureEdgesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x33\n\x05value\x18\x02 \x01(\x0b\x32$.luminary.proto.hexmesh.FeatureEdges:\x02\x38\x01\x42\x17\n\x15_global_feature_edgesB\x1c\n\x1a_castellated_mesh_controlsB\x10\n\x0e_snap_controlsB\x16\n\x14_add_layers_controls\"\xaa\x02\n\x11TransformationStl\x12\x36\n\x0btranslation\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3H\x00\x88\x01\x01\x12\x38\n\rrotation_axis\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3H\x01\x88\x01\x01\x12\x12\n\x05\x61ngle\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12Y\n\x05scale\x18\x04 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\'\x82\xb2\x19#\x12!\n\t\t\x00\x00\x00\x00\x00\x00\xf0?\x12\t\t\x00\x00\x00\x00\x00\x00\xf0?\x1a\t\t\x00\x00\x00\x00\x00\x00\xf0?H\x03\x88\x01\x01\x42\x0e\n\x0c_translationB\x10\n\x0e_rotation_axisB\x08\n\x06_angleB\x08\n\x06_scale\"\xba\x07\n\x12OpenfoamMeshConfig\x12\x44\n\x0f\x62\x61\x63kground_mesh\x18\x02 \x01(\x0b\x32&.luminary.proto.hexmesh.BackgroundMeshH\x01\x88\x01\x01\x12J\n\x12refinement_regions\x18\x03 \x03(\x0b\x32..luminary.proto.hexmesh.RefinementRegionParams\x12o\n\x1crefinement_regions_from_stls\x18\x08 \x03(\x0b\x32I.luminary.proto.hexmesh.OpenfoamMeshConfig.RefinementRegionsFromStlsEntry\x12\x43\n\nshm_config\x18\x04 \x01(\x0b\x32-.luminary.proto.hexmesh.OpenfoamMeshShmConfigH\x00\x12\x37\n\x0boutput_info\x18\x05 \x01(\x0b\x32\".luminary.proto.hexmesh.OutputInfo\x12\x0f\n\x07mesh_id\x18\x06 \x01(\t\x12[\n\x12names_to_file_urls\x18\x07 \x03(\x0b\x32?.luminary.proto.hexmesh.OpenfoamMeshConfig.NamesToFileUrlsEntry\x12\x1d\n\x08use_wrap\x18\t \x01(\x08\x42\x06\x82\xb2\x19\x02(\x00H\x02\x88\x01\x01\x12^\n\x13transforms_for_stls\x18\n \x03(\x0b\x32\x41.luminary.proto.hexmesh.OpenfoamMeshConfig.TransformsForStlsEntry\x1ah\n\x1eRefinementRegionsFromStlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32&.luminary.proto.hexmesh.RefinementSpec:\x02\x38\x01\x1a\x36\n\x14NamesToFileUrlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x63\n\x16TransformsForStlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x38\n\x05value\x18\x02 \x01(\x0b\x32).luminary.proto.hexmesh.TransformationStl:\x02\x38\x01\x42\x08\n\x06\x63onfigB\x12\n\x10_background_meshB\x0b\n\t_use_wrapJ\x04\x08\x01\x10\x02\"\xa4\x05\n\x0bHexMeshSpec\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x44\n\x0f\x62\x61\x63kground_mesh\x18\x03 \x01(\x0b\x32&.luminary.proto.hexmesh.BackgroundMeshH\x01\x88\x01\x01\x12J\n\x12refinement_regions\x18\x04 \x03(\x0b\x32..luminary.proto.hexmesh.RefinementRegionParams\x12h\n\x1crefinement_regions_from_stls\x18\x07 \x03(\x0b\x32\x42.luminary.proto.hexmesh.HexMeshSpec.RefinementRegionsFromStlsEntry\x12\x43\n\nshm_config\x18\x05 \x01(\x0b\x32-.luminary.proto.hexmesh.OpenfoamMeshShmConfigH\x00\x12T\n\x12names_to_file_urls\x18\x06 \x03(\x0b\x32\x38.luminary.proto.hexmesh.HexMeshSpec.NamesToFileUrlsEntry\x12\x1d\n\x08use_wrap\x18\x08 \x01(\x08\x42\x06\x82\xb2\x19\x02(\x00H\x02\x88\x01\x01\x1ah\n\x1eRefinementRegionsFromStlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32&.luminary.proto.hexmesh.RefinementSpec:\x02\x38\x01\x1a\x36\n\x14NamesToFileUrlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x08\n\x06\x63onfigB\x12\n\x10_background_meshB\x0b\n\t_use_wrapJ\x04\x08\x01\x10\x02*~\n\x12RefinementSpecMode\x12$\n REFINEMENT_SPEC_MODE_UNSPECIFIED\x10\x00\x12\x1f\n\x1bREFINEMENT_SPEC_MODE_INSIDE\x10\x01\x12!\n\x1dREFINEMENT_SPEC_MODE_DISTANCE\x10\x02\x42&Z$luminarycloud.com/core/proto/hexmeshb\x06proto3')
21
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bproto/hexmesh/hexmesh.proto\x12\x16luminary.proto.hexmesh\x1a\x15proto/base/base.proto\x1a\x15proto/cad/shape.proto\x1a\x1bproto/options/options.proto\"{\n\x0fRefinementLevel\x12&\n\x08\x64istance\x18\x01 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00\x00\x00H\x00\x88\x01\x01\x12#\n\x05level\x18\x03 \x01(\x05\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00\x00@H\x01\x88\x01\x01\x42\x0b\n\t_distanceB\x08\n\x06_levelJ\x04\x08\x02\x10\x03\"\x8e\x01\n\x0eRefinementSpec\x12\x42\n\x11refinement_levels\x18\x01 \x03(\x0b\x32\'.luminary.proto.hexmesh.RefinementLevel\x12\x38\n\x04mode\x18\x02 \x01(\x0e\x32*.luminary.proto.hexmesh.RefinementSpecMode\"\'\n\nOutputInfo\x12\x19\n\x11output_lcmesh_url\x18\x01 \x01(\t\"j\n\x0e\x42\x61\x63kgroundMesh\x12(\n\x04\x63ube\x18\x01 \x01(\x0b\x32\x18.luminary.proto.cad.CubeH\x00\x12\x0b\n\x03n_x\x18\x08 \x01(\x05\x12\x0b\n\x03n_y\x18\t \x01(\x05\x12\x0b\n\x03n_z\x18\n \x01(\x05\x42\x07\n\x05shape\"\xa8\x01\n\x12RefinementSurfaces\x12)\n\x14refinement_min_level\x18\x03 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x02H\x00\x88\x01\x01\x12)\n\x14refinement_max_level\x18\x04 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x02H\x01\x88\x01\x01\x42\x17\n\x15_refinement_min_levelB\x17\n\x15_refinement_max_levelJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\"\x89\x05\n\x17\x43\x61stellatedMeshControls\x12)\n\x10max_global_cells\x18\x01 \x01(\x05\x42\n\x82\xb2\x19\x06\x30\x80\x88\xde\xbe\x01H\x00\x88\x01\x01\x12)\n\x14min_refinement_cells\x18\x02 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x64H\x01\x88\x01\x01\x12+\n\x16n_cells_between_levels\x18\x03 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x03H\x02\x88\x01\x01\x12\x33\n\x15resolve_feature_angle\x18\x04 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00N@H\x03\x88\x01\x01\x12\x36\n\x10location_in_mesh\x18\x05 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3\x12N\n\x1aglobal_refinement_surfaces\x18\x06 \x01(\x0b\x32*.luminary.proto.hexmesh.RefinementSurfaces\x12\x64\n\x13refinement_surfaces\x18\t \x03(\x0b\x32G.luminary.proto.hexmesh.CastellatedMeshControls.RefinementSurfacesEntry\x1a\x65\n\x17RefinementSurfacesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x39\n\x05value\x18\x02 \x01(\x0b\x32*.luminary.proto.hexmesh.RefinementSurfaces:\x02\x38\x01\x42\x13\n\x11_max_global_cellsB\x17\n\x15_min_refinement_cellsB\x19\n\x17_n_cells_between_levelsB\x18\n\x16_resolve_feature_angle\"\x8e\x01\n\x0c\x46\x65\x61tureEdges\x12+\n\rfeature_angle\x18\x01 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00>@H\x00\x88\x01\x01\x12?\n\x0frefinement_spec\x18\x02 \x01(\x0b\x32&.luminary.proto.hexmesh.RefinementSpecB\x10\n\x0e_feature_angle\"\xa7\x02\n\x0cSnapControls\x12#\n\x0en_smooth_patch\x18\x01 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x03H\x00\x88\x01\x01\x12\'\n\ttolerance\x18\x02 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00\x10@H\x01\x88\x01\x01\x12!\n\x0cn_solve_iter\x18\x03 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x1eH\x02\x88\x01\x01\x12!\n\x0cn_relax_iter\x18\x04 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x05H\x03\x88\x01\x01\x12(\n\x13n_feature_snap_iter\x18\x05 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\nH\x04\x88\x01\x01\x42\x11\n\x0f_n_smooth_patchB\x0c\n\n_toleranceB\x0f\n\r_n_solve_iterB\x0f\n\r_n_relax_iterB\x16\n\x14_n_feature_snap_iter\"\xdb\n\n\x11\x41\x64\x64LayersControls\x12#\n\x0erelative_sizes\x18\x01 \x01(\x08\x42\x06\x82\xb2\x19\x02(\x01H\x00\x88\x01\x01\x12-\n\x0f\x65xpansion_ratio\x18\x02 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00\xf4?H\x01\x88\x01\x01\x12\x33\n\x15\x66inal_layer_thickness\x18\x03 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t333333\xd3?H\x02\x88\x01\x01\x12+\n\rmin_thickness\x18\x04 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x9a\x99\x99\x99\x99\x99\xb9?H\x03\x88\x01\x01\x12\x1b\n\x06n_grow\x18\x05 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x00H\x04\x88\x01\x01\x12+\n\rfeature_angle\x18\x06 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00N@H\x05\x88\x01\x01\x12\x30\n\x12slip_feature_angle\x18\x07 \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00N@H\x06\x88\x01\x01\x12!\n\x0cn_relax_iter\x18\x08 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x03H\x07\x88\x01\x01\x12-\n\x18n_smooth_surface_normals\x18\t \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x01H\x08\x88\x01\x01\x12%\n\x10n_smooth_normals\x18\n \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x03H\t\x88\x01\x01\x12\'\n\x12n_smooth_thickness\x18\x0b \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\nH\n\x88\x01\x01\x12\x36\n\x18max_face_thickness_ratio\x18\x0c \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x00\xe0?H\x0b\x88\x01\x01\x12;\n\x1dmax_thickness_to_medial_ratio\x18\r \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t333333\xd3?H\x0c\x88\x01\x01\x12\x33\n\x15min_medial_axis_angle\x18\x0e \x01(\x01\x42\x0f\x82\xb2\x19\x0b\n\t\t\x00\x00\x00\x00\x00\x80V@H\r\x88\x01\x01\x12.\n\x19n_buffer_cells_no_extrude\x18\x0f \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x00H\x0e\x88\x01\x01\x12!\n\x0cn_layer_iter\x18\x10 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x1eH\x0f\x88\x01\x01\x12,\n\x17global_n_surface_layers\x18\x11 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\nH\x10\x88\x01\x01\x12W\n\x10n_surface_layers\x18\x12 \x03(\x0b\x32=.luminary.proto.hexmesh.AddLayersControls.NSurfaceLayersEntry\x12!\n\x0cn_outer_iter\x18\x13 \x01(\x05\x42\x06\x82\xb2\x19\x02\x30\x01H\x11\x88\x01\x01\x1a\x35\n\x13NSurfaceLayersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\x42\x11\n\x0f_relative_sizesB\x12\n\x10_expansion_ratioB\x18\n\x16_final_layer_thicknessB\x10\n\x0e_min_thicknessB\t\n\x07_n_growB\x10\n\x0e_feature_angleB\x15\n\x13_slip_feature_angleB\x0f\n\r_n_relax_iterB\x1b\n\x19_n_smooth_surface_normalsB\x13\n\x11_n_smooth_normalsB\x15\n\x13_n_smooth_thicknessB\x1b\n\x19_max_face_thickness_ratioB \n\x1e_max_thickness_to_medial_ratioB\x18\n\x16_min_medial_axis_angleB\x1c\n\x1a_n_buffer_cells_no_extrudeB\x0f\n\r_n_layer_iterB\x1a\n\x18_global_n_surface_layersB\x0f\n\r_n_outer_iter\"\xa6\x01\n\x16RefinementRegionParams\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12(\n\x04\x63ube\x18\x03 \x01(\x0b\x32\x18.luminary.proto.cad.CubeH\x00\x12?\n\x0frefinement_spec\x18\x04 \x01(\x0b\x32&.luminary.proto.hexmesh.RefinementSpecB\x07\n\x05shape\"\xdc\x04\n\x15OpenfoamMeshShmConfig\x12G\n\x14global_feature_edges\x18\x01 \x01(\x0b\x32$.luminary.proto.hexmesh.FeatureEdgesH\x00\x88\x01\x01\x12V\n\rfeature_edges\x18\x05 \x03(\x0b\x32?.luminary.proto.hexmesh.OpenfoamMeshShmConfig.FeatureEdgesEntry\x12W\n\x19\x63\x61stellated_mesh_controls\x18\x02 \x01(\x0b\x32/.luminary.proto.hexmesh.CastellatedMeshControlsH\x01\x88\x01\x01\x12@\n\rsnap_controls\x18\x03 \x01(\x0b\x32$.luminary.proto.hexmesh.SnapControlsH\x02\x88\x01\x01\x12K\n\x13\x61\x64\x64_layers_controls\x18\x04 \x01(\x0b\x32).luminary.proto.hexmesh.AddLayersControlsH\x03\x88\x01\x01\x1aY\n\x11\x46\x65\x61tureEdgesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x33\n\x05value\x18\x02 \x01(\x0b\x32$.luminary.proto.hexmesh.FeatureEdges:\x02\x38\x01\x42\x17\n\x15_global_feature_edgesB\x1c\n\x1a_castellated_mesh_controlsB\x10\n\x0e_snap_controlsB\x16\n\x14_add_layers_controls\"\xaa\x02\n\x11TransformationStl\x12\x36\n\x0btranslation\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3H\x00\x88\x01\x01\x12\x38\n\rrotation_axis\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3H\x01\x88\x01\x01\x12\x12\n\x05\x61ngle\x18\x03 \x01(\x01H\x02\x88\x01\x01\x12Y\n\x05scale\x18\x04 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\'\x82\xb2\x19#\x12!\n\t\t\x00\x00\x00\x00\x00\x00\xf0?\x12\t\t\x00\x00\x00\x00\x00\x00\xf0?\x1a\t\t\x00\x00\x00\x00\x00\x00\xf0?H\x03\x88\x01\x01\x42\x0e\n\x0c_translationB\x10\n\x0e_rotation_axisB\x08\n\x06_angleB\x08\n\x06_scale\"\xba\x07\n\x12OpenfoamMeshConfig\x12\x44\n\x0f\x62\x61\x63kground_mesh\x18\x02 \x01(\x0b\x32&.luminary.proto.hexmesh.BackgroundMeshH\x01\x88\x01\x01\x12J\n\x12refinement_regions\x18\x03 \x03(\x0b\x32..luminary.proto.hexmesh.RefinementRegionParams\x12o\n\x1crefinement_regions_from_stls\x18\x08 \x03(\x0b\x32I.luminary.proto.hexmesh.OpenfoamMeshConfig.RefinementRegionsFromStlsEntry\x12\x43\n\nshm_config\x18\x04 \x01(\x0b\x32-.luminary.proto.hexmesh.OpenfoamMeshShmConfigH\x00\x12\x37\n\x0boutput_info\x18\x05 \x01(\x0b\x32\".luminary.proto.hexmesh.OutputInfo\x12\x0f\n\x07mesh_id\x18\x06 \x01(\t\x12[\n\x12names_to_file_urls\x18\x07 \x03(\x0b\x32?.luminary.proto.hexmesh.OpenfoamMeshConfig.NamesToFileUrlsEntry\x12\x1d\n\x08use_wrap\x18\t \x01(\x08\x42\x06\x82\xb2\x19\x02(\x00H\x02\x88\x01\x01\x12^\n\x13transforms_for_stls\x18\n \x03(\x0b\x32\x41.luminary.proto.hexmesh.OpenfoamMeshConfig.TransformsForStlsEntry\x1ah\n\x1eRefinementRegionsFromStlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32&.luminary.proto.hexmesh.RefinementSpec:\x02\x38\x01\x1a\x36\n\x14NamesToFileUrlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x63\n\x16TransformsForStlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x38\n\x05value\x18\x02 \x01(\x0b\x32).luminary.proto.hexmesh.TransformationStl:\x02\x38\x01\x42\x08\n\x06\x63onfigB\x12\n\x10_background_meshB\x0b\n\t_use_wrapJ\x04\x08\x01\x10\x02\"\xe2\x06\n\x0bHexMeshSpec\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x44\n\x0f\x62\x61\x63kground_mesh\x18\x03 \x01(\x0b\x32&.luminary.proto.hexmesh.BackgroundMeshH\x01\x88\x01\x01\x12J\n\x12refinement_regions\x18\x04 \x03(\x0b\x32..luminary.proto.hexmesh.RefinementRegionParams\x12h\n\x1crefinement_regions_from_stls\x18\x07 \x03(\x0b\x32\x42.luminary.proto.hexmesh.HexMeshSpec.RefinementRegionsFromStlsEntry\x12\x43\n\nshm_config\x18\x05 \x01(\x0b\x32-.luminary.proto.hexmesh.OpenfoamMeshShmConfigH\x00\x12T\n\x12names_to_file_urls\x18\x06 \x03(\x0b\x32\x38.luminary.proto.hexmesh.HexMeshSpec.NamesToFileUrlsEntry\x12\x1d\n\x08use_wrap\x18\x08 \x01(\x08\x42\x06\x82\xb2\x19\x02(\x00H\x02\x88\x01\x01\x12W\n\x13transforms_for_stls\x18\t \x03(\x0b\x32:.luminary.proto.hexmesh.HexMeshSpec.TransformsForStlsEntry\x1ah\n\x1eRefinementRegionsFromStlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32&.luminary.proto.hexmesh.RefinementSpec:\x02\x38\x01\x1a\x36\n\x14NamesToFileUrlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x63\n\x16TransformsForStlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x38\n\x05value\x18\x02 \x01(\x0b\x32).luminary.proto.hexmesh.TransformationStl:\x02\x38\x01\x42\x08\n\x06\x63onfigB\x12\n\x10_background_meshB\x0b\n\t_use_wrapJ\x04\x08\x01\x10\x02*~\n\x12RefinementSpecMode\x12$\n REFINEMENT_SPEC_MODE_UNSPECIFIED\x10\x00\x12\x1f\n\x1bREFINEMENT_SPEC_MODE_INSIDE\x10\x01\x12!\n\x1dREFINEMENT_SPEC_MODE_DISTANCE\x10\x02\x42&Z$luminarycloud.com/core/proto/hexmeshb\x06proto3')
22
22
 
23
23
  _REFINEMENTSPECMODE = DESCRIPTOR.enum_types_by_name['RefinementSpecMode']
24
24
  RefinementSpecMode = enum_type_wrapper.EnumTypeWrapper(_REFINEMENTSPECMODE)
@@ -49,6 +49,7 @@ _OPENFOAMMESHCONFIG_TRANSFORMSFORSTLSENTRY = _OPENFOAMMESHCONFIG.nested_types_by
49
49
  _HEXMESHSPEC = DESCRIPTOR.message_types_by_name['HexMeshSpec']
50
50
  _HEXMESHSPEC_REFINEMENTREGIONSFROMSTLSENTRY = _HEXMESHSPEC.nested_types_by_name['RefinementRegionsFromStlsEntry']
51
51
  _HEXMESHSPEC_NAMESTOFILEURLSENTRY = _HEXMESHSPEC.nested_types_by_name['NamesToFileUrlsEntry']
52
+ _HEXMESHSPEC_TRANSFORMSFORSTLSENTRY = _HEXMESHSPEC.nested_types_by_name['TransformsForStlsEntry']
52
53
  RefinementLevel = _reflection.GeneratedProtocolMessageType('RefinementLevel', (_message.Message,), {
53
54
  'DESCRIPTOR' : _REFINEMENTLEVEL,
54
55
  '__module__' : 'proto.hexmesh.hexmesh_pb2'
@@ -203,6 +204,13 @@ HexMeshSpec = _reflection.GeneratedProtocolMessageType('HexMeshSpec', (_message.
203
204
  # @@protoc_insertion_point(class_scope:luminary.proto.hexmesh.HexMeshSpec.NamesToFileUrlsEntry)
204
205
  })
205
206
  ,
207
+
208
+ 'TransformsForStlsEntry' : _reflection.GeneratedProtocolMessageType('TransformsForStlsEntry', (_message.Message,), {
209
+ 'DESCRIPTOR' : _HEXMESHSPEC_TRANSFORMSFORSTLSENTRY,
210
+ '__module__' : 'proto.hexmesh.hexmesh_pb2'
211
+ # @@protoc_insertion_point(class_scope:luminary.proto.hexmesh.HexMeshSpec.TransformsForStlsEntry)
212
+ })
213
+ ,
206
214
  'DESCRIPTOR' : _HEXMESHSPEC,
207
215
  '__module__' : 'proto.hexmesh.hexmesh_pb2'
208
216
  # @@protoc_insertion_point(class_scope:luminary.proto.hexmesh.HexMeshSpec)
@@ -210,6 +218,7 @@ HexMeshSpec = _reflection.GeneratedProtocolMessageType('HexMeshSpec', (_message.
210
218
  _sym_db.RegisterMessage(HexMeshSpec)
211
219
  _sym_db.RegisterMessage(HexMeshSpec.RefinementRegionsFromStlsEntry)
212
220
  _sym_db.RegisterMessage(HexMeshSpec.NamesToFileUrlsEntry)
221
+ _sym_db.RegisterMessage(HexMeshSpec.TransformsForStlsEntry)
213
222
 
214
223
  if _descriptor._USE_C_DESCRIPTORS == False:
215
224
 
@@ -299,10 +308,12 @@ if _descriptor._USE_C_DESCRIPTORS == False:
299
308
  _HEXMESHSPEC_REFINEMENTREGIONSFROMSTLSENTRY._serialized_options = b'8\001'
300
309
  _HEXMESHSPEC_NAMESTOFILEURLSENTRY._options = None
301
310
  _HEXMESHSPEC_NAMESTOFILEURLSENTRY._serialized_options = b'8\001'
311
+ _HEXMESHSPEC_TRANSFORMSFORSTLSENTRY._options = None
312
+ _HEXMESHSPEC_TRANSFORMSFORSTLSENTRY._serialized_options = b'8\001'
302
313
  _HEXMESHSPEC.fields_by_name['use_wrap']._options = None
303
314
  _HEXMESHSPEC.fields_by_name['use_wrap']._serialized_options = b'\202\262\031\002(\000'
304
- _REFINEMENTSPECMODE._serialized_start=5902
305
- _REFINEMENTSPECMODE._serialized_end=6028
315
+ _REFINEMENTSPECMODE._serialized_start=6092
316
+ _REFINEMENTSPECMODE._serialized_end=6218
306
317
  _REFINEMENTLEVEL._serialized_start=130
307
318
  _REFINEMENTLEVEL._serialized_end=253
308
319
  _REFINEMENTSPEC._serialized_start=256
@@ -342,9 +353,11 @@ if _descriptor._USE_C_DESCRIPTORS == False:
342
353
  _OPENFOAMMESHCONFIG_TRANSFORMSFORSTLSENTRY._serialized_start=5073
343
354
  _OPENFOAMMESHCONFIG_TRANSFORMSFORSTLSENTRY._serialized_end=5172
344
355
  _HEXMESHSPEC._serialized_start=5224
345
- _HEXMESHSPEC._serialized_end=5900
356
+ _HEXMESHSPEC._serialized_end=6090
346
357
  _HEXMESHSPEC_REFINEMENTREGIONSFROMSTLSENTRY._serialized_start=4911
347
358
  _HEXMESHSPEC_REFINEMENTREGIONSFROMSTLSENTRY._serialized_end=5015
348
359
  _HEXMESHSPEC_NAMESTOFILEURLSENTRY._serialized_start=5017
349
360
  _HEXMESHSPEC_NAMESTOFILEURLSENTRY._serialized_end=5071
361
+ _HEXMESHSPEC_TRANSFORMSFORSTLSENTRY._serialized_start=5073
362
+ _HEXMESHSPEC_TRANSFORMSFORSTLSENTRY._serialized_end=5172
350
363
  # @@protoc_insertion_point(module_scope)
@@ -670,6 +670,23 @@ class HexMeshSpec(google.protobuf.message.Message):
670
670
  ) -> None: ...
671
671
  def ClearField(self, field_name: typing_extensions.Literal["key", b"key", "value", b"value"]) -> None: ...
672
672
 
673
+ class TransformsForStlsEntry(google.protobuf.message.Message):
674
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
675
+
676
+ KEY_FIELD_NUMBER: builtins.int
677
+ VALUE_FIELD_NUMBER: builtins.int
678
+ key: builtins.str
679
+ @property
680
+ def value(self) -> global___TransformationStl: ...
681
+ def __init__(
682
+ self,
683
+ *,
684
+ key: builtins.str = ...,
685
+ value: global___TransformationStl | None = ...,
686
+ ) -> None: ...
687
+ def HasField(self, field_name: typing_extensions.Literal["value", b"value"]) -> builtins.bool: ...
688
+ def ClearField(self, field_name: typing_extensions.Literal["key", b"key", "value", b"value"]) -> None: ...
689
+
673
690
  NAME_FIELD_NUMBER: builtins.int
674
691
  BACKGROUND_MESH_FIELD_NUMBER: builtins.int
675
692
  REFINEMENT_REGIONS_FIELD_NUMBER: builtins.int
@@ -677,6 +694,7 @@ class HexMeshSpec(google.protobuf.message.Message):
677
694
  SHM_CONFIG_FIELD_NUMBER: builtins.int
678
695
  NAMES_TO_FILE_URLS_FIELD_NUMBER: builtins.int
679
696
  USE_WRAP_FIELD_NUMBER: builtins.int
697
+ TRANSFORMS_FOR_STLS_FIELD_NUMBER: builtins.int
680
698
  name: builtins.str
681
699
  @property
682
700
  def background_mesh(self) -> global___BackgroundMesh: ...
@@ -692,6 +710,8 @@ class HexMeshSpec(google.protobuf.message.Message):
692
710
  def names_to_file_urls(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
693
711
  """Map of names to STL files guaranteeing unique names."""
694
712
  use_wrap: builtins.bool
713
+ @property
714
+ def transforms_for_stls(self) -> google.protobuf.internal.containers.MessageMap[builtins.str, global___TransformationStl]: ...
695
715
  def __init__(
696
716
  self,
697
717
  *,
@@ -702,9 +722,10 @@ class HexMeshSpec(google.protobuf.message.Message):
702
722
  shm_config: global___OpenfoamMeshShmConfig | None = ...,
703
723
  names_to_file_urls: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
704
724
  use_wrap: builtins.bool | None = ...,
725
+ transforms_for_stls: collections.abc.Mapping[builtins.str, global___TransformationStl] | None = ...,
705
726
  ) -> None: ...
706
727
  def HasField(self, field_name: typing_extensions.Literal["_background_mesh", b"_background_mesh", "_use_wrap", b"_use_wrap", "background_mesh", b"background_mesh", "config", b"config", "shm_config", b"shm_config", "use_wrap", b"use_wrap"]) -> builtins.bool: ...
707
- def ClearField(self, field_name: typing_extensions.Literal["_background_mesh", b"_background_mesh", "_use_wrap", b"_use_wrap", "background_mesh", b"background_mesh", "config", b"config", "name", b"name", "names_to_file_urls", b"names_to_file_urls", "refinement_regions", b"refinement_regions", "refinement_regions_from_stls", b"refinement_regions_from_stls", "shm_config", b"shm_config", "use_wrap", b"use_wrap"]) -> None: ...
728
+ def ClearField(self, field_name: typing_extensions.Literal["_background_mesh", b"_background_mesh", "_use_wrap", b"_use_wrap", "background_mesh", b"background_mesh", "config", b"config", "name", b"name", "names_to_file_urls", b"names_to_file_urls", "refinement_regions", b"refinement_regions", "refinement_regions_from_stls", b"refinement_regions_from_stls", "shm_config", b"shm_config", "transforms_for_stls", b"transforms_for_stls", "use_wrap", b"use_wrap"]) -> None: ...
708
729
  @typing.overload
709
730
  def WhichOneof(self, oneof_group: typing_extensions.Literal["_background_mesh", b"_background_mesh"]) -> typing_extensions.Literal["background_mesh"] | None: ...
710
731
  @typing.overload