luminarycloud 0.21.1__py3-none-any.whl → 0.21.2__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 (38) hide show
  1. luminarycloud/_helpers/download.py +3 -1
  2. luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.py +124 -124
  3. luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.pyi +8 -1
  4. luminarycloud/_proto/api/v0/luminarycloud/mesh/mesh_pb2.py +11 -11
  5. luminarycloud/_proto/api/v0/luminarycloud/mesh/mesh_pb2.pyi +9 -2
  6. luminarycloud/_proto/api/v0/luminarycloud/physics_ai/physics_ai_pb2.py +33 -20
  7. luminarycloud/_proto/api/v0/luminarycloud/physics_ai/physics_ai_pb2.pyi +21 -1
  8. luminarycloud/_proto/api/v0/luminarycloud/project/project_pb2.py +16 -16
  9. luminarycloud/_proto/api/v0/luminarycloud/project/project_pb2.pyi +7 -3
  10. luminarycloud/_proto/api/v0/luminarycloud/simulation/simulation_pb2.py +55 -55
  11. luminarycloud/_proto/api/v0/luminarycloud/simulation/simulation_pb2.pyi +4 -0
  12. luminarycloud/_proto/api/v0/luminarycloud/vis/vis_pb2.py +28 -26
  13. luminarycloud/_proto/api/v0/luminarycloud/vis/vis_pb2.pyi +7 -1
  14. luminarycloud/_proto/assistant/assistant_pb2.py +47 -34
  15. luminarycloud/_proto/assistant/assistant_pb2.pyi +21 -1
  16. luminarycloud/_proto/base/base_pb2.py +17 -7
  17. luminarycloud/_proto/base/base_pb2.pyi +26 -0
  18. luminarycloud/_proto/cad/transformation_pb2.py +60 -16
  19. luminarycloud/_proto/cad/transformation_pb2.pyi +138 -32
  20. luminarycloud/_proto/hexmesh/hexmesh_pb2.py +20 -18
  21. luminarycloud/_proto/hexmesh/hexmesh_pb2.pyi +7 -2
  22. luminarycloud/_proto/quantity/quantity_options_pb2.py +6 -6
  23. luminarycloud/_proto/quantity/quantity_options_pb2.pyi +10 -1
  24. luminarycloud/_proto/quantity/quantity_pb2.py +166 -166
  25. luminarycloud/_proto/quantity/quantity_pb2.pyi +1 -1
  26. luminarycloud/enum/gpu_type.py +2 -0
  27. luminarycloud/feature_modification.py +13 -34
  28. luminarycloud/physics_ai/solution.py +3 -1
  29. luminarycloud/pipelines/__init__.py +3 -3
  30. luminarycloud/pipelines/api.py +81 -0
  31. luminarycloud/pipelines/core.py +103 -96
  32. luminarycloud/pipelines/{operators.py → stages.py} +28 -28
  33. luminarycloud/project.py +10 -1
  34. luminarycloud/types/matrix3.py +12 -0
  35. luminarycloud/volume_selection.py +18 -60
  36. {luminarycloud-0.21.1.dist-info → luminarycloud-0.21.2.dist-info}/METADATA +1 -1
  37. {luminarycloud-0.21.1.dist-info → luminarycloud-0.21.2.dist-info}/RECORD +38 -38
  38. {luminarycloud-0.21.1.dist-info → luminarycloud-0.21.2.dist-info}/WHEEL +0 -0
@@ -16,14 +16,16 @@ from luminarycloud._proto.base import base_pb2 as proto_dot_base_dot_base__pb2
16
16
  from luminarycloud._proto.options import options_pb2 as proto_dot_options_dot_options__pb2
17
17
 
18
18
 
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
+ 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\"\x85\x02\n\x0f\x41ugmentedMatrix\x12<\n\x0c\x61\x66\x66ine_float\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Matrix3B\x08\x18\x01\xb8\xb2\x19\xd4\x9a\x02\x12@\n\x11translation_float\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x07\x18\x01\xb8\xb2\x19\x80P\x12\x36\n\x06\x61\x66\x66ine\x18\x03 \x01(\x0b\x32\x1e.luminary.proto.base.AdMatrix3B\x06\xb8\xb2\x19\xd4\x9a\x02\x12:\n\x0btranslation\x18\x04 \x01(\x0b\x32\x1e.luminary.proto.base.AdVector3B\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\"\x8b\x01\n\x12MagnitudeAdVector3\x12\x39\n\tdirection\x18\x01 \x01(\x0b\x32\x1e.luminary.proto.base.AdVector3B\x06\xb8\xb2\x19\xd4\x9a\x02\x12:\n\tmagnitude\x18\x02 \x01(\x0b\x32 .luminary.proto.base.AdFloatTypeB\x05\xb8\xb2\x19\x80P\"\xb7\x02\n\x0bTranslation\x12=\n\x0cvector_float\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x07\x18\x01\xb8\xb2\x19\x80PH\x00\x12\x46\n\x16magnitude_vector_float\x18\x02 \x01(\x0b\x32$.luminary.proto.cad.MagnitudeVector3H\x00\x12\x37\n\x06vector\x18\x03 \x01(\x0b\x32\x1e.luminary.proto.base.AdVector3B\x05\xb8\xb2\x19\x80PH\x01\x12\x42\n\x10magnitude_vector\x18\x04 \x01(\x0b\x32&.luminary.proto.cad.MagnitudeAdVector3H\x01\x42\x14\n\x12\x64isplacement_floatB\x0e\n\x0c\x64isplacement\"\x83\x01\n\x0f\x41nchoredVector3\x12\x35\n\x06origin\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x07\x18\x01\xb8\xb2\x19\x80P\x12\x39\n\tdirection\x18\x02 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x08\x18\x01\xb8\xb2\x19\xd4\x9a\x02\"\x85\x01\n\x11\x41nchoredAdVector3\x12\x35\n\x06origin\x18\x01 \x01(\x0b\x32\x1e.luminary.proto.base.AdVector3B\x05\xb8\xb2\x19\x80P\x12\x39\n\tdirection\x18\x02 \x01(\x0b\x32\x1e.luminary.proto.base.AdVector3B\x06\xb8\xb2\x19\xd4\x9a\x02\"\xea\x01\n\x08Rotation\x12\x17\n\x0b\x61ngle_float\x18\x01 \x01(\x01\x42\x02\x18\x01\x12\x42\n\x0f\x61rbitrary_float\x18\x02 \x01(\x0b\x32#.luminary.proto.cad.AnchoredVector3B\x02\x18\x01H\x00\x12/\n\x05\x61ngle\x18\x03 \x01(\x0b\x32 .luminary.proto.base.AdFloatType\x12:\n\tarbitrary\x18\x04 \x01(\x0b\x32%.luminary.proto.cad.AnchoredAdVector3H\x01\x42\x0c\n\naxis_floatB\x06\n\x04\x61xis\"\x9f\x02\n\x07Scaling\x12@\n\x0f\x61rbitrary_float\x18\x01 \x01(\x0b\x32\x1c.luminary.proto.base.Vector3B\x07\x18\x01\xb8\xb2\x19\x80PH\x00\x12#\n\x0fisotropic_float\x18\x02 \x01(\x01\x42\x08\x18\x01\xb8\xb2\x19\xd4\x9a\x02H\x01\x12:\n\tarbitrary\x18\x03 \x01(\x0b\x32\x1e.luminary.proto.base.AdVector3B\x05\xb8\xb2\x19\x80PH\x02\x12=\n\tisotropic\x18\x04 \x01(\x0b\x32 .luminary.proto.base.AdFloatTypeB\x06\xb8\xb2\x19\xd4\x9a\x02H\x03\x42\x0e\n\x0corigin_floatB\x0e\n\x0c\x66\x61\x63tor_floatB\x08\n\x06originB\x08\n\x06\x66\x61\x63tor\"\xa4\x01\n\nReflection\x12\x42\n\x0f\x61rbitrary_float\x18\x01 \x01(\x0b\x32#.luminary.proto.cad.AnchoredVector3B\x02\x18\x01H\x00\x12:\n\tarbitrary\x18\x02 \x01(\x0b\x32%.luminary.proto.cad.AnchoredAdVector3H\x01\x42\r\n\x0bplane_floatB\x07\n\x05planeB\"Z luminarycloud.com/core/proto/cadb\x06proto3')
20
20
 
21
21
 
22
22
 
23
23
  _AUGMENTEDMATRIX = DESCRIPTOR.message_types_by_name['AugmentedMatrix']
24
24
  _MAGNITUDEVECTOR3 = DESCRIPTOR.message_types_by_name['MagnitudeVector3']
25
+ _MAGNITUDEADVECTOR3 = DESCRIPTOR.message_types_by_name['MagnitudeAdVector3']
25
26
  _TRANSLATION = DESCRIPTOR.message_types_by_name['Translation']
26
27
  _ANCHOREDVECTOR3 = DESCRIPTOR.message_types_by_name['AnchoredVector3']
28
+ _ANCHOREDADVECTOR3 = DESCRIPTOR.message_types_by_name['AnchoredAdVector3']
27
29
  _ROTATION = DESCRIPTOR.message_types_by_name['Rotation']
28
30
  _SCALING = DESCRIPTOR.message_types_by_name['Scaling']
29
31
  _REFLECTION = DESCRIPTOR.message_types_by_name['Reflection']
@@ -41,6 +43,13 @@ MagnitudeVector3 = _reflection.GeneratedProtocolMessageType('MagnitudeVector3',
41
43
  })
42
44
  _sym_db.RegisterMessage(MagnitudeVector3)
43
45
 
46
+ MagnitudeAdVector3 = _reflection.GeneratedProtocolMessageType('MagnitudeAdVector3', (_message.Message,), {
47
+ 'DESCRIPTOR' : _MAGNITUDEADVECTOR3,
48
+ '__module__' : 'proto.cad.transformation_pb2'
49
+ # @@protoc_insertion_point(class_scope:luminary.proto.cad.MagnitudeAdVector3)
50
+ })
51
+ _sym_db.RegisterMessage(MagnitudeAdVector3)
52
+
44
53
  Translation = _reflection.GeneratedProtocolMessageType('Translation', (_message.Message,), {
45
54
  'DESCRIPTOR' : _TRANSLATION,
46
55
  '__module__' : 'proto.cad.transformation_pb2'
@@ -55,6 +64,13 @@ AnchoredVector3 = _reflection.GeneratedProtocolMessageType('AnchoredVector3', (_
55
64
  })
56
65
  _sym_db.RegisterMessage(AnchoredVector3)
57
66
 
67
+ AnchoredAdVector3 = _reflection.GeneratedProtocolMessageType('AnchoredAdVector3', (_message.Message,), {
68
+ 'DESCRIPTOR' : _ANCHOREDADVECTOR3,
69
+ '__module__' : 'proto.cad.transformation_pb2'
70
+ # @@protoc_insertion_point(class_scope:luminary.proto.cad.AnchoredAdVector3)
71
+ })
72
+ _sym_db.RegisterMessage(AnchoredAdVector3)
73
+
58
74
  Rotation = _reflection.GeneratedProtocolMessageType('Rotation', (_message.Message,), {
59
75
  'DESCRIPTOR' : _ROTATION,
60
76
  '__module__' : 'proto.cad.transformation_pb2'
@@ -80,6 +96,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
80
96
 
81
97
  DESCRIPTOR._options = None
82
98
  DESCRIPTOR._serialized_options = b'Z luminarycloud.com/core/proto/cad'
99
+ _AUGMENTEDMATRIX.fields_by_name['affine_float']._options = None
100
+ _AUGMENTEDMATRIX.fields_by_name['affine_float']._serialized_options = b'\030\001\270\262\031\324\232\002'
101
+ _AUGMENTEDMATRIX.fields_by_name['translation_float']._options = None
102
+ _AUGMENTEDMATRIX.fields_by_name['translation_float']._serialized_options = b'\030\001\270\262\031\200P'
83
103
  _AUGMENTEDMATRIX.fields_by_name['affine']._options = None
84
104
  _AUGMENTEDMATRIX.fields_by_name['affine']._serialized_options = b'\270\262\031\324\232\002'
85
105
  _AUGMENTEDMATRIX.fields_by_name['translation']._options = None
@@ -88,28 +108,52 @@ if _descriptor._USE_C_DESCRIPTORS == False:
88
108
  _MAGNITUDEVECTOR3.fields_by_name['direction']._serialized_options = b'\270\262\031\324\232\002'
89
109
  _MAGNITUDEVECTOR3.fields_by_name['magnitude']._options = None
90
110
  _MAGNITUDEVECTOR3.fields_by_name['magnitude']._serialized_options = b'\270\262\031\200P'
111
+ _MAGNITUDEADVECTOR3.fields_by_name['direction']._options = None
112
+ _MAGNITUDEADVECTOR3.fields_by_name['direction']._serialized_options = b'\270\262\031\324\232\002'
113
+ _MAGNITUDEADVECTOR3.fields_by_name['magnitude']._options = None
114
+ _MAGNITUDEADVECTOR3.fields_by_name['magnitude']._serialized_options = b'\270\262\031\200P'
115
+ _TRANSLATION.fields_by_name['vector_float']._options = None
116
+ _TRANSLATION.fields_by_name['vector_float']._serialized_options = b'\030\001\270\262\031\200P'
91
117
  _TRANSLATION.fields_by_name['vector']._options = None
92
118
  _TRANSLATION.fields_by_name['vector']._serialized_options = b'\270\262\031\200P'
93
119
  _ANCHOREDVECTOR3.fields_by_name['origin']._options = None
94
- _ANCHOREDVECTOR3.fields_by_name['origin']._serialized_options = b'\270\262\031\200P'
120
+ _ANCHOREDVECTOR3.fields_by_name['origin']._serialized_options = b'\030\001\270\262\031\200P'
95
121
  _ANCHOREDVECTOR3.fields_by_name['direction']._options = None
96
- _ANCHOREDVECTOR3.fields_by_name['direction']._serialized_options = b'\270\262\031\324\232\002'
122
+ _ANCHOREDVECTOR3.fields_by_name['direction']._serialized_options = b'\030\001\270\262\031\324\232\002'
123
+ _ANCHOREDADVECTOR3.fields_by_name['origin']._options = None
124
+ _ANCHOREDADVECTOR3.fields_by_name['origin']._serialized_options = b'\270\262\031\200P'
125
+ _ANCHOREDADVECTOR3.fields_by_name['direction']._options = None
126
+ _ANCHOREDADVECTOR3.fields_by_name['direction']._serialized_options = b'\270\262\031\324\232\002'
127
+ _ROTATION.fields_by_name['angle_float']._options = None
128
+ _ROTATION.fields_by_name['angle_float']._serialized_options = b'\030\001'
129
+ _ROTATION.fields_by_name['arbitrary_float']._options = None
130
+ _ROTATION.fields_by_name['arbitrary_float']._serialized_options = b'\030\001'
131
+ _SCALING.fields_by_name['arbitrary_float']._options = None
132
+ _SCALING.fields_by_name['arbitrary_float']._serialized_options = b'\030\001\270\262\031\200P'
133
+ _SCALING.fields_by_name['isotropic_float']._options = None
134
+ _SCALING.fields_by_name['isotropic_float']._serialized_options = b'\030\001\270\262\031\324\232\002'
97
135
  _SCALING.fields_by_name['arbitrary']._options = None
98
136
  _SCALING.fields_by_name['arbitrary']._serialized_options = b'\270\262\031\200P'
99
137
  _SCALING.fields_by_name['isotropic']._options = None
100
138
  _SCALING.fields_by_name['isotropic']._serialized_options = b'\270\262\031\324\232\002'
139
+ _REFLECTION.fields_by_name['arbitrary_float']._options = None
140
+ _REFLECTION.fields_by_name['arbitrary_float']._serialized_options = b'\030\001'
101
141
  _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
142
+ _AUGMENTEDMATRIX._serialized_end=368
143
+ _MAGNITUDEVECTOR3._serialized_start=370
144
+ _MAGNITUDEVECTOR3._serialized_end=471
145
+ _MAGNITUDEADVECTOR3._serialized_start=474
146
+ _MAGNITUDEADVECTOR3._serialized_end=613
147
+ _TRANSLATION._serialized_start=616
148
+ _TRANSLATION._serialized_end=927
149
+ _ANCHOREDVECTOR3._serialized_start=930
150
+ _ANCHOREDVECTOR3._serialized_end=1061
151
+ _ANCHOREDADVECTOR3._serialized_start=1064
152
+ _ANCHOREDADVECTOR3._serialized_end=1197
153
+ _ROTATION._serialized_start=1200
154
+ _ROTATION._serialized_end=1434
155
+ _SCALING._serialized_start=1437
156
+ _SCALING._serialized_end=1724
157
+ _REFLECTION._serialized_start=1727
158
+ _REFLECTION._serialized_end=1891
115
159
  # @@protoc_insertion_point(module_scope)
@@ -21,22 +21,32 @@ class AugmentedMatrix(google.protobuf.message.Message):
21
21
 
22
22
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
23
23
 
24
+ AFFINE_FLOAT_FIELD_NUMBER: builtins.int
25
+ TRANSLATION_FLOAT_FIELD_NUMBER: builtins.int
24
26
  AFFINE_FIELD_NUMBER: builtins.int
25
27
  TRANSLATION_FIELD_NUMBER: builtins.int
26
28
  @property
27
- def affine(self) -> luminarycloud._proto.base.base_pb2.Matrix3:
29
+ def affine_float(self) -> luminarycloud._proto.base.base_pb2.Matrix3:
30
+ """(deprecated) Affine/linear transformation matrix."""
31
+ @property
32
+ def translation_float(self) -> luminarycloud._proto.base.base_pb2.Vector3:
33
+ """(deprecated) Translation vector."""
34
+ @property
35
+ def affine(self) -> luminarycloud._proto.base.base_pb2.AdMatrix3:
28
36
  """Affine/linear transformation matrix."""
29
37
  @property
30
- def translation(self) -> luminarycloud._proto.base.base_pb2.Vector3:
38
+ def translation(self) -> luminarycloud._proto.base.base_pb2.AdVector3:
31
39
  """Translation vector."""
32
40
  def __init__(
33
41
  self,
34
42
  *,
35
- affine: luminarycloud._proto.base.base_pb2.Matrix3 | None = ...,
36
- translation: luminarycloud._proto.base.base_pb2.Vector3 | None = ...,
43
+ affine_float: luminarycloud._proto.base.base_pb2.Matrix3 | None = ...,
44
+ translation_float: luminarycloud._proto.base.base_pb2.Vector3 | None = ...,
45
+ affine: luminarycloud._proto.base.base_pb2.AdMatrix3 | None = ...,
46
+ translation: luminarycloud._proto.base.base_pb2.AdVector3 | None = ...,
37
47
  ) -> None: ...
38
- def HasField(self, field_name: typing_extensions.Literal["affine", b"affine", "translation", b"translation"]) -> builtins.bool: ...
39
- def ClearField(self, field_name: typing_extensions.Literal["affine", b"affine", "translation", b"translation"]) -> None: ...
48
+ def HasField(self, field_name: typing_extensions.Literal["affine", b"affine", "affine_float", b"affine_float", "translation", b"translation", "translation_float", b"translation_float"]) -> builtins.bool: ...
49
+ def ClearField(self, field_name: typing_extensions.Literal["affine", b"affine", "affine_float", b"affine_float", "translation", b"translation", "translation_float", b"translation_float"]) -> None: ...
40
50
 
41
51
  global___AugmentedMatrix = AugmentedMatrix
42
52
 
@@ -63,28 +73,65 @@ class MagnitudeVector3(google.protobuf.message.Message):
63
73
 
64
74
  global___MagnitudeVector3 = MagnitudeVector3
65
75
 
76
+ class MagnitudeAdVector3(google.protobuf.message.Message):
77
+ """Vector defined by direction and magnitude."""
78
+
79
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
80
+
81
+ DIRECTION_FIELD_NUMBER: builtins.int
82
+ MAGNITUDE_FIELD_NUMBER: builtins.int
83
+ @property
84
+ def direction(self) -> luminarycloud._proto.base.base_pb2.AdVector3:
85
+ """Direction of the vector, with "magnitude" dictating its length."""
86
+ @property
87
+ def magnitude(self) -> luminarycloud._proto.base.base_pb2.AdFloatType:
88
+ """Magnitude of the vector."""
89
+ def __init__(
90
+ self,
91
+ *,
92
+ direction: luminarycloud._proto.base.base_pb2.AdVector3 | None = ...,
93
+ magnitude: luminarycloud._proto.base.base_pb2.AdFloatType | None = ...,
94
+ ) -> None: ...
95
+ def HasField(self, field_name: typing_extensions.Literal["direction", b"direction", "magnitude", b"magnitude"]) -> builtins.bool: ...
96
+ def ClearField(self, field_name: typing_extensions.Literal["direction", b"direction", "magnitude", b"magnitude"]) -> None: ...
97
+
98
+ global___MagnitudeAdVector3 = MagnitudeAdVector3
99
+
66
100
  class Translation(google.protobuf.message.Message):
67
101
  """Translation along a vector."""
68
102
 
69
103
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
70
104
 
105
+ VECTOR_FLOAT_FIELD_NUMBER: builtins.int
106
+ MAGNITUDE_VECTOR_FLOAT_FIELD_NUMBER: builtins.int
71
107
  VECTOR_FIELD_NUMBER: builtins.int
72
108
  MAGNITUDE_VECTOR_FIELD_NUMBER: builtins.int
73
109
  @property
74
- def vector(self) -> luminarycloud._proto.base.base_pb2.Vector3:
110
+ def vector_float(self) -> luminarycloud._proto.base.base_pb2.Vector3:
111
+ """(deprecated) Arbitrary input."""
112
+ @property
113
+ def magnitude_vector_float(self) -> global___MagnitudeVector3:
114
+ """(deprecated) Arbitrary input with magnitude."""
115
+ @property
116
+ def vector(self) -> luminarycloud._proto.base.base_pb2.AdVector3:
75
117
  """Arbitrary input."""
76
118
  @property
77
- def magnitude_vector(self) -> global___MagnitudeVector3:
119
+ def magnitude_vector(self) -> global___MagnitudeAdVector3:
78
120
  """Arbitrary input with magnitude."""
79
121
  def __init__(
80
122
  self,
81
123
  *,
82
- vector: luminarycloud._proto.base.base_pb2.Vector3 | None = ...,
83
- magnitude_vector: global___MagnitudeVector3 | None = ...,
124
+ vector_float: luminarycloud._proto.base.base_pb2.Vector3 | None = ...,
125
+ magnitude_vector_float: global___MagnitudeVector3 | None = ...,
126
+ vector: luminarycloud._proto.base.base_pb2.AdVector3 | None = ...,
127
+ magnitude_vector: global___MagnitudeAdVector3 | None = ...,
84
128
  ) -> None: ...
85
- def HasField(self, field_name: typing_extensions.Literal["displacement", b"displacement", "magnitude_vector", b"magnitude_vector", "vector", b"vector"]) -> builtins.bool: ...
86
- def ClearField(self, field_name: typing_extensions.Literal["displacement", b"displacement", "magnitude_vector", b"magnitude_vector", "vector", b"vector"]) -> None: ...
129
+ def HasField(self, field_name: typing_extensions.Literal["displacement", b"displacement", "displacement_float", b"displacement_float", "magnitude_vector", b"magnitude_vector", "magnitude_vector_float", b"magnitude_vector_float", "vector", b"vector", "vector_float", b"vector_float"]) -> builtins.bool: ...
130
+ def ClearField(self, field_name: typing_extensions.Literal["displacement", b"displacement", "displacement_float", b"displacement_float", "magnitude_vector", b"magnitude_vector", "magnitude_vector_float", b"magnitude_vector_float", "vector", b"vector", "vector_float", b"vector_float"]) -> None: ...
131
+ @typing.overload
87
132
  def WhichOneof(self, oneof_group: typing_extensions.Literal["displacement", b"displacement"]) -> typing_extensions.Literal["vector", "magnitude_vector"] | None: ...
133
+ @typing.overload
134
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["displacement_float", b"displacement_float"]) -> typing_extensions.Literal["vector_float", "magnitude_vector_float"] | None: ...
88
135
 
89
136
  global___Translation = Translation
90
137
 
@@ -97,10 +144,10 @@ class AnchoredVector3(google.protobuf.message.Message):
97
144
  DIRECTION_FIELD_NUMBER: builtins.int
98
145
  @property
99
146
  def origin(self) -> luminarycloud._proto.base.base_pb2.Vector3:
100
- """Origin of the Vector3."""
147
+ """(deprecated) Origin of the Vector3."""
101
148
  @property
102
149
  def direction(self) -> luminarycloud._proto.base.base_pb2.Vector3:
103
- """Direction (norm is ignored)."""
150
+ """(deprecated) Direction (norm is ignored)."""
104
151
  def __init__(
105
152
  self,
106
153
  *,
@@ -112,27 +159,64 @@ class AnchoredVector3(google.protobuf.message.Message):
112
159
 
113
160
  global___AnchoredVector3 = AnchoredVector3
114
161
 
162
+ class AnchoredAdVector3(google.protobuf.message.Message):
163
+ """A vector with an origin, which can describe an axis or a plane in 3D."""
164
+
165
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
166
+
167
+ ORIGIN_FIELD_NUMBER: builtins.int
168
+ DIRECTION_FIELD_NUMBER: builtins.int
169
+ @property
170
+ def origin(self) -> luminarycloud._proto.base.base_pb2.AdVector3:
171
+ """Origin of the Vector3."""
172
+ @property
173
+ def direction(self) -> luminarycloud._proto.base.base_pb2.AdVector3:
174
+ """Direction (norm is ignored)."""
175
+ def __init__(
176
+ self,
177
+ *,
178
+ origin: luminarycloud._proto.base.base_pb2.AdVector3 | None = ...,
179
+ direction: luminarycloud._proto.base.base_pb2.AdVector3 | None = ...,
180
+ ) -> None: ...
181
+ def HasField(self, field_name: typing_extensions.Literal["direction", b"direction", "origin", b"origin"]) -> builtins.bool: ...
182
+ def ClearField(self, field_name: typing_extensions.Literal["direction", b"direction", "origin", b"origin"]) -> None: ...
183
+
184
+ global___AnchoredAdVector3 = AnchoredAdVector3
185
+
115
186
  class Rotation(google.protobuf.message.Message):
116
187
  """Rotation around an axis."""
117
188
 
118
189
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
119
190
 
191
+ ANGLE_FLOAT_FIELD_NUMBER: builtins.int
192
+ ARBITRARY_FLOAT_FIELD_NUMBER: builtins.int
120
193
  ANGLE_FIELD_NUMBER: builtins.int
121
194
  ARBITRARY_FIELD_NUMBER: builtins.int
122
- angle: builtins.float
123
- """Angle in degrees."""
195
+ angle_float: builtins.float
196
+ """(deprecated) Angle in degrees."""
197
+ @property
198
+ def arbitrary_float(self) -> global___AnchoredVector3:
199
+ """(deprecated) Arbitrary input."""
124
200
  @property
125
- def arbitrary(self) -> global___AnchoredVector3:
201
+ def angle(self) -> luminarycloud._proto.base.base_pb2.AdFloatType:
202
+ """Angle in degrees."""
203
+ @property
204
+ def arbitrary(self) -> global___AnchoredAdVector3:
126
205
  """Arbitrary input."""
127
206
  def __init__(
128
207
  self,
129
208
  *,
130
- angle: builtins.float = ...,
131
- arbitrary: global___AnchoredVector3 | None = ...,
209
+ angle_float: builtins.float = ...,
210
+ arbitrary_float: global___AnchoredVector3 | None = ...,
211
+ angle: luminarycloud._proto.base.base_pb2.AdFloatType | None = ...,
212
+ arbitrary: global___AnchoredAdVector3 | None = ...,
132
213
  ) -> None: ...
133
- def HasField(self, field_name: typing_extensions.Literal["arbitrary", b"arbitrary", "axis", b"axis"]) -> builtins.bool: ...
134
- def ClearField(self, field_name: typing_extensions.Literal["angle", b"angle", "arbitrary", b"arbitrary", "axis", b"axis"]) -> None: ...
214
+ def HasField(self, field_name: typing_extensions.Literal["angle", b"angle", "arbitrary", b"arbitrary", "arbitrary_float", b"arbitrary_float", "axis", b"axis", "axis_float", b"axis_float"]) -> builtins.bool: ...
215
+ def ClearField(self, field_name: typing_extensions.Literal["angle", b"angle", "angle_float", b"angle_float", "arbitrary", b"arbitrary", "arbitrary_float", b"arbitrary_float", "axis", b"axis", "axis_float", b"axis_float"]) -> None: ...
216
+ @typing.overload
135
217
  def WhichOneof(self, oneof_group: typing_extensions.Literal["axis", b"axis"]) -> typing_extensions.Literal["arbitrary"] | None: ...
218
+ @typing.overload
219
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["axis_float", b"axis_float"]) -> typing_extensions.Literal["arbitrary_float"] | None: ...
136
220
 
137
221
  global___Rotation = Rotation
138
222
 
@@ -141,25 +225,39 @@ class Scaling(google.protobuf.message.Message):
141
225
 
142
226
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
143
227
 
228
+ ARBITRARY_FLOAT_FIELD_NUMBER: builtins.int
229
+ ISOTROPIC_FLOAT_FIELD_NUMBER: builtins.int
144
230
  ARBITRARY_FIELD_NUMBER: builtins.int
145
231
  ISOTROPIC_FIELD_NUMBER: builtins.int
146
232
  @property
147
- def arbitrary(self) -> luminarycloud._proto.base.base_pb2.Vector3:
233
+ def arbitrary_float(self) -> luminarycloud._proto.base.base_pb2.Vector3:
234
+ """(deprecated) Arbitrary input."""
235
+ isotropic_float: builtins.float
236
+ """(deprecated) Isotropic scaling."""
237
+ @property
238
+ def arbitrary(self) -> luminarycloud._proto.base.base_pb2.AdVector3:
148
239
  """Arbitrary input."""
149
- isotropic: builtins.float
150
- """Isotropic scaling."""
240
+ @property
241
+ def isotropic(self) -> luminarycloud._proto.base.base_pb2.AdFloatType:
242
+ """Isotropic scaling."""
151
243
  def __init__(
152
244
  self,
153
245
  *,
154
- arbitrary: luminarycloud._proto.base.base_pb2.Vector3 | None = ...,
155
- isotropic: builtins.float = ...,
246
+ arbitrary_float: luminarycloud._proto.base.base_pb2.Vector3 | None = ...,
247
+ isotropic_float: builtins.float = ...,
248
+ arbitrary: luminarycloud._proto.base.base_pb2.AdVector3 | None = ...,
249
+ isotropic: luminarycloud._proto.base.base_pb2.AdFloatType | None = ...,
156
250
  ) -> None: ...
157
- def HasField(self, field_name: typing_extensions.Literal["arbitrary", b"arbitrary", "factor", b"factor", "isotropic", b"isotropic", "origin", b"origin"]) -> builtins.bool: ...
158
- def ClearField(self, field_name: typing_extensions.Literal["arbitrary", b"arbitrary", "factor", b"factor", "isotropic", b"isotropic", "origin", b"origin"]) -> None: ...
251
+ def HasField(self, field_name: typing_extensions.Literal["arbitrary", b"arbitrary", "arbitrary_float", b"arbitrary_float", "factor", b"factor", "factor_float", b"factor_float", "isotropic", b"isotropic", "isotropic_float", b"isotropic_float", "origin", b"origin", "origin_float", b"origin_float"]) -> builtins.bool: ...
252
+ def ClearField(self, field_name: typing_extensions.Literal["arbitrary", b"arbitrary", "arbitrary_float", b"arbitrary_float", "factor", b"factor", "factor_float", b"factor_float", "isotropic", b"isotropic", "isotropic_float", b"isotropic_float", "origin", b"origin", "origin_float", b"origin_float"]) -> None: ...
159
253
  @typing.overload
160
254
  def WhichOneof(self, oneof_group: typing_extensions.Literal["factor", b"factor"]) -> typing_extensions.Literal["isotropic"] | None: ...
161
255
  @typing.overload
256
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["factor_float", b"factor_float"]) -> typing_extensions.Literal["isotropic_float"] | None: ...
257
+ @typing.overload
162
258
  def WhichOneof(self, oneof_group: typing_extensions.Literal["origin", b"origin"]) -> typing_extensions.Literal["arbitrary"] | None: ...
259
+ @typing.overload
260
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["origin_float", b"origin_float"]) -> typing_extensions.Literal["arbitrary_float"] | None: ...
163
261
 
164
262
  global___Scaling = Scaling
165
263
 
@@ -168,17 +266,25 @@ class Reflection(google.protobuf.message.Message):
168
266
 
169
267
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
170
268
 
269
+ ARBITRARY_FLOAT_FIELD_NUMBER: builtins.int
171
270
  ARBITRARY_FIELD_NUMBER: builtins.int
172
271
  @property
173
- def arbitrary(self) -> global___AnchoredVector3:
272
+ def arbitrary_float(self) -> global___AnchoredVector3:
273
+ """(deprecated) Arbitrary input."""
274
+ @property
275
+ def arbitrary(self) -> global___AnchoredAdVector3:
174
276
  """Arbitrary input."""
175
277
  def __init__(
176
278
  self,
177
279
  *,
178
- arbitrary: global___AnchoredVector3 | None = ...,
280
+ arbitrary_float: global___AnchoredVector3 | None = ...,
281
+ arbitrary: global___AnchoredAdVector3 | None = ...,
179
282
  ) -> None: ...
180
- def HasField(self, field_name: typing_extensions.Literal["arbitrary", b"arbitrary", "plane", b"plane"]) -> builtins.bool: ...
181
- def ClearField(self, field_name: typing_extensions.Literal["arbitrary", b"arbitrary", "plane", b"plane"]) -> None: ...
283
+ def HasField(self, field_name: typing_extensions.Literal["arbitrary", b"arbitrary", "arbitrary_float", b"arbitrary_float", "plane", b"plane", "plane_float", b"plane_float"]) -> builtins.bool: ...
284
+ def ClearField(self, field_name: typing_extensions.Literal["arbitrary", b"arbitrary", "arbitrary_float", b"arbitrary_float", "plane", b"plane", "plane_float", b"plane_float"]) -> None: ...
285
+ @typing.overload
182
286
  def WhichOneof(self, oneof_group: typing_extensions.Literal["plane", b"plane"]) -> typing_extensions.Literal["arbitrary"] | None: ...
287
+ @typing.overload
288
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["plane_float", b"plane_float"]) -> typing_extensions.Literal["arbitrary_float"] | None: ...
183
289
 
184
290
  global___Reflection = Reflection
@@ -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\"\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')
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\"\xf2\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\x12#\n\x0erun_check_mesh\x18\x0b \x01(\x08\x42\x06\x82\xb2\x19\x02(\x00H\x03\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\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_wrapB\x11\n\x0f_run_check_meshJ\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)
@@ -304,6 +304,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
304
304
  _OPENFOAMMESHCONFIG_TRANSFORMSFORSTLSENTRY._serialized_options = b'8\001'
305
305
  _OPENFOAMMESHCONFIG.fields_by_name['use_wrap']._options = None
306
306
  _OPENFOAMMESHCONFIG.fields_by_name['use_wrap']._serialized_options = b'\202\262\031\002(\000'
307
+ _OPENFOAMMESHCONFIG.fields_by_name['run_check_mesh']._options = None
308
+ _OPENFOAMMESHCONFIG.fields_by_name['run_check_mesh']._serialized_options = b'\202\262\031\002(\000'
307
309
  _HEXMESHSPEC_REFINEMENTREGIONSFROMSTLSENTRY._options = None
308
310
  _HEXMESHSPEC_REFINEMENTREGIONSFROMSTLSENTRY._serialized_options = b'8\001'
309
311
  _HEXMESHSPEC_NAMESTOFILEURLSENTRY._options = None
@@ -312,8 +314,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
312
314
  _HEXMESHSPEC_TRANSFORMSFORSTLSENTRY._serialized_options = b'8\001'
313
315
  _HEXMESHSPEC.fields_by_name['use_wrap']._options = None
314
316
  _HEXMESHSPEC.fields_by_name['use_wrap']._serialized_options = b'\202\262\031\002(\000'
315
- _REFINEMENTSPECMODE._serialized_start=6092
316
- _REFINEMENTSPECMODE._serialized_end=6218
317
+ _REFINEMENTSPECMODE._serialized_start=6148
318
+ _REFINEMENTSPECMODE._serialized_end=6274
317
319
  _REFINEMENTLEVEL._serialized_start=130
318
320
  _REFINEMENTLEVEL._serialized_end=253
319
321
  _REFINEMENTSPEC._serialized_start=256
@@ -345,19 +347,19 @@ if _descriptor._USE_C_DESCRIPTORS == False:
345
347
  _TRANSFORMATIONSTL._serialized_start=3966
346
348
  _TRANSFORMATIONSTL._serialized_end=4264
347
349
  _OPENFOAMMESHCONFIG._serialized_start=4267
348
- _OPENFOAMMESHCONFIG._serialized_end=5221
349
- _OPENFOAMMESHCONFIG_REFINEMENTREGIONSFROMSTLSENTRY._serialized_start=4911
350
- _OPENFOAMMESHCONFIG_REFINEMENTREGIONSFROMSTLSENTRY._serialized_end=5015
351
- _OPENFOAMMESHCONFIG_NAMESTOFILEURLSENTRY._serialized_start=5017
352
- _OPENFOAMMESHCONFIG_NAMESTOFILEURLSENTRY._serialized_end=5071
353
- _OPENFOAMMESHCONFIG_TRANSFORMSFORSTLSENTRY._serialized_start=5073
354
- _OPENFOAMMESHCONFIG_TRANSFORMSFORSTLSENTRY._serialized_end=5172
355
- _HEXMESHSPEC._serialized_start=5224
356
- _HEXMESHSPEC._serialized_end=6090
357
- _HEXMESHSPEC_REFINEMENTREGIONSFROMSTLSENTRY._serialized_start=4911
358
- _HEXMESHSPEC_REFINEMENTREGIONSFROMSTLSENTRY._serialized_end=5015
359
- _HEXMESHSPEC_NAMESTOFILEURLSENTRY._serialized_start=5017
360
- _HEXMESHSPEC_NAMESTOFILEURLSENTRY._serialized_end=5071
361
- _HEXMESHSPEC_TRANSFORMSFORSTLSENTRY._serialized_start=5073
362
- _HEXMESHSPEC_TRANSFORMSFORSTLSENTRY._serialized_end=5172
350
+ _OPENFOAMMESHCONFIG._serialized_end=5277
351
+ _OPENFOAMMESHCONFIG_REFINEMENTREGIONSFROMSTLSENTRY._serialized_start=4948
352
+ _OPENFOAMMESHCONFIG_REFINEMENTREGIONSFROMSTLSENTRY._serialized_end=5052
353
+ _OPENFOAMMESHCONFIG_NAMESTOFILEURLSENTRY._serialized_start=5054
354
+ _OPENFOAMMESHCONFIG_NAMESTOFILEURLSENTRY._serialized_end=5108
355
+ _OPENFOAMMESHCONFIG_TRANSFORMSFORSTLSENTRY._serialized_start=5110
356
+ _OPENFOAMMESHCONFIG_TRANSFORMSFORSTLSENTRY._serialized_end=5209
357
+ _HEXMESHSPEC._serialized_start=5280
358
+ _HEXMESHSPEC._serialized_end=6146
359
+ _HEXMESHSPEC_REFINEMENTREGIONSFROMSTLSENTRY._serialized_start=4948
360
+ _HEXMESHSPEC_REFINEMENTREGIONSFROMSTLSENTRY._serialized_end=5052
361
+ _HEXMESHSPEC_NAMESTOFILEURLSENTRY._serialized_start=5054
362
+ _HEXMESHSPEC_NAMESTOFILEURLSENTRY._serialized_end=5108
363
+ _HEXMESHSPEC_TRANSFORMSFORSTLSENTRY._serialized_start=5110
364
+ _HEXMESHSPEC_TRANSFORMSFORSTLSENTRY._serialized_end=5209
363
365
  # @@protoc_insertion_point(module_scope)
@@ -588,6 +588,7 @@ class OpenfoamMeshConfig(google.protobuf.message.Message):
588
588
  NAMES_TO_FILE_URLS_FIELD_NUMBER: builtins.int
589
589
  USE_WRAP_FIELD_NUMBER: builtins.int
590
590
  TRANSFORMS_FOR_STLS_FIELD_NUMBER: builtins.int
591
+ RUN_CHECK_MESH_FIELD_NUMBER: builtins.int
591
592
  @property
592
593
  def background_mesh(self) -> global___BackgroundMesh:
593
594
  """string input_url = 1;"""
@@ -611,6 +612,7 @@ class OpenfoamMeshConfig(google.protobuf.message.Message):
611
612
  use_wrap: builtins.bool
612
613
  @property
613
614
  def transforms_for_stls(self) -> google.protobuf.internal.containers.MessageMap[builtins.str, global___TransformationStl]: ...
615
+ run_check_mesh: builtins.bool
614
616
  def __init__(
615
617
  self,
616
618
  *,
@@ -623,12 +625,15 @@ class OpenfoamMeshConfig(google.protobuf.message.Message):
623
625
  names_to_file_urls: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
624
626
  use_wrap: builtins.bool | None = ...,
625
627
  transforms_for_stls: collections.abc.Mapping[builtins.str, global___TransformationStl] | None = ...,
628
+ run_check_mesh: builtins.bool | None = ...,
626
629
  ) -> None: ...
627
- 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", "output_info", b"output_info", "shm_config", b"shm_config", "use_wrap", b"use_wrap"]) -> builtins.bool: ...
628
- 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", "mesh_id", b"mesh_id", "names_to_file_urls", b"names_to_file_urls", "output_info", b"output_info", "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: ...
630
+ def HasField(self, field_name: typing_extensions.Literal["_background_mesh", b"_background_mesh", "_run_check_mesh", b"_run_check_mesh", "_use_wrap", b"_use_wrap", "background_mesh", b"background_mesh", "config", b"config", "output_info", b"output_info", "run_check_mesh", b"run_check_mesh", "shm_config", b"shm_config", "use_wrap", b"use_wrap"]) -> builtins.bool: ...
631
+ def ClearField(self, field_name: typing_extensions.Literal["_background_mesh", b"_background_mesh", "_run_check_mesh", b"_run_check_mesh", "_use_wrap", b"_use_wrap", "background_mesh", b"background_mesh", "config", b"config", "mesh_id", b"mesh_id", "names_to_file_urls", b"names_to_file_urls", "output_info", b"output_info", "refinement_regions", b"refinement_regions", "refinement_regions_from_stls", b"refinement_regions_from_stls", "run_check_mesh", b"run_check_mesh", "shm_config", b"shm_config", "transforms_for_stls", b"transforms_for_stls", "use_wrap", b"use_wrap"]) -> None: ...
629
632
  @typing.overload
630
633
  def WhichOneof(self, oneof_group: typing_extensions.Literal["_background_mesh", b"_background_mesh"]) -> typing_extensions.Literal["background_mesh"] | None: ...
631
634
  @typing.overload
635
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["_run_check_mesh", b"_run_check_mesh"]) -> typing_extensions.Literal["run_check_mesh"] | None: ...
636
+ @typing.overload
632
637
  def WhichOneof(self, oneof_group: typing_extensions.Literal["_use_wrap", b"_use_wrap"]) -> typing_extensions.Literal["use_wrap"] | None: ...
633
638
  @typing.overload
634
639
  def WhichOneof(self, oneof_group: typing_extensions.Literal["config", b"config"]) -> typing_extensions.Literal["shm_config"] | None: ...
@@ -16,7 +16,7 @@ _sym_db = _symbol_database.Default()
16
16
  from luminarycloud._proto.condition import condition_pb2 as proto_dot_condition_dot_condition__pb2
17
17
 
18
18
 
19
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%proto/quantity/quantity_options.proto\x12\x17luminary.proto.quantity\x1a\x1fproto/condition/condition.proto\":\n\x04Tags\x12\x32\n\x04vals\x18\x01 \x03(\x0e\x32$.luminary.proto.quantity.QuantityTag\"\x18\n\x08\x43hildren\x12\x0c\n\x04vals\x18\x01 \x03(\x05\"\x17\n\x07Parents\x12\x0c\n\x04vals\x18\x01 \x03(\x05\"\"\n\x12\x43onditionalParents\x12\x0c\n\x04vals\x18\x01 \x03(\x05\"\xac\x03\n\x08Quantity\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04text\x18\x02 \x01(\t\x12\x0c\n\x04size\x18\x03 \x01(\x05\x12\x0c\n\x04unit\x18\x04 \x01(\t\x12+\n\x04tags\x18\x05 \x01(\x0b\x32\x1d.luminary.proto.quantity.Tags\x12\x0c\n\x04help\x18\x06 \x01(\t\x12\x30\n\x05\x63hild\x18\x07 \x01(\x0b\x32!.luminary.proto.quantity.Children\x12\x30\n\x06parent\x18\t \x01(\x0b\x32 .luminary.proto.quantity.Parents\x12G\n\x12\x63onditional_parent\x18\n \x01(\x0b\x32+.luminary.proto.quantity.ConditionalParents\x12\x31\n\x04\x63ond\x18\x08 \x01(\x0b\x32#.luminary.proto.condition.Condition\x12\x34\n\tunit_type\x18\x0b \x01(\x0e\x32!.luminary.proto.quantity.UnitType\x12\x17\n\x0funit_derivation\x18\x0c \x01(\t*\x90\x04\n\x0bQuantityTag\x12\x0f\n\x0bTAG_INVALID\x10\x00\x12\r\n\tTAG_BASIC\x10\x01\x12\r\n\tTAG_FIELD\x10\x02\x12\r\n\tTAG_FORCE\x10\x03\x12\x0e\n\nTAG_MOMENT\x10\x04\x12\x10\n\x0cTAG_EXTERNAL\x10\x05\x12\x14\n\x10TAG_AERODYNAMICS\x10\x06\x12\x10\n\x0cTAG_INTERNAL\x10\x07\x12\x0e\n\nTAG_TORQUE\x10\x08\x12\x0c\n\x08TAG_DROP\x10\t\x12\x16\n\x12TAG_AUTO_DIRECTION\x10\n\x12\x13\n\x0fTAG_COEFFICIENT\x10\x0b\x12\x18\n\x14TAG_ANALYZER_AVERAGE\x10\x0c\x12\x17\n\x13TAG_ANALYZER_FORCES\x10\r\x12\x14\n\x10TAG_TIME_AVERAGE\x10\x0e\x12\x10\n\x0cTAG_RESIDUAL\x10\x0f\x12\x19\n\x15TAG_ANALYZER_RESIDUAL\x10\x10\x12\x16\n\x12TAG_ANALYZER_BASIC\x10\x11\x12\x12\n\x0eTAG_TURBULENCE\x10\x12\x12\x13\n\x0fTAG_POINT_PROBE\x10\x13\x12\x1b\n\x17TAG_HIDDEN_SOLVER_STATE\x10\x14\x12\x15\n\x11TAG_SURFACE_FIELD\x10\x15\x12\x15\n\x11TAG_ACTUATOR_DISK\x10\x16\x12\x17\n\x13TAG_ANALYZER_VOLUME\x10\x17\x12\x13\n\x0fTAG_AERO_MOMENT\x10\x18*\x8f\x03\n\x08UnitType\x12\x10\n\x0cUNIT_INVALID\x10\x00\x12\x16\n\x12UNIT_DIMENSIONLESS\x10\x01\x12\x14\n\x10UNIT_TEMPERATURE\x10\x02\x12\r\n\tUNIT_MASS\x10\x03\x12\x0f\n\x0bUNIT_LENGTH\x10\x04\x12\x0e\n\nUNIT_ANGLE\x10\x05\x12\r\n\tUNIT_TIME\x10\x06\x12\x11\n\rUNIT_VELOCITY\x10\x07\x12\x19\n\x15UNIT_ANGULAR_VELOCITY\x10\x08\x12\x0e\n\nUNIT_FORCE\x10\t\x12\x0f\n\x0bUNIT_MOMENT\x10\n\x12\x11\n\rUNIT_PRESSURE\x10\x0b\x12\x0f\n\x0bUNIT_ENERGY\x10\x0c\x12\x0e\n\nUNIT_POWER\x10\r\x12\x0f\n\x0bUNIT_VOLUME\x10\x0e\x12\x18\n\x14UNIT_VOLUMETRIC_FLOW\x10\x0f\x12\x12\n\x0eUNIT_VISCOSITY\x10\x10\x12\x15\n\x11UNIT_CONDUCTIVITY\x10\x11\x12\x19\n\x15UNIT_MOLECULAR_WEIGHT\x10\x12\x12\x10\n\x0cUNIT_DERIVED\x10\x13\x42\'Z%luminarycloud.com/core/proto/quantityb\x06proto3')
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%proto/quantity/quantity_options.proto\x12\x17luminary.proto.quantity\x1a\x1fproto/condition/condition.proto\":\n\x04Tags\x12\x32\n\x04vals\x18\x01 \x03(\x0e\x32$.luminary.proto.quantity.QuantityTag\"\x18\n\x08\x43hildren\x12\x0c\n\x04vals\x18\x01 \x03(\x05\"\x17\n\x07Parents\x12\x0c\n\x04vals\x18\x01 \x03(\x05\"\"\n\x12\x43onditionalParents\x12\x0c\n\x04vals\x18\x01 \x03(\x05\"\xc7\x03\n\x08Quantity\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04text\x18\x02 \x01(\t\x12\x0c\n\x04size\x18\x03 \x01(\x05\x12\x0c\n\x04unit\x18\x04 \x01(\t\x12+\n\x04tags\x18\x05 \x01(\x0b\x32\x1d.luminary.proto.quantity.Tags\x12\x0c\n\x04help\x18\x06 \x01(\t\x12\x30\n\x05\x63hild\x18\x07 \x01(\x0b\x32!.luminary.proto.quantity.Children\x12\x30\n\x06parent\x18\t \x01(\x0b\x32 .luminary.proto.quantity.Parents\x12G\n\x12\x63onditional_parent\x18\n \x01(\x0b\x32+.luminary.proto.quantity.ConditionalParents\x12\x31\n\x04\x63ond\x18\x08 \x01(\x0b\x32#.luminary.proto.condition.Condition\x12\x34\n\tunit_type\x18\x0b \x01(\x0e\x32!.luminary.proto.quantity.UnitType\x12\x17\n\x0funit_derivation\x18\x0c \x01(\t\x12\x19\n\x11unit_presentation\x18\r \x01(\t*\x90\x04\n\x0bQuantityTag\x12\x0f\n\x0bTAG_INVALID\x10\x00\x12\r\n\tTAG_BASIC\x10\x01\x12\r\n\tTAG_FIELD\x10\x02\x12\r\n\tTAG_FORCE\x10\x03\x12\x0e\n\nTAG_MOMENT\x10\x04\x12\x10\n\x0cTAG_EXTERNAL\x10\x05\x12\x14\n\x10TAG_AERODYNAMICS\x10\x06\x12\x10\n\x0cTAG_INTERNAL\x10\x07\x12\x0e\n\nTAG_TORQUE\x10\x08\x12\x0c\n\x08TAG_DROP\x10\t\x12\x16\n\x12TAG_AUTO_DIRECTION\x10\n\x12\x13\n\x0fTAG_COEFFICIENT\x10\x0b\x12\x18\n\x14TAG_ANALYZER_AVERAGE\x10\x0c\x12\x17\n\x13TAG_ANALYZER_FORCES\x10\r\x12\x14\n\x10TAG_TIME_AVERAGE\x10\x0e\x12\x10\n\x0cTAG_RESIDUAL\x10\x0f\x12\x19\n\x15TAG_ANALYZER_RESIDUAL\x10\x10\x12\x16\n\x12TAG_ANALYZER_BASIC\x10\x11\x12\x12\n\x0eTAG_TURBULENCE\x10\x12\x12\x13\n\x0fTAG_POINT_PROBE\x10\x13\x12\x1b\n\x17TAG_HIDDEN_SOLVER_STATE\x10\x14\x12\x15\n\x11TAG_SURFACE_FIELD\x10\x15\x12\x15\n\x11TAG_ACTUATOR_DISK\x10\x16\x12\x17\n\x13TAG_ANALYZER_VOLUME\x10\x17\x12\x13\n\x0fTAG_AERO_MOMENT\x10\x18*\x8f\x03\n\x08UnitType\x12\x10\n\x0cUNIT_INVALID\x10\x00\x12\x16\n\x12UNIT_DIMENSIONLESS\x10\x01\x12\x14\n\x10UNIT_TEMPERATURE\x10\x02\x12\r\n\tUNIT_MASS\x10\x03\x12\x0f\n\x0bUNIT_LENGTH\x10\x04\x12\x0e\n\nUNIT_ANGLE\x10\x05\x12\r\n\tUNIT_TIME\x10\x06\x12\x11\n\rUNIT_VELOCITY\x10\x07\x12\x19\n\x15UNIT_ANGULAR_VELOCITY\x10\x08\x12\x0e\n\nUNIT_FORCE\x10\t\x12\x0f\n\x0bUNIT_MOMENT\x10\n\x12\x11\n\rUNIT_PRESSURE\x10\x0b\x12\x0f\n\x0bUNIT_ENERGY\x10\x0c\x12\x0e\n\nUNIT_POWER\x10\r\x12\x0f\n\x0bUNIT_VOLUME\x10\x0e\x12\x18\n\x14UNIT_VOLUMETRIC_FLOW\x10\x0f\x12\x12\n\x0eUNIT_VISCOSITY\x10\x10\x12\x15\n\x11UNIT_CONDUCTIVITY\x10\x11\x12\x19\n\x15UNIT_MOLECULAR_WEIGHT\x10\x12\x12\x10\n\x0cUNIT_DERIVED\x10\x13\x42\'Z%luminarycloud.com/core/proto/quantityb\x06proto3')
20
20
 
21
21
  _QUANTITYTAG = DESCRIPTOR.enum_types_by_name['QuantityTag']
22
22
  QuantityTag = enum_type_wrapper.EnumTypeWrapper(_QUANTITYTAG)
@@ -113,10 +113,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
113
113
 
114
114
  DESCRIPTOR._options = None
115
115
  DESCRIPTOR._serialized_options = b'Z%luminarycloud.com/core/proto/quantity'
116
- _QUANTITYTAG._serialized_start=678
117
- _QUANTITYTAG._serialized_end=1206
118
- _UNITTYPE._serialized_start=1209
119
- _UNITTYPE._serialized_end=1608
116
+ _QUANTITYTAG._serialized_start=705
117
+ _QUANTITYTAG._serialized_end=1233
118
+ _UNITTYPE._serialized_start=1236
119
+ _UNITTYPE._serialized_end=1635
120
120
  _TAGS._serialized_start=99
121
121
  _TAGS._serialized_end=157
122
122
  _CHILDREN._serialized_start=159
@@ -126,5 +126,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
126
126
  _CONDITIONALPARENTS._serialized_start=210
127
127
  _CONDITIONALPARENTS._serialized_end=244
128
128
  _QUANTITY._serialized_start=247
129
- _QUANTITY._serialized_end=675
129
+ _QUANTITY._serialized_end=702
130
130
  # @@protoc_insertion_point(module_scope)