luminarycloud 0.15.1__py3-none-any.whl → 0.15.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.
- luminarycloud/_client/client.py +3 -0
- luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.py +81 -81
- luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.pyi +4 -1
- luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2.py +61 -0
- luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2.pyi +76 -0
- luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2_grpc.py +67 -0
- luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2_grpc.pyi +26 -0
- luminarycloud/_proto/api/v0/luminarycloud/mesh/mesh_pb2.py +29 -27
- luminarycloud/_proto/api/v0/luminarycloud/mesh/mesh_pb2.pyi +5 -1
- luminarycloud/_proto/geometry/geometry_pb2.py +8 -1
- luminarycloud/_proto/geometry/geometry_pb2.pyi +19 -0
- luminarycloud/_proto/hexmesh/hexmesh_pb2.py +37 -37
- luminarycloud/_proto/hexmesh/hexmesh_pb2.pyi +4 -4
- luminarycloud/_proto/inferenceservice/inferenceservice_pb2.py +69 -0
- luminarycloud/_proto/inferenceservice/inferenceservice_pb2.pyi +80 -0
- luminarycloud/physics_ai/inference.py +55 -0
- {luminarycloud-0.15.1.dist-info → luminarycloud-0.15.2.dist-info}/METADATA +1 -1
- {luminarycloud-0.15.1.dist-info → luminarycloud-0.15.2.dist-info}/RECORD +19 -12
- {luminarycloud-0.15.1.dist-info → luminarycloud-0.15.2.dist-info}/WHEEL +0 -0
luminarycloud/_client/client.py
CHANGED
|
@@ -31,6 +31,7 @@ from .._proto.api.v0.luminarycloud.named_variable_set.named_variable_set_pb2_grp
|
|
|
31
31
|
from .._proto.api.v0.luminarycloud.physics_ai.physics_ai_pb2_grpc import (
|
|
32
32
|
PhysicsAiServiceStub,
|
|
33
33
|
)
|
|
34
|
+
from .._proto.api.v0.luminarycloud.inference.inference_pb2_grpc import InferenceServiceStub
|
|
34
35
|
from .._proto.api.v0.luminarycloud.solution.solution_pb2_grpc import SolutionServiceStub
|
|
35
36
|
from .._proto.api.v0.luminarycloud.upload.upload_pb2_grpc import UploadServiceStub
|
|
36
37
|
from .._proto.api.v0.luminarycloud.vis.vis_pb2_grpc import VisAPIServiceStub
|
|
@@ -58,6 +59,7 @@ class Client(
|
|
|
58
59
|
StoppingConditionServiceStub,
|
|
59
60
|
NamedVariableSetServiceStub,
|
|
60
61
|
PhysicsAiServiceStub,
|
|
62
|
+
InferenceServiceStub,
|
|
61
63
|
):
|
|
62
64
|
"""
|
|
63
65
|
Creates a Luminary API client.
|
|
@@ -202,6 +204,7 @@ class Client(
|
|
|
202
204
|
OutputDefinitionServiceStub.__init__(self, self._channel)
|
|
203
205
|
StoppingConditionServiceStub.__init__(self, self._channel)
|
|
204
206
|
PhysicsAiServiceStub.__init__(self, self._channel)
|
|
207
|
+
InferenceServiceStub.__init__(self, self._channel)
|
|
205
208
|
NamedVariableSetServiceStub.__init__(self, self._channel)
|
|
206
209
|
for name, value in self.__dict__.items():
|
|
207
210
|
if isinstance(value, grpc.UnaryUnaryMultiCallable):
|
|
@@ -21,7 +21,7 @@ from luminarycloud._proto.lcn import lcmesh_pb2 as proto_dot_lcn_dot_lcmesh__pb2
|
|
|
21
21
|
from luminarycloud._proto.ratelimit import ratelimit_pb2 as proto_dot_ratelimit_dot_ratelimit__pb2
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2proto/api/v0/luminarycloud/geometry/geometry.proto\x12,luminary.proto.api.v0.luminarycloud.geometry\x1a\x1cgoogle/api/annotations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dproto/geometry/geometry.proto\x1a#proto/cadmetadata/cadmetadata.proto\x1a\x16proto/lcn/lcmesh.proto\x1a\x1fproto/ratelimit/ratelimit.proto\"\xa2\x03\n\x08Geometry\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12/\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bupdate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07\x64\x65leted\x18\x05 \x01(\x08\x12\x17\n\x0flast_version_id\x18\x06 \x01(\t\x12\x11\n\tuses_tags\x18\x07 \x01(\x08\x12\x16\n\x0e\x66orce_discrete\x18\x08 \x01(\x08\x12\x12\n\nproject_id\x18\t \x01(\t\x12R\n\x06status\x18\n \x01(\x0e\x32=.luminary.proto.api.v0.luminarycloud.geometry.Geometry.StatusH\x00\x88\x01\x01\"R\n\x06Status\x12\x0b\n\x07UNKNOWN\x10\x00\x12\r\n\tIMPORTING\x10\x01\x12\x0f\n\x0bNEEDS_CHECK\x10\x02\x12\x10\n\x0c\x46\x41ILED_CHECK\x10\x03\x12\t\n\x05READY\x10\x04\x42\t\n\x07_status\"c\n\x0fGeometryVersion\x12\n\n\x02id\x18\x01 \x01(\t\x12\x13\n\x0bgeometry_id\x18\x02 \x01(\t\x12/\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x84\x02\n\x10TessellationData\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\x12\x11\n\tmeta_data\x18\x02 \x01(\x0c\x12\x36\n\x08lcn_meta\x18\x03 \x01(\x0b\x32$.luminary.proto.lcn.MeshFileMetadata\x12=\n\x0c\x63\x61\x64_metadata\x18\x04 \x01(\x0b\x32\'.luminary.proto.cadmetadata.CadMetadata\x12\x1b\n\x13geometry_version_id\x18\x05 \x01(\t\x12\x12\n\nfeature_id\x18\x06 \x01(\t\x12\x10\n\x08\x64\x61ta_url\x18\x07 \x01(\t\x12\x15\n\rmeta_data_url\x18\x08 \x01(\t\")\n\x12GetGeometryRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\"_\n\x13GetGeometryResponse\x12H\n\x08geometry\x18\x01 \x01(\x0b\x32\x36.luminary.proto.api.v0.luminarycloud.geometry.Geometry\"i\n\x1bListGeometryFeaturesRequest\x12\x15\n\x0bgeometry_id\x18\x01 \x01(\tH\x00\x12\x1d\n\x13geometry_version_id\x18\x02 \x01(\tH\x00\x42\x14\n\x12parent_resource_id\"R\n\x1cListGeometryFeaturesResponse\x12\x32\n\x08\x66\x65\x61tures\x18\x01 \x03(\x0b\x32 .luminary.proto.geometry.Feature\"n\n ListGeometryFeatureIssuesRequest\x12\x15\n\x0bgeometry_id\x18\x01 \x01(\tH\x00\x12\x1d\n\x13geometry_version_id\x18\x02 \x01(\tH\x00\x42\x14\n\x12parent_resource_id\"d\n!ListGeometryFeatureIssuesResponse\x12?\n\x0f\x66\x65\x61tures_issues\x18\x01 \x03(\x0b\x32&.luminary.proto.geometry.FeatureIssues\"i\n\x1bListGeometryEntitiesRequest\x12\x15\n\x0bgeometry_id\x18\x01 \x01(\tH\x00\x12\x1d\n\x13geometry_version_id\x18\x02 \x01(\tH\x00\x42\x14\n\x12parent_resource_id\"{\n\x1cListGeometryEntitiesResponse\x12,\n\x05\x66\x61\x63\x65s\x18\x01 \x03(\x0b\x32\x1d.luminary.proto.geometry.Face\x12-\n\x06\x62odies\x18\x02 \x03(\x0b\x32\x1d.luminary.proto.geometry.Body\"+\n\x15ListGeometriesRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\"d\n\x16ListGeometriesResponse\x12J\n\ngeometries\x18\x01 \x03(\x0b\x32\x36.luminary.proto.api.v0.luminarycloud.geometry.Geometry\"I\n\x18SubscribeGeometryRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x13\n\x0bgeometry_id\x18\x02 \x01(\tJ\x04\x08\x03\x10\x04\"\xa0\x02\n\x0fGeometryHistory\x12\x61\n\rhistory_entry\x18\x01 \x01(\x0b\x32J.luminary.proto.api.v0.luminarycloud.geometry.GeometryHistory.HistoryEntry\x1a\xa9\x01\n\x0cHistoryEntry\x12;\n\x0cmodification\x18\x01 \x01(\x0b\x32%.luminary.proto.geometry.Modification\x12#\n\x1bgeometry_version_initial_id\x18\x02 \x01(\t\x12\x1f\n\x17geometry_version_new_id\x18\x03 \x01(\t\x12\x16\n\x0e\x63heckpoint_url\x18\x04 \x01(\t\"\xc9\x0e\n\x19SubscribeGeometryResponse\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\x12p\n\ncheckpoint\x18\x05 \x01(\x0b\x32Z.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.GeometryCheckpointH\x00\x12\x61\n\x04\x62usy\x18\x06 \x01(\x0b\x32Q.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyStateH\x00\x12\x1d\n\x13worker_disconnected\x18\x07 \x01(\x08H\x00\x12\x18\n\x0ereceived_error\x18\x08 \x01(\x08H\x00\x1a\xaa\x03\n\x12GeometryCheckpoint\x12\x10\n\x08mesh_url\x18\x02 \x01(\t\x12\x32\n\x08\x66\x65\x61tures\x18\x03 \x03(\x0b\x32 .luminary.proto.geometry.Feature\x12?\n\x0f\x66\x65\x61tures_issues\x18\x08 \x03(\x0b\x32&.luminary.proto.geometry.FeatureIssues\x12W\n\x10geometry_history\x18\x04 \x03(\x0b\x32=.luminary.proto.api.v0.luminarycloud.geometry.GeometryHistory\x12Y\n\x11tessellation_data\x18\x05 \x01(\x0b\x32>.luminary.proto.api.v0.luminarycloud.geometry.TessellationData\x12\x15\n\rn_avail_undos\x18\x06 \x01(\x05\x12\x15\n\rn_avail_redos\x18\x07 \x01(\x05\x12+\n\x04tags\x18\t \x01(\x0b\x32\x1d.luminary.proto.geometry.Tags\x1a\xcb\x08\n\tBusyState\x12\x0f\n\x07message\x18\x01 \x01(\t\x12}\n\x10\x66\x65\x61ture_progress\x18\x05 \x01(\x0b\x32\x61.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyState.FeatureProgressH\x00\x12\x85\x01\n\x14\x66\x65\x61ture_tessellation\x18\x06 \x01(\x0b\x32\x65.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyState.FeatureTessellationH\x00\x12o\n\tundo_redo\x18\x07 \x01(\x0b\x32Z.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyState.UndoRedoH\x00\x12p\n\treloading\x18\x08 \x01(\x0b\x32[.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyState.ReloadingH\x00\x12y\n\x0e\x64\x65lete_feature\x18\t \x01(\x0b\x32_.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyState.DeleteFeatureH\x00\x12y\n\x0erename_feature\x18\n \x01(\x0b\x32_.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyState.RenameFeatureH\x00\x12w\n\rtag_operation\x18\x0b \x01(\x0b\x32^.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyState.TagOperationH\x00\x1a%\n\x0f\x46\x65\x61tureProgress\x12\x12\n\nfeature_id\x18\x02 \x01(\t\x1a)\n\x13\x46\x65\x61tureTessellation\x12\x12\n\nfeature_id\x18\x03 \x01(\t\x1a\n\n\x08UndoRedo\x1a\x0b\n\tReloading\x1a#\n\rDeleteFeature\x12\x12\n\nfeature_id\x18\x04 \x01(\t\x1a#\n\rRenameFeature\x12\x12\n\nfeature_id\x18\x01 \x01(\t\x1a\x0e\n\x0cTagOperationB\x0f\n\rBusyStateTypeB\x0e\n\x0cResponseType\"}\n\x15ModifyGeometryRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\x12;\n\x0cmodification\x18\x02 \x01(\x0b\x32%.luminary.proto.geometry.Modification\x12\x12\n\nrequest_id\x18\x03 \x01(\t\"\xbf\x01\n\x16ModifyGeometryResponse\x12\x32\n\x08\x66\x65\x61tures\x18\x01 \x03(\x0b\x32 .luminary.proto.geometry.Feature\x12\x30\n\x07volumes\x18\x02 \x03(\x0b\x32\x1f.luminary.proto.geometry.Volume\x12?\n\x0f\x66\x65\x61tures_issues\x18\x03 \x03(\x0b\x32&.luminary.proto.geometry.FeatureIssues\"\xb0\x01\n\x15\x43reateGeometryRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0b\n\x03url\x18\x03 \x01(\t\x12\x17\n\x0fweb_geometry_id\x18\t \x01(\t\x12\x0f\n\x07scaling\x18\x04 \x01(\x01\x12\x0c\n\x04wait\x18\x05 \x01(\x08\x12\x16\n\x0e\x66orce_discrete\x18\x07 \x01(\x08\x12\x12\n\nrequest_id\x18\x08 \x01(\tJ\x04\x08\x06\x10\x07\"b\n\x16\x43reateGeometryResponse\x12H\n\x08geometry\x18\x01 \x01(\x0b\x32\x36.luminary.proto.api.v0.luminarycloud.geometry.Geometry\"L\n\x13\x43opyGeometryRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x12\n\nrequest_id\x18\x03 \x01(\t\"`\n\x14\x43opyGeometryResponse\x12H\n\x08geometry\x18\x01 \x01(\x0b\x32\x36.luminary.proto.api.v0.luminarycloud.geometry.Geometry\",\n\x15\x44\x65leteGeometryRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\"\x18\n\x16\x44\x65leteGeometryResponse\"H\n\x14\x43heckGeometryRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\x12\x1b\n\x13geometry_version_id\x18\x02 \x01(\t\"3\n\x15\x43heckGeometryResponse\x12\n\n\x02ok\x18\x01 \x01(\x08\x12\x0e\n\x06issues\x18\x02 \x03(\t\"H\n\x18GetCheckGeometryResponse\x12\n\n\x02ok\x18\x01 \x01(\x08\x12\x0e\n\x06issues\x18\x02 \x03(\t\x12\x10\n\x08\x66inished\x18\x03 \x01(\x08\"S\n#TessellationUpToModificationRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\x12\x17\n\x0fmodification_id\x18\x02 \x01(\t\":\n$TessellationUpToModificationResponse\x12\x12\n\ntessel_url\x18\x01 \x01(\t\"0\n\x19LatestTessellationRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\"5\n\x1aLatestTessellationResponse\x12\x17\n\x0ftesselation_url\x18\x01 \x01(\t\"\'\n\x10KeepAliveRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\"\x13\n\x11KeepAliveResponse\"\x0e\n\x0cPanicRequest\"\x0f\n\rPanicResponse\"(\n\x11StopWorkerRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\"\x14\n\x12StopWorkerResponse\"B\n\x0eGetTagsRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\x12\x1b\n\x13geometry_version_id\x18\x02 \x01(\t\">\n\x0fGetTagsResponse\x12+\n\x04tags\x18\x01 \x01(\x0b\x32\x1d.luminary.proto.geometry.Tags\"R\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\x0f\n\x07volumes\x18\x04 \x03(\t\x12\x10\n\x08surfaces\x18\x05 \x03(\t\"]\n\x0fListTagsRequest\x12\x15\n\x0bgeometry_id\x18\x01 \x01(\tH\x00\x12\x1d\n\x13geometry_version_id\x18\x02 \x01(\tH\x00\x42\x14\n\x12parent_resource_id\"S\n\x10ListTagsResponse\x12?\n\x04tags\x18\x01 \x03(\x0b\x32\x31.luminary.proto.api.v0.luminarycloud.geometry.Tag\"8\n\x19GetGeometryVersionRequest\x12\x1b\n\x13geometry_version_id\x18\x01 \x01(\t\"u\n\x1aGetGeometryVersionResponse\x12W\n\x10geometry_version\x18\x01 \x01(\x0b\x32=.luminary.proto.api.v0.luminarycloud.geometry.GeometryVersion\"E\n\x11GetSdkCodeRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\x12\x1b\n\x13geometry_version_id\x18\x02 \x01(\t\"&\n\x12GetSdkCodeResponse\x12\x10\n\x08sdk_code\x18\x01 \x01(\t2\x87#\n\x0fGeometryService\x12\xd3\x01\n\x0eListGeometries\x12\x43.luminary.proto.api.v0.luminarycloud.geometry.ListGeometriesRequest\x1a\x44.luminary.proto.api.v0.luminarycloud.geometry.ListGeometriesResponse\"6\x82\xd3\xe4\x93\x02&\x12$/v0/projects/{project_id}/geometries\x8a\xb5\x18\x06\x08<\x12\x02\x08\x01\x12\x91\x02\n\x14ListGeometryEntities\x12I.luminary.proto.api.v0.luminarycloud.geometry.ListGeometryEntitiesRequest\x1aJ.luminary.proto.api.v0.luminarycloud.geometry.ListGeometryEntitiesResponse\"b\x82\xd3\xe4\x93\x02\\\x12#/v0/geometry/{geometry_id}/entitiesZ5\x12\x33/v0/geometry_version/{geometry_version_id}/entities\x12\xb6\x01\n\x0bGetGeometry\x12@.luminary.proto.api.v0.luminarycloud.geometry.GetGeometryRequest\x1a\x41.luminary.proto.api.v0.luminarycloud.geometry.GetGeometryResponse\"\"\x82\xd3\xe4\x93\x02\x1c\x12\x1a/v0/geometry/{geometry_id}\x12\x91\x02\n\x14ListGeometryFeatures\x12I.luminary.proto.api.v0.luminarycloud.geometry.ListGeometryFeaturesRequest\x1aJ.luminary.proto.api.v0.luminarycloud.geometry.ListGeometryFeaturesResponse\"b\x82\xd3\xe4\x93\x02\\\x12#/v0/geometry/{geometry_id}/featuresZ5\x12\x33/v0/geometry_version/{geometry_version_id}/features\x12\xae\x02\n\x19ListGeometryFeatureIssues\x12N.luminary.proto.api.v0.luminarycloud.geometry.ListGeometryFeatureIssuesRequest\x1aO.luminary.proto.api.v0.luminarycloud.geometry.ListGeometryFeatureIssuesResponse\"p\x82\xd3\xe4\x93\x02j\x12*/v0/geometry/{geometry_id}/features/issuesZ<\x12:/v0/geometry_version/{geometry_version_id}/features/issues\x12\xae\x01\n\x11SubscribeGeometry\x12\x46.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryRequest\x1aG.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse\"\x06\x8a\xb5\x18\x02\x08\x32\x30\x01\x12\xd3\x01\n\x0eModifyGeometry\x12\x43.luminary.proto.api.v0.luminarycloud.geometry.ModifyGeometryRequest\x1a\x44.luminary.proto.api.v0.luminarycloud.geometry.ModifyGeometryResponse\"6\x82\xd3\xe4\x93\x02&\"!/v0/geometry/{geometry_id}/modify:\x01*\x8a\xb5\x18\x06\x08<\x12\x02\x08\x01\x12\xdb\x01\n\x0e\x43reateGeometry\x12\x43.luminary.proto.api.v0.luminarycloud.geometry.CreateGeometryRequest\x1a\x44.luminary.proto.api.v0.luminarycloud.geometry.CreateGeometryResponse\">\x82\xd3\xe4\x93\x02.\")/v0/projects/{project_id}/create-geometry:\x01*\x8a\xb5\x18\x06\x08\x1e\x12\x02\x08\x03\x12\xcb\x01\n\x0c\x43opyGeometry\x12\x41.luminary.proto.api.v0.luminarycloud.geometry.CopyGeometryRequest\x1a\x42.luminary.proto.api.v0.luminarycloud.geometry.CopyGeometryResponse\"4\x82\xd3\xe4\x93\x02$\"\x1f/v0/geometry/{geometry_id}:copy:\x01*\x8a\xb5\x18\x06\x08\x1e\x12\x02\x08\x03\x12\xd3\x01\n\x0e\x44\x65leteGeometry\x12\x43.luminary.proto.api.v0.luminarycloud.geometry.DeleteGeometryRequest\x1a\x44.luminary.proto.api.v0.luminarycloud.geometry.DeleteGeometryResponse\"6\x82\xd3\xe4\x93\x02&\"!/v0/geometry/{geometry_id}:delete:\x01*\x8a\xb5\x18\x06\x08\x1e\x12\x02\x08\x03\x12\xad\x01\n\x12StartCheckGeometry\x12\x42.luminary.proto.api.v0.luminarycloud.geometry.CheckGeometryRequest\x1a\x16.google.protobuf.Empty\";\x82\xd3\xe4\x93\x02+\"&/v0/geometry/{geometry_id}/start_check:\x01*\x8a\xb5\x18\x06\x08\x14\x12\x02\x08\x01\x12\xcf\x01\n\x10GetCheckGeometry\x12\x42.luminary.proto.api.v0.luminarycloud.geometry.CheckGeometryRequest\x1a\x46.luminary.proto.api.v0.luminarycloud.geometry.GetCheckGeometryResponse\"/\x82\xd3\xe4\x93\x02)\"$/v0/geometry/{geometry_id}/get_check:\x01*\x12\xc5\x01\n\rCheckGeometry\x12\x42.luminary.proto.api.v0.luminarycloud.geometry.CheckGeometryRequest\x1a\x43.luminary.proto.api.v0.luminarycloud.geometry.CheckGeometryResponse\"+\x82\xd3\xe4\x93\x02%\" /v0/geometry/{geometry_id}/check:\x01*\x12\xd0\x01\n\x1bTesselationUpToModification\x12Q.luminary.proto.api.v0.luminarycloud.geometry.TessellationUpToModificationRequest\x1aR.luminary.proto.api.v0.luminarycloud.geometry.TessellationUpToModificationResponse\"\n\x8a\xb5\x18\x06\x08\x14\x12\x02\x08\x01\x12\xa7\x01\n\x12LatestTessellation\x12G.luminary.proto.api.v0.luminarycloud.geometry.LatestTessellationRequest\x1aH.luminary.proto.api.v0.luminarycloud.geometry.LatestTessellationResponse\x12\x98\x01\n\tKeepAlive\x12>.luminary.proto.api.v0.luminarycloud.geometry.KeepAliveRequest\x1a?.luminary.proto.api.v0.luminarycloud.geometry.KeepAliveResponse\"\n\x8a\xb5\x18\x06\x08\x14\x12\x02\x08\x01\x12\x80\x01\n\x05Panic\x12:.luminary.proto.api.v0.luminarycloud.geometry.PanicRequest\x1a;.luminary.proto.api.v0.luminarycloud.geometry.PanicResponse\x12\x8f\x01\n\nStopWorker\x12?.luminary.proto.api.v0.luminarycloud.geometry.StopWorkerRequest\x1a@.luminary.proto.api.v0.luminarycloud.geometry.StopWorkerResponse\x12\x86\x01\n\x07GetTags\x12<.luminary.proto.api.v0.luminarycloud.geometry.GetTagsRequest\x1a=.luminary.proto.api.v0.luminarycloud.geometry.GetTagsResponse\x12\xe5\x01\n\x08ListTags\x12=.luminary.proto.api.v0.luminarycloud.geometry.ListTagsRequest\x1a>.luminary.proto.api.v0.luminarycloud.geometry.ListTagsResponse\"Z\x82\xd3\xe4\x93\x02T\x12\x1f/v0/geometry/{geometry_id}/tagsZ1\x12//v0/geometry_version/{geometry_version_id}/tags\x12\xdb\x01\n\x12GetGeometryVersion\x12G.luminary.proto.api.v0.luminarycloud.geometry.GetGeometryVersionRequest\x1aH.luminary.proto.api.v0.luminarycloud.geometry.GetGeometryVersionResponse\"2\x82\xd3\xe4\x93\x02,\x12*/v0/geometry_version/{geometry_version_id}\x12\xbc\x01\n\nGetSdkCode\x12?.luminary.proto.api.v0.luminarycloud.geometry.GetSdkCodeRequest\x1a@.luminary.proto.api.v0.luminarycloud.geometry.GetSdkCodeResponse\"+\x82\xd3\xe4\x93\x02%\x12#/v0/geometry/{geometry_id}/sdk-codeB<Z:luminarycloud.com/core/proto/api/v0/luminarycloud/geometryb\x06proto3')
|
|
24
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2proto/api/v0/luminarycloud/geometry/geometry.proto\x12,luminary.proto.api.v0.luminarycloud.geometry\x1a\x1cgoogle/api/annotations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dproto/geometry/geometry.proto\x1a#proto/cadmetadata/cadmetadata.proto\x1a\x16proto/lcn/lcmesh.proto\x1a\x1fproto/ratelimit/ratelimit.proto\"\xa2\x03\n\x08Geometry\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12/\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bupdate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07\x64\x65leted\x18\x05 \x01(\x08\x12\x17\n\x0flast_version_id\x18\x06 \x01(\t\x12\x11\n\tuses_tags\x18\x07 \x01(\x08\x12\x16\n\x0e\x66orce_discrete\x18\x08 \x01(\x08\x12\x12\n\nproject_id\x18\t \x01(\t\x12R\n\x06status\x18\n \x01(\x0e\x32=.luminary.proto.api.v0.luminarycloud.geometry.Geometry.StatusH\x00\x88\x01\x01\"R\n\x06Status\x12\x0b\n\x07UNKNOWN\x10\x00\x12\r\n\tIMPORTING\x10\x01\x12\x0f\n\x0bNEEDS_CHECK\x10\x02\x12\x10\n\x0c\x46\x41ILED_CHECK\x10\x03\x12\t\n\x05READY\x10\x04\x42\t\n\x07_status\"c\n\x0fGeometryVersion\x12\n\n\x02id\x18\x01 \x01(\t\x12\x13\n\x0bgeometry_id\x18\x02 \x01(\t\x12/\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x84\x02\n\x10TessellationData\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\x12\x11\n\tmeta_data\x18\x02 \x01(\x0c\x12\x36\n\x08lcn_meta\x18\x03 \x01(\x0b\x32$.luminary.proto.lcn.MeshFileMetadata\x12=\n\x0c\x63\x61\x64_metadata\x18\x04 \x01(\x0b\x32\'.luminary.proto.cadmetadata.CadMetadata\x12\x1b\n\x13geometry_version_id\x18\x05 \x01(\t\x12\x12\n\nfeature_id\x18\x06 \x01(\t\x12\x10\n\x08\x64\x61ta_url\x18\x07 \x01(\t\x12\x15\n\rmeta_data_url\x18\x08 \x01(\t\")\n\x12GetGeometryRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\"_\n\x13GetGeometryResponse\x12H\n\x08geometry\x18\x01 \x01(\x0b\x32\x36.luminary.proto.api.v0.luminarycloud.geometry.Geometry\"i\n\x1bListGeometryFeaturesRequest\x12\x15\n\x0bgeometry_id\x18\x01 \x01(\tH\x00\x12\x1d\n\x13geometry_version_id\x18\x02 \x01(\tH\x00\x42\x14\n\x12parent_resource_id\"R\n\x1cListGeometryFeaturesResponse\x12\x32\n\x08\x66\x65\x61tures\x18\x01 \x03(\x0b\x32 .luminary.proto.geometry.Feature\"n\n ListGeometryFeatureIssuesRequest\x12\x15\n\x0bgeometry_id\x18\x01 \x01(\tH\x00\x12\x1d\n\x13geometry_version_id\x18\x02 \x01(\tH\x00\x42\x14\n\x12parent_resource_id\"d\n!ListGeometryFeatureIssuesResponse\x12?\n\x0f\x66\x65\x61tures_issues\x18\x01 \x03(\x0b\x32&.luminary.proto.geometry.FeatureIssues\"i\n\x1bListGeometryEntitiesRequest\x12\x15\n\x0bgeometry_id\x18\x01 \x01(\tH\x00\x12\x1d\n\x13geometry_version_id\x18\x02 \x01(\tH\x00\x42\x14\n\x12parent_resource_id\"{\n\x1cListGeometryEntitiesResponse\x12,\n\x05\x66\x61\x63\x65s\x18\x01 \x03(\x0b\x32\x1d.luminary.proto.geometry.Face\x12-\n\x06\x62odies\x18\x02 \x03(\x0b\x32\x1d.luminary.proto.geometry.Body\"+\n\x15ListGeometriesRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\"d\n\x16ListGeometriesResponse\x12J\n\ngeometries\x18\x01 \x03(\x0b\x32\x36.luminary.proto.api.v0.luminarycloud.geometry.Geometry\"I\n\x18SubscribeGeometryRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x13\n\x0bgeometry_id\x18\x02 \x01(\tJ\x04\x08\x03\x10\x04\"\xa0\x02\n\x0fGeometryHistory\x12\x61\n\rhistory_entry\x18\x01 \x01(\x0b\x32J.luminary.proto.api.v0.luminarycloud.geometry.GeometryHistory.HistoryEntry\x1a\xa9\x01\n\x0cHistoryEntry\x12;\n\x0cmodification\x18\x01 \x01(\x0b\x32%.luminary.proto.geometry.Modification\x12#\n\x1bgeometry_version_initial_id\x18\x02 \x01(\t\x12\x1f\n\x17geometry_version_new_id\x18\x03 \x01(\t\x12\x16\n\x0e\x63heckpoint_url\x18\x04 \x01(\t\"\x83\x0f\n\x19SubscribeGeometryResponse\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\x12p\n\ncheckpoint\x18\x05 \x01(\x0b\x32Z.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.GeometryCheckpointH\x00\x12\x61\n\x04\x62usy\x18\x06 \x01(\x0b\x32Q.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyStateH\x00\x12\x1d\n\x13worker_disconnected\x18\x07 \x01(\x08H\x00\x12\x18\n\x0ereceived_error\x18\x08 \x01(\x08H\x00\x1a\xe4\x03\n\x12GeometryCheckpoint\x12\x10\n\x08mesh_url\x18\x02 \x01(\t\x12\x32\n\x08\x66\x65\x61tures\x18\x03 \x03(\x0b\x32 .luminary.proto.geometry.Feature\x12?\n\x0f\x66\x65\x61tures_issues\x18\x08 \x03(\x0b\x32&.luminary.proto.geometry.FeatureIssues\x12W\n\x10geometry_history\x18\x04 \x03(\x0b\x32=.luminary.proto.api.v0.luminarycloud.geometry.GeometryHistory\x12Y\n\x11tessellation_data\x18\x05 \x01(\x0b\x32>.luminary.proto.api.v0.luminarycloud.geometry.TessellationData\x12\x15\n\rn_avail_undos\x18\x06 \x01(\x05\x12\x15\n\rn_avail_redos\x18\x07 \x01(\x05\x12+\n\x04tags\x18\t \x01(\x0b\x32\x1d.luminary.proto.geometry.Tags\x12\x38\n\x0bkernel_type\x18\n \x01(\x0e\x32#.luminary.proto.geometry.KernelType\x1a\xcb\x08\n\tBusyState\x12\x0f\n\x07message\x18\x01 \x01(\t\x12}\n\x10\x66\x65\x61ture_progress\x18\x05 \x01(\x0b\x32\x61.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyState.FeatureProgressH\x00\x12\x85\x01\n\x14\x66\x65\x61ture_tessellation\x18\x06 \x01(\x0b\x32\x65.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyState.FeatureTessellationH\x00\x12o\n\tundo_redo\x18\x07 \x01(\x0b\x32Z.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyState.UndoRedoH\x00\x12p\n\treloading\x18\x08 \x01(\x0b\x32[.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyState.ReloadingH\x00\x12y\n\x0e\x64\x65lete_feature\x18\t \x01(\x0b\x32_.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyState.DeleteFeatureH\x00\x12y\n\x0erename_feature\x18\n \x01(\x0b\x32_.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyState.RenameFeatureH\x00\x12w\n\rtag_operation\x18\x0b \x01(\x0b\x32^.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse.BusyState.TagOperationH\x00\x1a%\n\x0f\x46\x65\x61tureProgress\x12\x12\n\nfeature_id\x18\x02 \x01(\t\x1a)\n\x13\x46\x65\x61tureTessellation\x12\x12\n\nfeature_id\x18\x03 \x01(\t\x1a\n\n\x08UndoRedo\x1a\x0b\n\tReloading\x1a#\n\rDeleteFeature\x12\x12\n\nfeature_id\x18\x04 \x01(\t\x1a#\n\rRenameFeature\x12\x12\n\nfeature_id\x18\x01 \x01(\t\x1a\x0e\n\x0cTagOperationB\x0f\n\rBusyStateTypeB\x0e\n\x0cResponseType\"}\n\x15ModifyGeometryRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\x12;\n\x0cmodification\x18\x02 \x01(\x0b\x32%.luminary.proto.geometry.Modification\x12\x12\n\nrequest_id\x18\x03 \x01(\t\"\xbf\x01\n\x16ModifyGeometryResponse\x12\x32\n\x08\x66\x65\x61tures\x18\x01 \x03(\x0b\x32 .luminary.proto.geometry.Feature\x12\x30\n\x07volumes\x18\x02 \x03(\x0b\x32\x1f.luminary.proto.geometry.Volume\x12?\n\x0f\x66\x65\x61tures_issues\x18\x03 \x03(\x0b\x32&.luminary.proto.geometry.FeatureIssues\"\xb0\x01\n\x15\x43reateGeometryRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0b\n\x03url\x18\x03 \x01(\t\x12\x17\n\x0fweb_geometry_id\x18\t \x01(\t\x12\x0f\n\x07scaling\x18\x04 \x01(\x01\x12\x0c\n\x04wait\x18\x05 \x01(\x08\x12\x16\n\x0e\x66orce_discrete\x18\x07 \x01(\x08\x12\x12\n\nrequest_id\x18\x08 \x01(\tJ\x04\x08\x06\x10\x07\"b\n\x16\x43reateGeometryResponse\x12H\n\x08geometry\x18\x01 \x01(\x0b\x32\x36.luminary.proto.api.v0.luminarycloud.geometry.Geometry\"L\n\x13\x43opyGeometryRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x12\n\nrequest_id\x18\x03 \x01(\t\"`\n\x14\x43opyGeometryResponse\x12H\n\x08geometry\x18\x01 \x01(\x0b\x32\x36.luminary.proto.api.v0.luminarycloud.geometry.Geometry\",\n\x15\x44\x65leteGeometryRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\"\x18\n\x16\x44\x65leteGeometryResponse\"H\n\x14\x43heckGeometryRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\x12\x1b\n\x13geometry_version_id\x18\x02 \x01(\t\"3\n\x15\x43heckGeometryResponse\x12\n\n\x02ok\x18\x01 \x01(\x08\x12\x0e\n\x06issues\x18\x02 \x03(\t\"H\n\x18GetCheckGeometryResponse\x12\n\n\x02ok\x18\x01 \x01(\x08\x12\x0e\n\x06issues\x18\x02 \x03(\t\x12\x10\n\x08\x66inished\x18\x03 \x01(\x08\"S\n#TessellationUpToModificationRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\x12\x17\n\x0fmodification_id\x18\x02 \x01(\t\":\n$TessellationUpToModificationResponse\x12\x12\n\ntessel_url\x18\x01 \x01(\t\"0\n\x19LatestTessellationRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\"5\n\x1aLatestTessellationResponse\x12\x17\n\x0ftesselation_url\x18\x01 \x01(\t\"\'\n\x10KeepAliveRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\"\x13\n\x11KeepAliveResponse\"\x0e\n\x0cPanicRequest\"\x0f\n\rPanicResponse\"(\n\x11StopWorkerRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\"\x14\n\x12StopWorkerResponse\"B\n\x0eGetTagsRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\x12\x1b\n\x13geometry_version_id\x18\x02 \x01(\t\">\n\x0fGetTagsResponse\x12+\n\x04tags\x18\x01 \x01(\x0b\x32\x1d.luminary.proto.geometry.Tags\"R\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\x0f\n\x07volumes\x18\x04 \x03(\t\x12\x10\n\x08surfaces\x18\x05 \x03(\t\"]\n\x0fListTagsRequest\x12\x15\n\x0bgeometry_id\x18\x01 \x01(\tH\x00\x12\x1d\n\x13geometry_version_id\x18\x02 \x01(\tH\x00\x42\x14\n\x12parent_resource_id\"S\n\x10ListTagsResponse\x12?\n\x04tags\x18\x01 \x03(\x0b\x32\x31.luminary.proto.api.v0.luminarycloud.geometry.Tag\"8\n\x19GetGeometryVersionRequest\x12\x1b\n\x13geometry_version_id\x18\x01 \x01(\t\"u\n\x1aGetGeometryVersionResponse\x12W\n\x10geometry_version\x18\x01 \x01(\x0b\x32=.luminary.proto.api.v0.luminarycloud.geometry.GeometryVersion\"E\n\x11GetSdkCodeRequest\x12\x13\n\x0bgeometry_id\x18\x01 \x01(\t\x12\x1b\n\x13geometry_version_id\x18\x02 \x01(\t\"&\n\x12GetSdkCodeResponse\x12\x10\n\x08sdk_code\x18\x01 \x01(\t2\x87#\n\x0fGeometryService\x12\xd3\x01\n\x0eListGeometries\x12\x43.luminary.proto.api.v0.luminarycloud.geometry.ListGeometriesRequest\x1a\x44.luminary.proto.api.v0.luminarycloud.geometry.ListGeometriesResponse\"6\x82\xd3\xe4\x93\x02&\x12$/v0/projects/{project_id}/geometries\x8a\xb5\x18\x06\x08<\x12\x02\x08\x01\x12\x91\x02\n\x14ListGeometryEntities\x12I.luminary.proto.api.v0.luminarycloud.geometry.ListGeometryEntitiesRequest\x1aJ.luminary.proto.api.v0.luminarycloud.geometry.ListGeometryEntitiesResponse\"b\x82\xd3\xe4\x93\x02\\\x12#/v0/geometry/{geometry_id}/entitiesZ5\x12\x33/v0/geometry_version/{geometry_version_id}/entities\x12\xb6\x01\n\x0bGetGeometry\x12@.luminary.proto.api.v0.luminarycloud.geometry.GetGeometryRequest\x1a\x41.luminary.proto.api.v0.luminarycloud.geometry.GetGeometryResponse\"\"\x82\xd3\xe4\x93\x02\x1c\x12\x1a/v0/geometry/{geometry_id}\x12\x91\x02\n\x14ListGeometryFeatures\x12I.luminary.proto.api.v0.luminarycloud.geometry.ListGeometryFeaturesRequest\x1aJ.luminary.proto.api.v0.luminarycloud.geometry.ListGeometryFeaturesResponse\"b\x82\xd3\xe4\x93\x02\\\x12#/v0/geometry/{geometry_id}/featuresZ5\x12\x33/v0/geometry_version/{geometry_version_id}/features\x12\xae\x02\n\x19ListGeometryFeatureIssues\x12N.luminary.proto.api.v0.luminarycloud.geometry.ListGeometryFeatureIssuesRequest\x1aO.luminary.proto.api.v0.luminarycloud.geometry.ListGeometryFeatureIssuesResponse\"p\x82\xd3\xe4\x93\x02j\x12*/v0/geometry/{geometry_id}/features/issuesZ<\x12:/v0/geometry_version/{geometry_version_id}/features/issues\x12\xae\x01\n\x11SubscribeGeometry\x12\x46.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryRequest\x1aG.luminary.proto.api.v0.luminarycloud.geometry.SubscribeGeometryResponse\"\x06\x8a\xb5\x18\x02\x08\x32\x30\x01\x12\xd3\x01\n\x0eModifyGeometry\x12\x43.luminary.proto.api.v0.luminarycloud.geometry.ModifyGeometryRequest\x1a\x44.luminary.proto.api.v0.luminarycloud.geometry.ModifyGeometryResponse\"6\x82\xd3\xe4\x93\x02&\"!/v0/geometry/{geometry_id}/modify:\x01*\x8a\xb5\x18\x06\x08<\x12\x02\x08\x01\x12\xdb\x01\n\x0e\x43reateGeometry\x12\x43.luminary.proto.api.v0.luminarycloud.geometry.CreateGeometryRequest\x1a\x44.luminary.proto.api.v0.luminarycloud.geometry.CreateGeometryResponse\">\x82\xd3\xe4\x93\x02.\")/v0/projects/{project_id}/create-geometry:\x01*\x8a\xb5\x18\x06\x08\x1e\x12\x02\x08\x03\x12\xcb\x01\n\x0c\x43opyGeometry\x12\x41.luminary.proto.api.v0.luminarycloud.geometry.CopyGeometryRequest\x1a\x42.luminary.proto.api.v0.luminarycloud.geometry.CopyGeometryResponse\"4\x82\xd3\xe4\x93\x02$\"\x1f/v0/geometry/{geometry_id}:copy:\x01*\x8a\xb5\x18\x06\x08\x1e\x12\x02\x08\x03\x12\xd3\x01\n\x0e\x44\x65leteGeometry\x12\x43.luminary.proto.api.v0.luminarycloud.geometry.DeleteGeometryRequest\x1a\x44.luminary.proto.api.v0.luminarycloud.geometry.DeleteGeometryResponse\"6\x82\xd3\xe4\x93\x02&\"!/v0/geometry/{geometry_id}:delete:\x01*\x8a\xb5\x18\x06\x08\x1e\x12\x02\x08\x03\x12\xad\x01\n\x12StartCheckGeometry\x12\x42.luminary.proto.api.v0.luminarycloud.geometry.CheckGeometryRequest\x1a\x16.google.protobuf.Empty\";\x82\xd3\xe4\x93\x02+\"&/v0/geometry/{geometry_id}/start_check:\x01*\x8a\xb5\x18\x06\x08\x14\x12\x02\x08\x01\x12\xcf\x01\n\x10GetCheckGeometry\x12\x42.luminary.proto.api.v0.luminarycloud.geometry.CheckGeometryRequest\x1a\x46.luminary.proto.api.v0.luminarycloud.geometry.GetCheckGeometryResponse\"/\x82\xd3\xe4\x93\x02)\"$/v0/geometry/{geometry_id}/get_check:\x01*\x12\xc5\x01\n\rCheckGeometry\x12\x42.luminary.proto.api.v0.luminarycloud.geometry.CheckGeometryRequest\x1a\x43.luminary.proto.api.v0.luminarycloud.geometry.CheckGeometryResponse\"+\x82\xd3\xe4\x93\x02%\" /v0/geometry/{geometry_id}/check:\x01*\x12\xd0\x01\n\x1bTesselationUpToModification\x12Q.luminary.proto.api.v0.luminarycloud.geometry.TessellationUpToModificationRequest\x1aR.luminary.proto.api.v0.luminarycloud.geometry.TessellationUpToModificationResponse\"\n\x8a\xb5\x18\x06\x08\x14\x12\x02\x08\x01\x12\xa7\x01\n\x12LatestTessellation\x12G.luminary.proto.api.v0.luminarycloud.geometry.LatestTessellationRequest\x1aH.luminary.proto.api.v0.luminarycloud.geometry.LatestTessellationResponse\x12\x98\x01\n\tKeepAlive\x12>.luminary.proto.api.v0.luminarycloud.geometry.KeepAliveRequest\x1a?.luminary.proto.api.v0.luminarycloud.geometry.KeepAliveResponse\"\n\x8a\xb5\x18\x06\x08\x14\x12\x02\x08\x01\x12\x80\x01\n\x05Panic\x12:.luminary.proto.api.v0.luminarycloud.geometry.PanicRequest\x1a;.luminary.proto.api.v0.luminarycloud.geometry.PanicResponse\x12\x8f\x01\n\nStopWorker\x12?.luminary.proto.api.v0.luminarycloud.geometry.StopWorkerRequest\x1a@.luminary.proto.api.v0.luminarycloud.geometry.StopWorkerResponse\x12\x86\x01\n\x07GetTags\x12<.luminary.proto.api.v0.luminarycloud.geometry.GetTagsRequest\x1a=.luminary.proto.api.v0.luminarycloud.geometry.GetTagsResponse\x12\xe5\x01\n\x08ListTags\x12=.luminary.proto.api.v0.luminarycloud.geometry.ListTagsRequest\x1a>.luminary.proto.api.v0.luminarycloud.geometry.ListTagsResponse\"Z\x82\xd3\xe4\x93\x02T\x12\x1f/v0/geometry/{geometry_id}/tagsZ1\x12//v0/geometry_version/{geometry_version_id}/tags\x12\xdb\x01\n\x12GetGeometryVersion\x12G.luminary.proto.api.v0.luminarycloud.geometry.GetGeometryVersionRequest\x1aH.luminary.proto.api.v0.luminarycloud.geometry.GetGeometryVersionResponse\"2\x82\xd3\xe4\x93\x02,\x12*/v0/geometry_version/{geometry_version_id}\x12\xbc\x01\n\nGetSdkCode\x12?.luminary.proto.api.v0.luminarycloud.geometry.GetSdkCodeRequest\x1a@.luminary.proto.api.v0.luminarycloud.geometry.GetSdkCodeResponse\"+\x82\xd3\xe4\x93\x02%\x12#/v0/geometry/{geometry_id}/sdk-codeB<Z:luminarycloud.com/core/proto/api/v0/luminarycloud/geometryb\x06proto3')
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
@@ -560,85 +560,85 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
560
560
|
_GEOMETRYHISTORY_HISTORYENTRY._serialized_start=2221
|
|
561
561
|
_GEOMETRYHISTORY_HISTORYENTRY._serialized_end=2390
|
|
562
562
|
_SUBSCRIBEGEOMETRYRESPONSE._serialized_start=2393
|
|
563
|
-
_SUBSCRIBEGEOMETRYRESPONSE._serialized_end=
|
|
563
|
+
_SUBSCRIBEGEOMETRYRESPONSE._serialized_end=4316
|
|
564
564
|
_SUBSCRIBEGEOMETRYRESPONSE_GEOMETRYCHECKPOINT._serialized_start=2714
|
|
565
|
-
_SUBSCRIBEGEOMETRYRESPONSE_GEOMETRYCHECKPOINT._serialized_end=
|
|
566
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE._serialized_start=
|
|
567
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE._serialized_end=
|
|
568
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_FEATUREPROGRESS._serialized_start=
|
|
569
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_FEATUREPROGRESS._serialized_end=
|
|
570
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_FEATURETESSELLATION._serialized_start=
|
|
571
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_FEATURETESSELLATION._serialized_end=
|
|
572
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_UNDOREDO._serialized_start=
|
|
573
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_UNDOREDO._serialized_end=
|
|
574
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_RELOADING._serialized_start=
|
|
575
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_RELOADING._serialized_end=
|
|
576
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_DELETEFEATURE._serialized_start=
|
|
577
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_DELETEFEATURE._serialized_end=
|
|
578
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_RENAMEFEATURE._serialized_start=
|
|
579
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_RENAMEFEATURE._serialized_end=
|
|
580
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_TAGOPERATION._serialized_start=
|
|
581
|
-
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_TAGOPERATION._serialized_end=
|
|
582
|
-
_MODIFYGEOMETRYREQUEST._serialized_start=
|
|
583
|
-
_MODIFYGEOMETRYREQUEST._serialized_end=
|
|
584
|
-
_MODIFYGEOMETRYRESPONSE._serialized_start=
|
|
585
|
-
_MODIFYGEOMETRYRESPONSE._serialized_end=
|
|
586
|
-
_CREATEGEOMETRYREQUEST._serialized_start=
|
|
587
|
-
_CREATEGEOMETRYREQUEST._serialized_end=
|
|
588
|
-
_CREATEGEOMETRYRESPONSE._serialized_start=
|
|
589
|
-
_CREATEGEOMETRYRESPONSE._serialized_end=
|
|
590
|
-
_COPYGEOMETRYREQUEST._serialized_start=
|
|
591
|
-
_COPYGEOMETRYREQUEST._serialized_end=
|
|
592
|
-
_COPYGEOMETRYRESPONSE._serialized_start=
|
|
593
|
-
_COPYGEOMETRYRESPONSE._serialized_end=
|
|
594
|
-
_DELETEGEOMETRYREQUEST._serialized_start=
|
|
595
|
-
_DELETEGEOMETRYREQUEST._serialized_end=
|
|
596
|
-
_DELETEGEOMETRYRESPONSE._serialized_start=
|
|
597
|
-
_DELETEGEOMETRYRESPONSE._serialized_end=
|
|
598
|
-
_CHECKGEOMETRYREQUEST._serialized_start=
|
|
599
|
-
_CHECKGEOMETRYREQUEST._serialized_end=
|
|
600
|
-
_CHECKGEOMETRYRESPONSE._serialized_start=
|
|
601
|
-
_CHECKGEOMETRYRESPONSE._serialized_end=
|
|
602
|
-
_GETCHECKGEOMETRYRESPONSE._serialized_start=
|
|
603
|
-
_GETCHECKGEOMETRYRESPONSE._serialized_end=
|
|
604
|
-
_TESSELLATIONUPTOMODIFICATIONREQUEST._serialized_start=
|
|
605
|
-
_TESSELLATIONUPTOMODIFICATIONREQUEST._serialized_end=
|
|
606
|
-
_TESSELLATIONUPTOMODIFICATIONRESPONSE._serialized_start=
|
|
607
|
-
_TESSELLATIONUPTOMODIFICATIONRESPONSE._serialized_end=
|
|
608
|
-
_LATESTTESSELLATIONREQUEST._serialized_start=
|
|
609
|
-
_LATESTTESSELLATIONREQUEST._serialized_end=
|
|
610
|
-
_LATESTTESSELLATIONRESPONSE._serialized_start=
|
|
611
|
-
_LATESTTESSELLATIONRESPONSE._serialized_end=
|
|
612
|
-
_KEEPALIVEREQUEST._serialized_start=
|
|
613
|
-
_KEEPALIVEREQUEST._serialized_end=
|
|
614
|
-
_KEEPALIVERESPONSE._serialized_start=
|
|
615
|
-
_KEEPALIVERESPONSE._serialized_end=
|
|
616
|
-
_PANICREQUEST._serialized_start=
|
|
617
|
-
_PANICREQUEST._serialized_end=
|
|
618
|
-
_PANICRESPONSE._serialized_start=
|
|
619
|
-
_PANICRESPONSE._serialized_end=
|
|
620
|
-
_STOPWORKERREQUEST._serialized_start=
|
|
621
|
-
_STOPWORKERREQUEST._serialized_end=
|
|
622
|
-
_STOPWORKERRESPONSE._serialized_start=
|
|
623
|
-
_STOPWORKERRESPONSE._serialized_end=
|
|
624
|
-
_GETTAGSREQUEST._serialized_start=
|
|
625
|
-
_GETTAGSREQUEST._serialized_end=
|
|
626
|
-
_GETTAGSRESPONSE._serialized_start=
|
|
627
|
-
_GETTAGSRESPONSE._serialized_end=
|
|
628
|
-
_TAG._serialized_start=
|
|
629
|
-
_TAG._serialized_end=
|
|
630
|
-
_LISTTAGSREQUEST._serialized_start=
|
|
631
|
-
_LISTTAGSREQUEST._serialized_end=
|
|
632
|
-
_LISTTAGSRESPONSE._serialized_start=
|
|
633
|
-
_LISTTAGSRESPONSE._serialized_end=
|
|
634
|
-
_GETGEOMETRYVERSIONREQUEST._serialized_start=
|
|
635
|
-
_GETGEOMETRYVERSIONREQUEST._serialized_end=
|
|
636
|
-
_GETGEOMETRYVERSIONRESPONSE._serialized_start=
|
|
637
|
-
_GETGEOMETRYVERSIONRESPONSE._serialized_end=
|
|
638
|
-
_GETSDKCODEREQUEST._serialized_start=
|
|
639
|
-
_GETSDKCODEREQUEST._serialized_end=
|
|
640
|
-
_GETSDKCODERESPONSE._serialized_start=
|
|
641
|
-
_GETSDKCODERESPONSE._serialized_end=
|
|
642
|
-
_GEOMETRYSERVICE._serialized_start=
|
|
643
|
-
_GEOMETRYSERVICE._serialized_end=
|
|
565
|
+
_SUBSCRIBEGEOMETRYRESPONSE_GEOMETRYCHECKPOINT._serialized_end=3198
|
|
566
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE._serialized_start=3201
|
|
567
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE._serialized_end=4300
|
|
568
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_FEATUREPROGRESS._serialized_start=4088
|
|
569
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_FEATUREPROGRESS._serialized_end=4125
|
|
570
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_FEATURETESSELLATION._serialized_start=4127
|
|
571
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_FEATURETESSELLATION._serialized_end=4168
|
|
572
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_UNDOREDO._serialized_start=4170
|
|
573
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_UNDOREDO._serialized_end=4180
|
|
574
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_RELOADING._serialized_start=4182
|
|
575
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_RELOADING._serialized_end=4193
|
|
576
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_DELETEFEATURE._serialized_start=4195
|
|
577
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_DELETEFEATURE._serialized_end=4230
|
|
578
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_RENAMEFEATURE._serialized_start=4232
|
|
579
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_RENAMEFEATURE._serialized_end=4267
|
|
580
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_TAGOPERATION._serialized_start=4269
|
|
581
|
+
_SUBSCRIBEGEOMETRYRESPONSE_BUSYSTATE_TAGOPERATION._serialized_end=4283
|
|
582
|
+
_MODIFYGEOMETRYREQUEST._serialized_start=4318
|
|
583
|
+
_MODIFYGEOMETRYREQUEST._serialized_end=4443
|
|
584
|
+
_MODIFYGEOMETRYRESPONSE._serialized_start=4446
|
|
585
|
+
_MODIFYGEOMETRYRESPONSE._serialized_end=4637
|
|
586
|
+
_CREATEGEOMETRYREQUEST._serialized_start=4640
|
|
587
|
+
_CREATEGEOMETRYREQUEST._serialized_end=4816
|
|
588
|
+
_CREATEGEOMETRYRESPONSE._serialized_start=4818
|
|
589
|
+
_CREATEGEOMETRYRESPONSE._serialized_end=4916
|
|
590
|
+
_COPYGEOMETRYREQUEST._serialized_start=4918
|
|
591
|
+
_COPYGEOMETRYREQUEST._serialized_end=4994
|
|
592
|
+
_COPYGEOMETRYRESPONSE._serialized_start=4996
|
|
593
|
+
_COPYGEOMETRYRESPONSE._serialized_end=5092
|
|
594
|
+
_DELETEGEOMETRYREQUEST._serialized_start=5094
|
|
595
|
+
_DELETEGEOMETRYREQUEST._serialized_end=5138
|
|
596
|
+
_DELETEGEOMETRYRESPONSE._serialized_start=5140
|
|
597
|
+
_DELETEGEOMETRYRESPONSE._serialized_end=5164
|
|
598
|
+
_CHECKGEOMETRYREQUEST._serialized_start=5166
|
|
599
|
+
_CHECKGEOMETRYREQUEST._serialized_end=5238
|
|
600
|
+
_CHECKGEOMETRYRESPONSE._serialized_start=5240
|
|
601
|
+
_CHECKGEOMETRYRESPONSE._serialized_end=5291
|
|
602
|
+
_GETCHECKGEOMETRYRESPONSE._serialized_start=5293
|
|
603
|
+
_GETCHECKGEOMETRYRESPONSE._serialized_end=5365
|
|
604
|
+
_TESSELLATIONUPTOMODIFICATIONREQUEST._serialized_start=5367
|
|
605
|
+
_TESSELLATIONUPTOMODIFICATIONREQUEST._serialized_end=5450
|
|
606
|
+
_TESSELLATIONUPTOMODIFICATIONRESPONSE._serialized_start=5452
|
|
607
|
+
_TESSELLATIONUPTOMODIFICATIONRESPONSE._serialized_end=5510
|
|
608
|
+
_LATESTTESSELLATIONREQUEST._serialized_start=5512
|
|
609
|
+
_LATESTTESSELLATIONREQUEST._serialized_end=5560
|
|
610
|
+
_LATESTTESSELLATIONRESPONSE._serialized_start=5562
|
|
611
|
+
_LATESTTESSELLATIONRESPONSE._serialized_end=5615
|
|
612
|
+
_KEEPALIVEREQUEST._serialized_start=5617
|
|
613
|
+
_KEEPALIVEREQUEST._serialized_end=5656
|
|
614
|
+
_KEEPALIVERESPONSE._serialized_start=5658
|
|
615
|
+
_KEEPALIVERESPONSE._serialized_end=5677
|
|
616
|
+
_PANICREQUEST._serialized_start=5679
|
|
617
|
+
_PANICREQUEST._serialized_end=5693
|
|
618
|
+
_PANICRESPONSE._serialized_start=5695
|
|
619
|
+
_PANICRESPONSE._serialized_end=5710
|
|
620
|
+
_STOPWORKERREQUEST._serialized_start=5712
|
|
621
|
+
_STOPWORKERREQUEST._serialized_end=5752
|
|
622
|
+
_STOPWORKERRESPONSE._serialized_start=5754
|
|
623
|
+
_STOPWORKERRESPONSE._serialized_end=5774
|
|
624
|
+
_GETTAGSREQUEST._serialized_start=5776
|
|
625
|
+
_GETTAGSREQUEST._serialized_end=5842
|
|
626
|
+
_GETTAGSRESPONSE._serialized_start=5844
|
|
627
|
+
_GETTAGSRESPONSE._serialized_end=5906
|
|
628
|
+
_TAG._serialized_start=5908
|
|
629
|
+
_TAG._serialized_end=5990
|
|
630
|
+
_LISTTAGSREQUEST._serialized_start=5992
|
|
631
|
+
_LISTTAGSREQUEST._serialized_end=6085
|
|
632
|
+
_LISTTAGSRESPONSE._serialized_start=6087
|
|
633
|
+
_LISTTAGSRESPONSE._serialized_end=6170
|
|
634
|
+
_GETGEOMETRYVERSIONREQUEST._serialized_start=6172
|
|
635
|
+
_GETGEOMETRYVERSIONREQUEST._serialized_end=6228
|
|
636
|
+
_GETGEOMETRYVERSIONRESPONSE._serialized_start=6230
|
|
637
|
+
_GETGEOMETRYVERSIONRESPONSE._serialized_end=6347
|
|
638
|
+
_GETSDKCODEREQUEST._serialized_start=6349
|
|
639
|
+
_GETSDKCODEREQUEST._serialized_end=6418
|
|
640
|
+
_GETSDKCODERESPONSE._serialized_start=6420
|
|
641
|
+
_GETSDKCODERESPONSE._serialized_end=6458
|
|
642
|
+
_GEOMETRYSERVICE._serialized_start=6461
|
|
643
|
+
_GEOMETRYSERVICE._serialized_end=10948
|
|
644
644
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -400,6 +400,7 @@ class SubscribeGeometryResponse(google.protobuf.message.Message):
|
|
|
400
400
|
N_AVAIL_UNDOS_FIELD_NUMBER: builtins.int
|
|
401
401
|
N_AVAIL_REDOS_FIELD_NUMBER: builtins.int
|
|
402
402
|
TAGS_FIELD_NUMBER: builtins.int
|
|
403
|
+
KERNEL_TYPE_FIELD_NUMBER: builtins.int
|
|
403
404
|
mesh_url: builtins.str
|
|
404
405
|
@property
|
|
405
406
|
def features(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[luminarycloud._proto.geometry.geometry_pb2.Feature]: ...
|
|
@@ -419,6 +420,7 @@ class SubscribeGeometryResponse(google.protobuf.message.Message):
|
|
|
419
420
|
n_avail_redos: builtins.int
|
|
420
421
|
@property
|
|
421
422
|
def tags(self) -> luminarycloud._proto.geometry.geometry_pb2.Tags: ...
|
|
423
|
+
kernel_type: luminarycloud._proto.geometry.geometry_pb2.KernelType.ValueType
|
|
422
424
|
def __init__(
|
|
423
425
|
self,
|
|
424
426
|
*,
|
|
@@ -430,9 +432,10 @@ class SubscribeGeometryResponse(google.protobuf.message.Message):
|
|
|
430
432
|
n_avail_undos: builtins.int = ...,
|
|
431
433
|
n_avail_redos: builtins.int = ...,
|
|
432
434
|
tags: luminarycloud._proto.geometry.geometry_pb2.Tags | None = ...,
|
|
435
|
+
kernel_type: luminarycloud._proto.geometry.geometry_pb2.KernelType.ValueType = ...,
|
|
433
436
|
) -> None: ...
|
|
434
437
|
def HasField(self, field_name: typing_extensions.Literal["tags", b"tags", "tessellation_data", b"tessellation_data"]) -> builtins.bool: ...
|
|
435
|
-
def ClearField(self, field_name: typing_extensions.Literal["features", b"features", "features_issues", b"features_issues", "geometry_history", b"geometry_history", "mesh_url", b"mesh_url", "n_avail_redos", b"n_avail_redos", "n_avail_undos", b"n_avail_undos", "tags", b"tags", "tessellation_data", b"tessellation_data"]) -> None: ...
|
|
438
|
+
def ClearField(self, field_name: typing_extensions.Literal["features", b"features", "features_issues", b"features_issues", "geometry_history", b"geometry_history", "kernel_type", b"kernel_type", "mesh_url", b"mesh_url", "n_avail_redos", b"n_avail_redos", "n_avail_undos", b"n_avail_undos", "tags", b"tags", "tessellation_data", b"tessellation_data"]) -> None: ...
|
|
436
439
|
|
|
437
440
|
class BusyState(google.protobuf.message.Message):
|
|
438
441
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: proto/api/v0/luminarycloud/inference/inference.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf.internal import enum_type_wrapper
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
+
from google.protobuf import message as _message
|
|
9
|
+
from google.protobuf import reflection as _reflection
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
# @@protoc_insertion_point(imports)
|
|
12
|
+
|
|
13
|
+
_sym_db = _symbol_database.Default()
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
17
|
+
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
|
18
|
+
from luminarycloud._proto.inferenceservice import inferenceservice_pb2 as proto_dot_inferenceservice_dot_inferenceservice__pb2
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4proto/api/v0/luminarycloud/inference/inference.proto\x12-luminary.proto.api.v0.luminarycloud.inference\x1a\x1cgoogle/api/annotations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a-proto/inferenceservice/inferenceservice.proto\"q\n CreateInferenceServiceJobRequest\x12\x0f\n\x07stl_url\x18\x01 \x01(\t\x12\x11\n\tmodel_url\x18\x02 \x01(\t\x12\x13\n\x0b\x63onfig_name\x18\x03 \x01(\t\x12\x14\n\x0cstencil_size\x18\x04 \x01(\x05\"\x8e\x01\n!CreateInferenceServiceJobResponse\x12\x45\n\x06status\x18\x01 \x01(\x0e\x32\x35.luminary.proto.api.v0.luminarycloud.inference.Status\x12\x15\n\x08response\x18\x02 \x01(\x0cH\x00\x88\x01\x01\x42\x0b\n\t_response*D\n\x06Status\x12\x12\n\x0eSTATUS_PENDING\x10\x00\x12\x12\n\x0eSTATUS_SUCCESS\x10\x01\x12\x12\n\x0eSTATUS_FAILURE\x10\x02\x32\xea\x01\n\x10InferenceService\x12\xd5\x01\n\x19\x43reateInferenceServiceJob\x12O.luminary.proto.api.v0.luminarycloud.inference.CreateInferenceServiceJobRequest\x1aP.luminary.proto.api.v0.luminarycloud.inference.CreateInferenceServiceJobResponse\"\x15\x82\xd3\xe4\x93\x02\x0f\"\r/v0/inferenceB=Z;luminarycloud.com/core/proto/api/v0/luminarycloud/inferenceb\x06proto3')
|
|
22
|
+
|
|
23
|
+
_STATUS = DESCRIPTOR.enum_types_by_name['Status']
|
|
24
|
+
Status = enum_type_wrapper.EnumTypeWrapper(_STATUS)
|
|
25
|
+
STATUS_PENDING = 0
|
|
26
|
+
STATUS_SUCCESS = 1
|
|
27
|
+
STATUS_FAILURE = 2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
_CREATEINFERENCESERVICEJOBREQUEST = DESCRIPTOR.message_types_by_name['CreateInferenceServiceJobRequest']
|
|
31
|
+
_CREATEINFERENCESERVICEJOBRESPONSE = DESCRIPTOR.message_types_by_name['CreateInferenceServiceJobResponse']
|
|
32
|
+
CreateInferenceServiceJobRequest = _reflection.GeneratedProtocolMessageType('CreateInferenceServiceJobRequest', (_message.Message,), {
|
|
33
|
+
'DESCRIPTOR' : _CREATEINFERENCESERVICEJOBREQUEST,
|
|
34
|
+
'__module__' : 'proto.api.v0.luminarycloud.inference.inference_pb2'
|
|
35
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.inference.CreateInferenceServiceJobRequest)
|
|
36
|
+
})
|
|
37
|
+
_sym_db.RegisterMessage(CreateInferenceServiceJobRequest)
|
|
38
|
+
|
|
39
|
+
CreateInferenceServiceJobResponse = _reflection.GeneratedProtocolMessageType('CreateInferenceServiceJobResponse', (_message.Message,), {
|
|
40
|
+
'DESCRIPTOR' : _CREATEINFERENCESERVICEJOBRESPONSE,
|
|
41
|
+
'__module__' : 'proto.api.v0.luminarycloud.inference.inference_pb2'
|
|
42
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.inference.CreateInferenceServiceJobResponse)
|
|
43
|
+
})
|
|
44
|
+
_sym_db.RegisterMessage(CreateInferenceServiceJobResponse)
|
|
45
|
+
|
|
46
|
+
_INFERENCESERVICE = DESCRIPTOR.services_by_name['InferenceService']
|
|
47
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
48
|
+
|
|
49
|
+
DESCRIPTOR._options = None
|
|
50
|
+
DESCRIPTOR._serialized_options = b'Z;luminarycloud.com/core/proto/api/v0/luminarycloud/inference'
|
|
51
|
+
_INFERENCESERVICE.methods_by_name['CreateInferenceServiceJob']._options = None
|
|
52
|
+
_INFERENCESERVICE.methods_by_name['CreateInferenceServiceJob']._serialized_options = b'\202\323\344\223\002\017\"\r/v0/inference'
|
|
53
|
+
_STATUS._serialized_start=469
|
|
54
|
+
_STATUS._serialized_end=537
|
|
55
|
+
_CREATEINFERENCESERVICEJOBREQUEST._serialized_start=209
|
|
56
|
+
_CREATEINFERENCESERVICEJOBREQUEST._serialized_end=322
|
|
57
|
+
_CREATEINFERENCESERVICEJOBRESPONSE._serialized_start=325
|
|
58
|
+
_CREATEINFERENCESERVICEJOBRESPONSE._serialized_end=467
|
|
59
|
+
_INFERENCESERVICE._serialized_start=540
|
|
60
|
+
_INFERENCESERVICE._serialized_end=774
|
|
61
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import builtins
|
|
6
|
+
import google.protobuf.descriptor
|
|
7
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
8
|
+
import google.protobuf.message
|
|
9
|
+
import sys
|
|
10
|
+
import typing
|
|
11
|
+
|
|
12
|
+
if sys.version_info >= (3, 10):
|
|
13
|
+
import typing as typing_extensions
|
|
14
|
+
else:
|
|
15
|
+
import typing_extensions
|
|
16
|
+
|
|
17
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
18
|
+
|
|
19
|
+
class _Status:
|
|
20
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
21
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
22
|
+
|
|
23
|
+
class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_Status.ValueType], builtins.type): # noqa: F821
|
|
24
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
25
|
+
STATUS_PENDING: _Status.ValueType # 0
|
|
26
|
+
STATUS_SUCCESS: _Status.ValueType # 1
|
|
27
|
+
STATUS_FAILURE: _Status.ValueType # 2
|
|
28
|
+
|
|
29
|
+
class Status(_Status, metaclass=_StatusEnumTypeWrapper): ...
|
|
30
|
+
|
|
31
|
+
STATUS_PENDING: Status.ValueType # 0
|
|
32
|
+
STATUS_SUCCESS: Status.ValueType # 1
|
|
33
|
+
STATUS_FAILURE: Status.ValueType # 2
|
|
34
|
+
global___Status = Status
|
|
35
|
+
|
|
36
|
+
class CreateInferenceServiceJobRequest(google.protobuf.message.Message):
|
|
37
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
38
|
+
|
|
39
|
+
STL_URL_FIELD_NUMBER: builtins.int
|
|
40
|
+
MODEL_URL_FIELD_NUMBER: builtins.int
|
|
41
|
+
CONFIG_NAME_FIELD_NUMBER: builtins.int
|
|
42
|
+
STENCIL_SIZE_FIELD_NUMBER: builtins.int
|
|
43
|
+
stl_url: builtins.str
|
|
44
|
+
model_url: builtins.str
|
|
45
|
+
config_name: builtins.str
|
|
46
|
+
stencil_size: builtins.int
|
|
47
|
+
def __init__(
|
|
48
|
+
self,
|
|
49
|
+
*,
|
|
50
|
+
stl_url: builtins.str = ...,
|
|
51
|
+
model_url: builtins.str = ...,
|
|
52
|
+
config_name: builtins.str = ...,
|
|
53
|
+
stencil_size: builtins.int = ...,
|
|
54
|
+
) -> None: ...
|
|
55
|
+
def ClearField(self, field_name: typing_extensions.Literal["config_name", b"config_name", "model_url", b"model_url", "stencil_size", b"stencil_size", "stl_url", b"stl_url"]) -> None: ...
|
|
56
|
+
|
|
57
|
+
global___CreateInferenceServiceJobRequest = CreateInferenceServiceJobRequest
|
|
58
|
+
|
|
59
|
+
class CreateInferenceServiceJobResponse(google.protobuf.message.Message):
|
|
60
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
61
|
+
|
|
62
|
+
STATUS_FIELD_NUMBER: builtins.int
|
|
63
|
+
RESPONSE_FIELD_NUMBER: builtins.int
|
|
64
|
+
status: global___Status.ValueType
|
|
65
|
+
response: builtins.bytes
|
|
66
|
+
def __init__(
|
|
67
|
+
self,
|
|
68
|
+
*,
|
|
69
|
+
status: global___Status.ValueType = ...,
|
|
70
|
+
response: builtins.bytes | None = ...,
|
|
71
|
+
) -> None: ...
|
|
72
|
+
def HasField(self, field_name: typing_extensions.Literal["_response", b"_response", "response", b"response"]) -> builtins.bool: ...
|
|
73
|
+
def ClearField(self, field_name: typing_extensions.Literal["_response", b"_response", "response", b"response", "status", b"status"]) -> None: ...
|
|
74
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_response", b"_response"]) -> typing_extensions.Literal["response"] | None: ...
|
|
75
|
+
|
|
76
|
+
global___CreateInferenceServiceJobResponse = CreateInferenceServiceJobResponse
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
|
|
5
|
+
from luminarycloud._proto.api.v0.luminarycloud.inference import inference_pb2 as proto_dot_api_dot_v0_dot_luminarycloud_dot_inference_dot_inference__pb2
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class InferenceServiceStub(object):
|
|
9
|
+
"""Missing associated documentation comment in .proto file."""
|
|
10
|
+
|
|
11
|
+
def __init__(self, channel):
|
|
12
|
+
"""Constructor.
|
|
13
|
+
|
|
14
|
+
Args:
|
|
15
|
+
channel: A grpc.Channel.
|
|
16
|
+
"""
|
|
17
|
+
self.CreateInferenceServiceJob = channel.unary_unary(
|
|
18
|
+
'/luminary.proto.api.v0.luminarycloud.inference.InferenceService/CreateInferenceServiceJob',
|
|
19
|
+
request_serializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_inference_dot_inference__pb2.CreateInferenceServiceJobRequest.SerializeToString,
|
|
20
|
+
response_deserializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_inference_dot_inference__pb2.CreateInferenceServiceJobResponse.FromString,
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
class InferenceServiceServicer(object):
|
|
25
|
+
"""Missing associated documentation comment in .proto file."""
|
|
26
|
+
|
|
27
|
+
def CreateInferenceServiceJob(self, request, context):
|
|
28
|
+
"""Lists the geometries available in a project.
|
|
29
|
+
"""
|
|
30
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
31
|
+
context.set_details('Method not implemented!')
|
|
32
|
+
raise NotImplementedError('Method not implemented!')
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
def add_InferenceServiceServicer_to_server(servicer, server):
|
|
36
|
+
rpc_method_handlers = {
|
|
37
|
+
'CreateInferenceServiceJob': grpc.unary_unary_rpc_method_handler(
|
|
38
|
+
servicer.CreateInferenceServiceJob,
|
|
39
|
+
request_deserializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_inference_dot_inference__pb2.CreateInferenceServiceJobRequest.FromString,
|
|
40
|
+
response_serializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_inference_dot_inference__pb2.CreateInferenceServiceJobResponse.SerializeToString,
|
|
41
|
+
),
|
|
42
|
+
}
|
|
43
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
44
|
+
'luminary.proto.api.v0.luminarycloud.inference.InferenceService', rpc_method_handlers)
|
|
45
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
# This class is part of an EXPERIMENTAL API.
|
|
49
|
+
class InferenceService(object):
|
|
50
|
+
"""Missing associated documentation comment in .proto file."""
|
|
51
|
+
|
|
52
|
+
@staticmethod
|
|
53
|
+
def CreateInferenceServiceJob(request,
|
|
54
|
+
target,
|
|
55
|
+
options=(),
|
|
56
|
+
channel_credentials=None,
|
|
57
|
+
call_credentials=None,
|
|
58
|
+
insecure=False,
|
|
59
|
+
compression=None,
|
|
60
|
+
wait_for_ready=None,
|
|
61
|
+
timeout=None,
|
|
62
|
+
metadata=None):
|
|
63
|
+
return grpc.experimental.unary_unary(request, target, '/luminary.proto.api.v0.luminarycloud.inference.InferenceService/CreateInferenceServiceJob',
|
|
64
|
+
proto_dot_api_dot_v0_dot_luminarycloud_dot_inference_dot_inference__pb2.CreateInferenceServiceJobRequest.SerializeToString,
|
|
65
|
+
proto_dot_api_dot_v0_dot_luminarycloud_dot_inference_dot_inference__pb2.CreateInferenceServiceJobResponse.FromString,
|
|
66
|
+
options, channel_credentials,
|
|
67
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import abc
|
|
6
|
+
import grpc
|
|
7
|
+
import luminarycloud._proto.api.v0.luminarycloud.inference.inference_pb2
|
|
8
|
+
|
|
9
|
+
class InferenceServiceStub:
|
|
10
|
+
def __init__(self, channel: grpc.Channel) -> None: ...
|
|
11
|
+
CreateInferenceServiceJob: grpc.UnaryUnaryMultiCallable[
|
|
12
|
+
luminarycloud._proto.api.v0.luminarycloud.inference.inference_pb2.CreateInferenceServiceJobRequest,
|
|
13
|
+
luminarycloud._proto.api.v0.luminarycloud.inference.inference_pb2.CreateInferenceServiceJobResponse,
|
|
14
|
+
]
|
|
15
|
+
"""Lists the geometries available in a project."""
|
|
16
|
+
|
|
17
|
+
class InferenceServiceServicer(metaclass=abc.ABCMeta):
|
|
18
|
+
@abc.abstractmethod
|
|
19
|
+
def CreateInferenceServiceJob(
|
|
20
|
+
self,
|
|
21
|
+
request: luminarycloud._proto.api.v0.luminarycloud.inference.inference_pb2.CreateInferenceServiceJobRequest,
|
|
22
|
+
context: grpc.ServicerContext,
|
|
23
|
+
) -> luminarycloud._proto.api.v0.luminarycloud.inference.inference_pb2.CreateInferenceServiceJobResponse:
|
|
24
|
+
"""Lists the geometries available in a project."""
|
|
25
|
+
|
|
26
|
+
def add_InferenceServiceServicer_to_server(servicer: InferenceServiceServicer, server: grpc.Server) -> None: ...
|
|
@@ -22,7 +22,7 @@ from luminarycloud._proto.api.v0.luminarycloud.common import common_pb2 as proto
|
|
|
22
22
|
from luminarycloud._proto.upload import upload_pb2 as proto_dot_upload_dot_upload__pb2
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*proto/api/v0/luminarycloud/mesh/mesh.proto\x12(luminary.proto.api.v0.luminarycloud.mesh\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x15proto/base/base.proto\x1a\x15proto/cad/shape.proto\x1a\x1bproto/hexmesh/hexmesh.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.proto/api/v0/luminarycloud/common/common.proto\x1a\x19proto/upload/upload.proto\"\xe2\x02\n\x04Mesh\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12/\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12I\n\x06status\x18\x04 \x01(\x0e\x32\x39.luminary.proto.api.v0.luminarycloud.mesh.Mesh.MeshStatus\x12 \n\x13geometry_version_id\x18\x05 \x01(\tH\x00\x88\x01\x01\x12\x12\n\nproject_id\x18\x06 \x01(\t\"v\n\nMeshStatus\x12\x1b\n\x17MESH_STATUS_UNSPECIFIED\x10\x00\x12\x18\n\x14MESH_STATUS_CREATING\x10\x01\x12\x19\n\x15MESH_STATUS_COMPLETED\x10\x02\x12\x16\n\x12MESH_STATUS_FAILED\x10\x03\x42\x16\n\x14_geometry_version_id\"\x1c\n\x0eGetMeshRequest\x12\n\n\x02id\x18\x01 \x01(\t\"O\n\x0fGetMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"$\n\x16GetMeshMetadataRequest\x12\n\n\x02id\x18\x01 \x01(\t\"h\n\x17GetMeshMetadataResponse\x12M\n\rmesh_metadata\x18\x01 \x01(\x0b\x32\x36.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata\"\xd2\x04\n\x0cMeshMetadata\x12J\n\x05zones\x18\x01 \x03(\x0b\x32;.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.Zone\x1a\xcd\x01\n\tMeshStats\x12\x10\n\x08n_points\x18\x01 \x01(\x03\x12\x0f\n\x07n_faces\x18\x02 \x01(\x03\x12\r\n\x05n_cvs\x18\x03 \x01(\x03\x12\x46\n\tmin_coord\x18\x05 \x01(\x0b\x32\x33.luminary.proto.api.v0.luminarycloud.common.Vector3\x12\x46\n\tmax_coord\x18\x06 \x01(\x0b\x32\x33.luminary.proto.api.v0.luminarycloud.common.Vector3\x1ai\n\x08\x42oundary\x12\x0c\n\x04name\x18\x01 \x01(\t\x12O\n\x05stats\x18\x02 \x01(\x0b\x32@.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.MeshStats\x1a\xba\x01\n\x04Zone\x12S\n\nboundaries\x18\x01 \x03(\x0b\x32?.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.Boundary\x12O\n\x05stats\x18\x02 \x01(\x0b\x32@.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.MeshStats\x12\x0c\n\x04name\x18\x03 \x01(\t\"\'\n\x11ListMeshesRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\"T\n\x12ListMeshesResponse\x12>\n\x06meshes\x18\x01 \x03(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"-\n\x11UpdateMeshRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\"R\n\x12UpdateMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"\xab\x02\n\x11\x43reateMeshRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12`\n\x16mesh_adaptation_params\x18\x03 \x01(\x0b\x32>.luminary.proto.api.v0.luminarycloud.mesh.MeshAdaptationParamsH\x00\x12`\n\x16mesh_generation_params\x18\x04 \x01(\x0b\x32>.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParamsH\x00\x12\x17\n\nrequest_id\x18\x05 \x01(\tH\x01\x88\x01\x01\x42\x08\n\x06paramsB\r\n\x0b_request_id\"R\n\x12\x43reateMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"\xff\x01\n\x11UploadMeshRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0f\n\x07scaling\x18\x03 \x01(\x01\x12\x14\n\x0cupload_token\x18\x04 \x01(\t\x12I\n\nfile_chunk\x18\x05 \x01(\x0b\x32\x35.luminary.proto.api.v0.luminarycloud.common.FileChunk\x12\x32\n\tmesh_type\x18\x06 \x01(\x0e\x32\x1f.luminary.proto.upload.MeshType\x12\"\n\x1a\x64o_not_read_zones_openfoam\x18\x07 \x01(\x08\"h\n\x12UploadMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\x12\x14\n\x0cupload_token\x18\x02 \x01(\t\"\x1f\n\x11\x44\x65leteMeshRequest\x12\n\n\x02id\x18\x01 \x01(\t\"t\n\x14MeshAdaptationParams\x12\x1c\n\x14source_simulation_id\x18\x01 \x01(\t\x12\x17\n\x0ftarget_cv_count\x18\x02 \x01(\x04\x12\x0f\n\x07h_ratio\x18\x03 \x01(\x01\x12\x14\n\x0c\x61spect_ratio\x18\x04 \x01(\x01\"\
|
|
25
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*proto/api/v0/luminarycloud/mesh/mesh.proto\x12(luminary.proto.api.v0.luminarycloud.mesh\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x15proto/base/base.proto\x1a\x15proto/cad/shape.proto\x1a\x1bproto/hexmesh/hexmesh.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.proto/api/v0/luminarycloud/common/common.proto\x1a\x19proto/upload/upload.proto\"\xe2\x02\n\x04Mesh\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12/\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12I\n\x06status\x18\x04 \x01(\x0e\x32\x39.luminary.proto.api.v0.luminarycloud.mesh.Mesh.MeshStatus\x12 \n\x13geometry_version_id\x18\x05 \x01(\tH\x00\x88\x01\x01\x12\x12\n\nproject_id\x18\x06 \x01(\t\"v\n\nMeshStatus\x12\x1b\n\x17MESH_STATUS_UNSPECIFIED\x10\x00\x12\x18\n\x14MESH_STATUS_CREATING\x10\x01\x12\x19\n\x15MESH_STATUS_COMPLETED\x10\x02\x12\x16\n\x12MESH_STATUS_FAILED\x10\x03\x42\x16\n\x14_geometry_version_id\"\x1c\n\x0eGetMeshRequest\x12\n\n\x02id\x18\x01 \x01(\t\"O\n\x0fGetMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"$\n\x16GetMeshMetadataRequest\x12\n\n\x02id\x18\x01 \x01(\t\"h\n\x17GetMeshMetadataResponse\x12M\n\rmesh_metadata\x18\x01 \x01(\x0b\x32\x36.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata\"\xd2\x04\n\x0cMeshMetadata\x12J\n\x05zones\x18\x01 \x03(\x0b\x32;.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.Zone\x1a\xcd\x01\n\tMeshStats\x12\x10\n\x08n_points\x18\x01 \x01(\x03\x12\x0f\n\x07n_faces\x18\x02 \x01(\x03\x12\r\n\x05n_cvs\x18\x03 \x01(\x03\x12\x46\n\tmin_coord\x18\x05 \x01(\x0b\x32\x33.luminary.proto.api.v0.luminarycloud.common.Vector3\x12\x46\n\tmax_coord\x18\x06 \x01(\x0b\x32\x33.luminary.proto.api.v0.luminarycloud.common.Vector3\x1ai\n\x08\x42oundary\x12\x0c\n\x04name\x18\x01 \x01(\t\x12O\n\x05stats\x18\x02 \x01(\x0b\x32@.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.MeshStats\x1a\xba\x01\n\x04Zone\x12S\n\nboundaries\x18\x01 \x03(\x0b\x32?.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.Boundary\x12O\n\x05stats\x18\x02 \x01(\x0b\x32@.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.MeshStats\x12\x0c\n\x04name\x18\x03 \x01(\t\"\'\n\x11ListMeshesRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\"T\n\x12ListMeshesResponse\x12>\n\x06meshes\x18\x01 \x03(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"-\n\x11UpdateMeshRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\"R\n\x12UpdateMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"\xab\x02\n\x11\x43reateMeshRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12`\n\x16mesh_adaptation_params\x18\x03 \x01(\x0b\x32>.luminary.proto.api.v0.luminarycloud.mesh.MeshAdaptationParamsH\x00\x12`\n\x16mesh_generation_params\x18\x04 \x01(\x0b\x32>.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParamsH\x00\x12\x17\n\nrequest_id\x18\x05 \x01(\tH\x01\x88\x01\x01\x42\x08\n\x06paramsB\r\n\x0b_request_id\"R\n\x12\x43reateMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"\xff\x01\n\x11UploadMeshRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0f\n\x07scaling\x18\x03 \x01(\x01\x12\x14\n\x0cupload_token\x18\x04 \x01(\t\x12I\n\nfile_chunk\x18\x05 \x01(\x0b\x32\x35.luminary.proto.api.v0.luminarycloud.common.FileChunk\x12\x32\n\tmesh_type\x18\x06 \x01(\x0e\x32\x1f.luminary.proto.upload.MeshType\x12\"\n\x1a\x64o_not_read_zones_openfoam\x18\x07 \x01(\x08\"h\n\x12UploadMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\x12\x14\n\x0cupload_token\x18\x02 \x01(\t\"\x1f\n\x11\x44\x65leteMeshRequest\x12\n\n\x02id\x18\x01 \x01(\t\"t\n\x14MeshAdaptationParams\x12\x1c\n\x14source_simulation_id\x18\x01 \x01(\t\x12\x17\n\x0ftarget_cv_count\x18\x02 \x01(\x04\x12\x0f\n\x07h_ratio\x18\x03 \x01(\x01\x12\x14\n\x0c\x61spect_ratio\x18\x04 \x01(\x01\"\xcd\x10\n\x14MeshGenerationParams\x12\x33\n\x0b\x62ody_x_axis\x18\x01 \x01(\x0b\x32\x1e.luminary.proto.base.AdVector3\x12\x33\n\x0b\x62ody_y_axis\x18\x02 \x01(\x0b\x32\x1e.luminary.proto.base.AdVector3\x12\x16\n\x0e\x61\x64\x64_refinement\x18\x03 \x01(\x08\x12\x18\n\x10proximity_layers\x18\x04 \x01(\r\x12\x62\n\rvolume_params\x18\x05 \x03(\x0b\x32K.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.VolumeParams\x12`\n\x0cmodel_params\x18\x06 \x03(\x0b\x32J.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.ModelParams\x12\x65\n\tbl_params\x18\x07 \x03(\x0b\x32R.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.BoundaryLayerParams\x12l\n\rrefine_params\x18\x08 \x03(\x0b\x32U.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.RefinementRegionParams\x12\x13\n\x0bgeometry_id\x18\t \x01(\t\x12s\n\x16mesh_complexity_params\x18\n \x01(\x0b\x32S.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.MeshComplexityParams\x12\x64\n\x0eoverset_params\x18\x0b \x01(\x0b\x32L.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.OversetParams\x12`\n\x0cmeshing_mode\x18\x0c \x01(\x0b\x32J.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.MeshingMode\x12\x10\n\x08use_wrap\x18\r \x01(\x08\x1a`\n\x0cVolumeParams\x12\x10\n\x08min_size\x18\x01 \x01(\x01\x12\x10\n\x08max_size\x18\x02 \x01(\x01\x12\x13\n\x07volumes\x18\x03 \x03(\x03\x42\x02\x18\x01\x12\x17\n\x0fvolume_entities\x18\x04 \x03(\t\x1a\x44\n\x0bModelParams\x12\x11\n\tcurvature\x18\x01 \x01(\x01\x12\x10\n\x08max_size\x18\x02 \x01(\x01\x12\x10\n\x08surfaces\x18\x03 \x03(\t\x1a\x64\n\x13\x42oundaryLayerParams\x12\x10\n\x08n_layers\x18\x01 \x01(\r\x12\x14\n\x0cinitial_size\x18\x02 \x01(\x01\x12\x13\n\x0bgrowth_rate\x18\x03 \x01(\x01\x12\x10\n\x08surfaces\x18\x04 \x03(\t\x1a\x8b\x03\n\x16RefinementRegionParams\x12\x0f\n\x07h_limit\x18\x01 \x01(\x01\x12,\n\x06sphere\x18\x02 \x01(\x0b\x32\x1a.luminary.proto.cad.SphereH\x00\x12\x37\n\x0csphere_shell\x18\x03 \x01(\x0b\x32\x1f.luminary.proto.cad.SphereShellH\x00\x12(\n\x04\x63ube\x18\x04 \x01(\x0b\x32\x18.luminary.proto.cad.CubeH\x00\x12\x39\n\roriented_cube\x18\x05 \x01(\x0b\x32 .luminary.proto.cad.OrientedCubeH\x00\x12\x30\n\x08\x63ylinder\x18\x06 \x01(\x0b\x32\x1c.luminary.proto.cad.CylinderH\x00\x12?\n\x10\x61nnular_cylinder\x18\x07 \x01(\x0b\x32#.luminary.proto.cad.AnnularCylinderH\x00\x12\n\n\x02id\x18\x08 \x01(\t\x12\x0c\n\x04name\x18\t \x01(\tB\x07\n\x05shape\x1a\xe7\x01\n\x14MeshComplexityParams\x12\x14\n\x0ctarget_cells\x18\x01 \x01(\x04\x12\x17\n\x0flimit_max_cells\x18\x02 \x01(\x04\x12p\n\x04type\x18\x03 \x01(\x0e\x32\x62.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.MeshComplexityParams.ComplexityType\".\n\x0e\x43omplexityType\x12\x07\n\x03MAX\x10\x00\x12\n\n\x06TARGET\x10\x01\x12\x07\n\x03MIN\x10\x02\x1a!\n\rOversetParams\x12\x10\n\x08surfaces\x18\x01 \x03(\t\x1a\xf0\x01\n\x0bMeshingMode\x12\x65\n\x07\x64\x65\x66\x61ult\x18\x01 \x01(\x0b\x32R.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.MeshingMode.DefaultH\x00\x12_\n\x04\x62\x61se\x18\x02 \x01(\x0b\x32O.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.MeshingMode.BaseH\x00\x1a\t\n\x07\x44\x65\x66\x61ult\x1a\x06\n\x04\x42\x61seB\x06\n\x04mode\"h\n\x14\x43reateHexMeshRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12<\n\x0fhex_mesh_config\x18\x02 \x01(\x0b\x32#.luminary.proto.hexmesh.HexMeshSpec\"(\n\x15\x43reateHexMeshResponse\x12\x0f\n\x07mesh_id\x18\x01 \x01(\t2\xac\n\n\x0bMeshService\x12\x97\x01\n\x07GetMesh\x12\x38.luminary.proto.api.v0.luminarycloud.mesh.GetMeshRequest\x1a\x39.luminary.proto.api.v0.luminarycloud.mesh.GetMeshResponse\"\x17\x82\xd3\xe4\x93\x02\x11\x12\x0f/v0/meshes/{id}\x12\xba\x01\n\x0fGetMeshMetadata\x12@.luminary.proto.api.v0.luminarycloud.mesh.GetMeshMetadataRequest\x1a\x41.luminary.proto.api.v0.luminarycloud.mesh.GetMeshMetadataResponse\"\"\x82\xd3\xe4\x93\x02\x1c\x12\x1a/v0/meshes:getmeshmetadata\x12\xb1\x01\n\nListMeshes\x12;.luminary.proto.api.v0.luminarycloud.mesh.ListMeshesRequest\x1a<.luminary.proto.api.v0.luminarycloud.mesh.ListMeshesResponse\"(\x82\xd3\xe4\x93\x02\"\x12 /v0/projects/{project_id}/meshes\x12\xa3\x01\n\nUpdateMesh\x12;.luminary.proto.api.v0.luminarycloud.mesh.UpdateMeshRequest\x1a<.luminary.proto.api.v0.luminarycloud.mesh.UpdateMeshResponse\"\x1a\x82\xd3\xe4\x93\x02\x14\x32\x0f/v0/meshes/{id}:\x01*\x12\xbb\x01\n\nUploadMesh\x12;.luminary.proto.api.v0.luminarycloud.mesh.UploadMeshRequest\x1a<.luminary.proto.api.v0.luminarycloud.mesh.UploadMeshResponse\"2\x82\xd3\xe4\x93\x02,\"\'/v0/projects/{project_id}/meshes:upload:\x01*\x12z\n\nDeleteMesh\x12;.luminary.proto.api.v0.luminarycloud.mesh.DeleteMeshRequest\x1a\x16.google.protobuf.Empty\"\x17\x82\xd3\xe4\x93\x02\x11*\x0f/v0/meshes/{id}\x12\x9e\x01\n\nCreateMesh\x12;.luminary.proto.api.v0.luminarycloud.mesh.CreateMeshRequest\x1a<.luminary.proto.api.v0.luminarycloud.mesh.CreateMeshResponse\"\x15\x82\xd3\xe4\x93\x02\x0f\"\n/v0/meshes:\x01*\x12\x90\x01\n\rCreateHexMesh\x12>.luminary.proto.api.v0.luminarycloud.mesh.CreateHexMeshRequest\x1a?.luminary.proto.api.v0.luminarycloud.mesh.CreateHexMeshResponseB8Z6luminarycloud.com/core/proto/api/v0/luminarycloud/meshb\x06proto3')
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
@@ -293,6 +293,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
293
293
|
|
|
294
294
|
DESCRIPTOR._options = None
|
|
295
295
|
DESCRIPTOR._serialized_options = b'Z6luminarycloud.com/core/proto/api/v0/luminarycloud/mesh'
|
|
296
|
+
_MESHGENERATIONPARAMS_VOLUMEPARAMS.fields_by_name['volumes']._options = None
|
|
297
|
+
_MESHGENERATIONPARAMS_VOLUMEPARAMS.fields_by_name['volumes']._serialized_options = b'\030\001'
|
|
296
298
|
_MESHSERVICE.methods_by_name['GetMesh']._options = None
|
|
297
299
|
_MESHSERVICE.methods_by_name['GetMesh']._serialized_options = b'\202\323\344\223\002\021\022\017/v0/meshes/{id}'
|
|
298
300
|
_MESHSERVICE.methods_by_name['GetMeshMetadata']._options = None
|
|
@@ -348,31 +350,31 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
348
350
|
_MESHADAPTATIONPARAMS._serialized_start=2580
|
|
349
351
|
_MESHADAPTATIONPARAMS._serialized_end=2696
|
|
350
352
|
_MESHGENERATIONPARAMS._serialized_start=2699
|
|
351
|
-
_MESHGENERATIONPARAMS._serialized_end=
|
|
353
|
+
_MESHGENERATIONPARAMS._serialized_end=4824
|
|
352
354
|
_MESHGENERATIONPARAMS_VOLUMEPARAMS._serialized_start=3646
|
|
353
|
-
_MESHGENERATIONPARAMS_VOLUMEPARAMS._serialized_end=
|
|
354
|
-
_MESHGENERATIONPARAMS_MODELPARAMS._serialized_start=
|
|
355
|
-
_MESHGENERATIONPARAMS_MODELPARAMS._serialized_end=
|
|
356
|
-
_MESHGENERATIONPARAMS_BOUNDARYLAYERPARAMS._serialized_start=
|
|
357
|
-
_MESHGENERATIONPARAMS_BOUNDARYLAYERPARAMS._serialized_end=
|
|
358
|
-
_MESHGENERATIONPARAMS_REFINEMENTREGIONPARAMS._serialized_start=
|
|
359
|
-
_MESHGENERATIONPARAMS_REFINEMENTREGIONPARAMS._serialized_end=
|
|
360
|
-
_MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS._serialized_start=
|
|
361
|
-
_MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS._serialized_end=
|
|
362
|
-
_MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS_COMPLEXITYTYPE._serialized_start=
|
|
363
|
-
_MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS_COMPLEXITYTYPE._serialized_end=
|
|
364
|
-
_MESHGENERATIONPARAMS_OVERSETPARAMS._serialized_start=
|
|
365
|
-
_MESHGENERATIONPARAMS_OVERSETPARAMS._serialized_end=
|
|
366
|
-
_MESHGENERATIONPARAMS_MESHINGMODE._serialized_start=
|
|
367
|
-
_MESHGENERATIONPARAMS_MESHINGMODE._serialized_end=
|
|
368
|
-
_MESHGENERATIONPARAMS_MESHINGMODE_DEFAULT._serialized_start=
|
|
369
|
-
_MESHGENERATIONPARAMS_MESHINGMODE_DEFAULT._serialized_end=
|
|
370
|
-
_MESHGENERATIONPARAMS_MESHINGMODE_BASE._serialized_start=
|
|
371
|
-
_MESHGENERATIONPARAMS_MESHINGMODE_BASE._serialized_end=
|
|
372
|
-
_CREATEHEXMESHREQUEST._serialized_start=
|
|
373
|
-
_CREATEHEXMESHREQUEST._serialized_end=
|
|
374
|
-
_CREATEHEXMESHRESPONSE._serialized_start=
|
|
375
|
-
_CREATEHEXMESHRESPONSE._serialized_end=
|
|
376
|
-
_MESHSERVICE._serialized_start=
|
|
377
|
-
_MESHSERVICE._serialized_end=
|
|
355
|
+
_MESHGENERATIONPARAMS_VOLUMEPARAMS._serialized_end=3742
|
|
356
|
+
_MESHGENERATIONPARAMS_MODELPARAMS._serialized_start=3744
|
|
357
|
+
_MESHGENERATIONPARAMS_MODELPARAMS._serialized_end=3812
|
|
358
|
+
_MESHGENERATIONPARAMS_BOUNDARYLAYERPARAMS._serialized_start=3814
|
|
359
|
+
_MESHGENERATIONPARAMS_BOUNDARYLAYERPARAMS._serialized_end=3914
|
|
360
|
+
_MESHGENERATIONPARAMS_REFINEMENTREGIONPARAMS._serialized_start=3917
|
|
361
|
+
_MESHGENERATIONPARAMS_REFINEMENTREGIONPARAMS._serialized_end=4312
|
|
362
|
+
_MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS._serialized_start=4315
|
|
363
|
+
_MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS._serialized_end=4546
|
|
364
|
+
_MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS_COMPLEXITYTYPE._serialized_start=4500
|
|
365
|
+
_MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS_COMPLEXITYTYPE._serialized_end=4546
|
|
366
|
+
_MESHGENERATIONPARAMS_OVERSETPARAMS._serialized_start=4548
|
|
367
|
+
_MESHGENERATIONPARAMS_OVERSETPARAMS._serialized_end=4581
|
|
368
|
+
_MESHGENERATIONPARAMS_MESHINGMODE._serialized_start=4584
|
|
369
|
+
_MESHGENERATIONPARAMS_MESHINGMODE._serialized_end=4824
|
|
370
|
+
_MESHGENERATIONPARAMS_MESHINGMODE_DEFAULT._serialized_start=4799
|
|
371
|
+
_MESHGENERATIONPARAMS_MESHINGMODE_DEFAULT._serialized_end=4808
|
|
372
|
+
_MESHGENERATIONPARAMS_MESHINGMODE_BASE._serialized_start=4810
|
|
373
|
+
_MESHGENERATIONPARAMS_MESHINGMODE_BASE._serialized_end=4816
|
|
374
|
+
_CREATEHEXMESHREQUEST._serialized_start=4826
|
|
375
|
+
_CREATEHEXMESHREQUEST._serialized_end=4930
|
|
376
|
+
_CREATEHEXMESHRESPONSE._serialized_start=4932
|
|
377
|
+
_CREATEHEXMESHRESPONSE._serialized_end=4972
|
|
378
|
+
_MESHSERVICE._serialized_start=4975
|
|
379
|
+
_MESHSERVICE._serialized_end=6299
|
|
378
380
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -528,6 +528,7 @@ class MeshGenerationParams(google.protobuf.message.Message):
|
|
|
528
528
|
MIN_SIZE_FIELD_NUMBER: builtins.int
|
|
529
529
|
MAX_SIZE_FIELD_NUMBER: builtins.int
|
|
530
530
|
VOLUMES_FIELD_NUMBER: builtins.int
|
|
531
|
+
VOLUME_ENTITIES_FIELD_NUMBER: builtins.int
|
|
531
532
|
min_size: builtins.float
|
|
532
533
|
"""The minimum mesh element size in meters; should be > 0.0"""
|
|
533
534
|
max_size: builtins.float
|
|
@@ -537,14 +538,17 @@ class MeshGenerationParams(google.protobuf.message.Message):
|
|
|
537
538
|
"""Volumes this set of parameters applies to
|
|
538
539
|
Each volume should belong to one and only one instance of VolumeParams
|
|
539
540
|
"""
|
|
541
|
+
@property
|
|
542
|
+
def volume_entities(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
|
|
540
543
|
def __init__(
|
|
541
544
|
self,
|
|
542
545
|
*,
|
|
543
546
|
min_size: builtins.float = ...,
|
|
544
547
|
max_size: builtins.float = ...,
|
|
545
548
|
volumes: collections.abc.Iterable[builtins.int] | None = ...,
|
|
549
|
+
volume_entities: collections.abc.Iterable[builtins.str] | None = ...,
|
|
546
550
|
) -> None: ...
|
|
547
|
-
def ClearField(self, field_name: typing_extensions.Literal["max_size", b"max_size", "min_size", b"min_size", "volumes", b"volumes"]) -> None: ...
|
|
551
|
+
def ClearField(self, field_name: typing_extensions.Literal["max_size", b"max_size", "min_size", b"min_size", "volume_entities", b"volume_entities", "volumes", b"volumes"]) -> None: ...
|
|
548
552
|
|
|
549
553
|
class ModelParams(google.protobuf.message.Message):
|
|
550
554
|
"""Model meshing parameters"""
|
|
@@ -21,12 +21,14 @@ 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\"\x87\x01\n\x06Import\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\"\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\"\xde\x04\n\x07\x46\x65\x61ture\x12\x31\n\x06import\x18\x01 \x01(\x0b\x32\x1f.luminary.proto.geometry.ImportH\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\"\xb2\x06\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\"\xb0\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\"\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\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\"\x87\x01\n\x06Import\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\"\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\"\xde\x04\n\x07\x46\x65\x61ture\x12\x31\n\x06import\x18\x01 \x01(\x0b\x32\x1f.luminary.proto.geometry.ImportH\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\"\xb2\x06\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\"\xb0\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\"\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)
|
|
28
28
|
_SHRINKWRAPMODE = DESCRIPTOR.enum_types_by_name['ShrinkwrapMode']
|
|
29
29
|
ShrinkwrapMode = enum_type_wrapper.EnumTypeWrapper(_SHRINKWRAPMODE)
|
|
30
|
+
_KERNELTYPE = DESCRIPTOR.enum_types_by_name['KernelType']
|
|
31
|
+
KernelType = enum_type_wrapper.EnumTypeWrapper(_KERNELTYPE)
|
|
30
32
|
UNSPECIFIED = 0
|
|
31
33
|
BODY = 1
|
|
32
34
|
VOLUME = 2
|
|
@@ -36,6 +38,9 @@ VERTEX = 5
|
|
|
36
38
|
AUTOMATIC = 0
|
|
37
39
|
MINMAX = 1
|
|
38
40
|
UNIFORM = 2
|
|
41
|
+
UNKNOWN = 0
|
|
42
|
+
CONTINUOUS = 1
|
|
43
|
+
DISCRETE = 2
|
|
39
44
|
|
|
40
45
|
|
|
41
46
|
_IMPORT = DESCRIPTOR.message_types_by_name['Import']
|
|
@@ -263,6 +268,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
263
268
|
_ENTITYTYPE._serialized_end=4885
|
|
264
269
|
_SHRINKWRAPMODE._serialized_start=4887
|
|
265
270
|
_SHRINKWRAPMODE._serialized_end=4943
|
|
271
|
+
_KERNELTYPE._serialized_start=4945
|
|
272
|
+
_KERNELTYPE._serialized_end=5000
|
|
266
273
|
_IMPORT._serialized_start=240
|
|
267
274
|
_IMPORT._serialized_end=375
|
|
268
275
|
_CREATE._serialized_start=378
|
|
@@ -64,6 +64,25 @@ MINMAX: ShrinkwrapMode.ValueType # 1
|
|
|
64
64
|
UNIFORM: ShrinkwrapMode.ValueType # 2
|
|
65
65
|
global___ShrinkwrapMode = ShrinkwrapMode
|
|
66
66
|
|
|
67
|
+
class _KernelType:
|
|
68
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
69
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
70
|
+
|
|
71
|
+
class _KernelTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_KernelType.ValueType], builtins.type): # noqa: F821
|
|
72
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
73
|
+
UNKNOWN: _KernelType.ValueType # 0
|
|
74
|
+
CONTINUOUS: _KernelType.ValueType # 1
|
|
75
|
+
"""Currently, ACIS"""
|
|
76
|
+
DISCRETE: _KernelType.ValueType # 2
|
|
77
|
+
|
|
78
|
+
class KernelType(_KernelType, metaclass=_KernelTypeEnumTypeWrapper): ...
|
|
79
|
+
|
|
80
|
+
UNKNOWN: KernelType.ValueType # 0
|
|
81
|
+
CONTINUOUS: KernelType.ValueType # 1
|
|
82
|
+
"""Currently, ACIS"""
|
|
83
|
+
DISCRETE: KernelType.ValueType # 2
|
|
84
|
+
global___KernelType = KernelType
|
|
85
|
+
|
|
67
86
|
class Import(google.protobuf.message.Message):
|
|
68
87
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
69
88
|
|
|
@@ -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\"\
|
|
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\"\xc9\x05\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\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_meshJ\x04\x08\x01\x10\x02\"\xf8\x04\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\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_meshJ\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)
|
|
@@ -203,13 +203,13 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
203
203
|
_REFINEMENTLEVEL.fields_by_name['level']._options = None
|
|
204
204
|
_REFINEMENTLEVEL.fields_by_name['level']._serialized_options = b'\202\262\031\013\n\t\t\000\000\000\000\000\000\000@'
|
|
205
205
|
_REFINEMENTSURFACES.fields_by_name['refinement_min_level']._options = None
|
|
206
|
-
_REFINEMENTSURFACES.fields_by_name['refinement_min_level']._serialized_options = b'\202\262\031\
|
|
206
|
+
_REFINEMENTSURFACES.fields_by_name['refinement_min_level']._serialized_options = b'\202\262\031\0020\002'
|
|
207
207
|
_REFINEMENTSURFACES.fields_by_name['refinement_max_level']._options = None
|
|
208
|
-
_REFINEMENTSURFACES.fields_by_name['refinement_max_level']._serialized_options = b'\202\262\031\
|
|
208
|
+
_REFINEMENTSURFACES.fields_by_name['refinement_max_level']._serialized_options = b'\202\262\031\0020\002'
|
|
209
209
|
_CASTELLATEDMESHCONTROLS_REFINEMENTSURFACESENTRY._options = None
|
|
210
210
|
_CASTELLATEDMESHCONTROLS_REFINEMENTSURFACESENTRY._serialized_options = b'8\001'
|
|
211
211
|
_CASTELLATEDMESHCONTROLS.fields_by_name['max_global_cells']._options = None
|
|
212
|
-
_CASTELLATEDMESHCONTROLS.fields_by_name['max_global_cells']._serialized_options = b'\202\262\031\
|
|
212
|
+
_CASTELLATEDMESHCONTROLS.fields_by_name['max_global_cells']._serialized_options = b'\202\262\031\0060\200\210\336\276\001'
|
|
213
213
|
_CASTELLATEDMESHCONTROLS.fields_by_name['min_refinement_cells']._options = None
|
|
214
214
|
_CASTELLATEDMESHCONTROLS.fields_by_name['min_refinement_cells']._serialized_options = b'\202\262\031\0020d'
|
|
215
215
|
_CASTELLATEDMESHCONTROLS.fields_by_name['n_cells_between_levels']._options = None
|
|
@@ -276,8 +276,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
276
276
|
_HEXMESHSPEC_REFINEMENTREGIONSFROMSTLSENTRY._serialized_options = b'8\001'
|
|
277
277
|
_HEXMESHSPEC_NAMESTOFILEURLSENTRY._options = None
|
|
278
278
|
_HEXMESHSPEC_NAMESTOFILEURLSENTRY._serialized_options = b'8\001'
|
|
279
|
-
_REFINEMENTSPECMODE._serialized_start=
|
|
280
|
-
_REFINEMENTSPECMODE._serialized_end=
|
|
279
|
+
_REFINEMENTSPECMODE._serialized_start=5316
|
|
280
|
+
_REFINEMENTSPECMODE._serialized_end=5442
|
|
281
281
|
_REFINEMENTLEVEL._serialized_start=130
|
|
282
282
|
_REFINEMENTLEVEL._serialized_end=253
|
|
283
283
|
_REFINEMENTSPEC._serialized_start=256
|
|
@@ -287,35 +287,35 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
287
287
|
_BACKGROUNDMESH._serialized_start=441
|
|
288
288
|
_BACKGROUNDMESH._serialized_end=547
|
|
289
289
|
_REFINEMENTSURFACES._serialized_start=550
|
|
290
|
-
_REFINEMENTSURFACES._serialized_end=
|
|
291
|
-
_CASTELLATEDMESHCONTROLS._serialized_start=
|
|
292
|
-
_CASTELLATEDMESHCONTROLS._serialized_end=
|
|
293
|
-
_CASTELLATEDMESHCONTROLS_REFINEMENTSURFACESENTRY._serialized_start=
|
|
294
|
-
_CASTELLATEDMESHCONTROLS_REFINEMENTSURFACESENTRY._serialized_end=
|
|
295
|
-
_FEATUREEDGES._serialized_start=
|
|
296
|
-
_FEATUREEDGES._serialized_end=
|
|
297
|
-
_SNAPCONTROLS._serialized_start=
|
|
298
|
-
_SNAPCONTROLS._serialized_end=
|
|
299
|
-
_ADDLAYERSCONTROLS._serialized_start=
|
|
300
|
-
_ADDLAYERSCONTROLS._serialized_end=
|
|
301
|
-
_ADDLAYERSCONTROLS_NSURFACELAYERSENTRY._serialized_start=
|
|
302
|
-
_ADDLAYERSCONTROLS_NSURFACELAYERSENTRY._serialized_end=
|
|
303
|
-
_REFINEMENTREGIONPARAMS._serialized_start=
|
|
304
|
-
_REFINEMENTREGIONPARAMS._serialized_end=
|
|
305
|
-
_OPENFOAMMESHSHMCONFIG._serialized_start=
|
|
306
|
-
_OPENFOAMMESHSHMCONFIG._serialized_end=
|
|
307
|
-
_OPENFOAMMESHSHMCONFIG_FEATUREEDGESENTRY._serialized_start=
|
|
308
|
-
_OPENFOAMMESHSHMCONFIG_FEATUREEDGESENTRY._serialized_end=
|
|
309
|
-
_OPENFOAMMESHCONFIG._serialized_start=
|
|
310
|
-
_OPENFOAMMESHCONFIG._serialized_end=
|
|
311
|
-
_OPENFOAMMESHCONFIG_REFINEMENTREGIONSFROMSTLSENTRY._serialized_start=
|
|
312
|
-
_OPENFOAMMESHCONFIG_REFINEMENTREGIONSFROMSTLSENTRY._serialized_end=
|
|
313
|
-
_OPENFOAMMESHCONFIG_NAMESTOFILEURLSENTRY._serialized_start=
|
|
314
|
-
_OPENFOAMMESHCONFIG_NAMESTOFILEURLSENTRY._serialized_end=
|
|
315
|
-
_HEXMESHSPEC._serialized_start=
|
|
316
|
-
_HEXMESHSPEC._serialized_end=
|
|
317
|
-
_HEXMESHSPEC_REFINEMENTREGIONSFROMSTLSENTRY._serialized_start=
|
|
318
|
-
_HEXMESHSPEC_REFINEMENTREGIONSFROMSTLSENTRY._serialized_end=
|
|
319
|
-
_HEXMESHSPEC_NAMESTOFILEURLSENTRY._serialized_start=
|
|
320
|
-
_HEXMESHSPEC_NAMESTOFILEURLSENTRY._serialized_end=
|
|
290
|
+
_REFINEMENTSURFACES._serialized_end=718
|
|
291
|
+
_CASTELLATEDMESHCONTROLS._serialized_start=721
|
|
292
|
+
_CASTELLATEDMESHCONTROLS._serialized_end=1370
|
|
293
|
+
_CASTELLATEDMESHCONTROLS_REFINEMENTSURFACESENTRY._serialized_start=1170
|
|
294
|
+
_CASTELLATEDMESHCONTROLS_REFINEMENTSURFACESENTRY._serialized_end=1271
|
|
295
|
+
_FEATUREEDGES._serialized_start=1373
|
|
296
|
+
_FEATUREEDGES._serialized_end=1515
|
|
297
|
+
_SNAPCONTROLS._serialized_start=1518
|
|
298
|
+
_SNAPCONTROLS._serialized_end=1813
|
|
299
|
+
_ADDLAYERSCONTROLS._serialized_start=1816
|
|
300
|
+
_ADDLAYERSCONTROLS._serialized_end=3187
|
|
301
|
+
_ADDLAYERSCONTROLS_NSURFACELAYERSENTRY._serialized_start=2728
|
|
302
|
+
_ADDLAYERSCONTROLS_NSURFACELAYERSENTRY._serialized_end=2781
|
|
303
|
+
_REFINEMENTREGIONPARAMS._serialized_start=3190
|
|
304
|
+
_REFINEMENTREGIONPARAMS._serialized_end=3356
|
|
305
|
+
_OPENFOAMMESHSHMCONFIG._serialized_start=3359
|
|
306
|
+
_OPENFOAMMESHSHMCONFIG._serialized_end=3963
|
|
307
|
+
_OPENFOAMMESHSHMCONFIG_FEATUREEDGESENTRY._serialized_start=3777
|
|
308
|
+
_OPENFOAMMESHSHMCONFIG_FEATUREEDGESENTRY._serialized_end=3866
|
|
309
|
+
_OPENFOAMMESHCONFIG._serialized_start=3966
|
|
310
|
+
_OPENFOAMMESHCONFIG._serialized_end=4679
|
|
311
|
+
_OPENFOAMMESHCONFIG_REFINEMENTREGIONSFROMSTLSENTRY._serialized_start=4483
|
|
312
|
+
_OPENFOAMMESHCONFIG_REFINEMENTREGIONSFROMSTLSENTRY._serialized_end=4587
|
|
313
|
+
_OPENFOAMMESHCONFIG_NAMESTOFILEURLSENTRY._serialized_start=4589
|
|
314
|
+
_OPENFOAMMESHCONFIG_NAMESTOFILEURLSENTRY._serialized_end=4643
|
|
315
|
+
_HEXMESHSPEC._serialized_start=4682
|
|
316
|
+
_HEXMESHSPEC._serialized_end=5314
|
|
317
|
+
_HEXMESHSPEC_REFINEMENTREGIONSFROMSTLSENTRY._serialized_start=4483
|
|
318
|
+
_HEXMESHSPEC_REFINEMENTREGIONSFROMSTLSENTRY._serialized_end=4587
|
|
319
|
+
_HEXMESHSPEC_NAMESTOFILEURLSENTRY._serialized_start=4589
|
|
320
|
+
_HEXMESHSPEC_NAMESTOFILEURLSENTRY._serialized_end=4643
|
|
321
321
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -127,13 +127,13 @@ class RefinementSurfaces(google.protobuf.message.Message):
|
|
|
127
127
|
|
|
128
128
|
REFINEMENT_MIN_LEVEL_FIELD_NUMBER: builtins.int
|
|
129
129
|
REFINEMENT_MAX_LEVEL_FIELD_NUMBER: builtins.int
|
|
130
|
-
refinement_min_level: builtins.
|
|
131
|
-
refinement_max_level: builtins.
|
|
130
|
+
refinement_min_level: builtins.int
|
|
131
|
+
refinement_max_level: builtins.int
|
|
132
132
|
def __init__(
|
|
133
133
|
self,
|
|
134
134
|
*,
|
|
135
|
-
refinement_min_level: builtins.
|
|
136
|
-
refinement_max_level: builtins.
|
|
135
|
+
refinement_min_level: builtins.int | None = ...,
|
|
136
|
+
refinement_max_level: builtins.int | None = ...,
|
|
137
137
|
) -> None: ...
|
|
138
138
|
def HasField(self, field_name: typing_extensions.Literal["_refinement_max_level", b"_refinement_max_level", "_refinement_min_level", b"_refinement_min_level", "refinement_max_level", b"refinement_max_level", "refinement_min_level", b"refinement_min_level"]) -> builtins.bool: ...
|
|
139
139
|
def ClearField(self, field_name: typing_extensions.Literal["_refinement_max_level", b"_refinement_max_level", "_refinement_min_level", b"_refinement_min_level", "refinement_max_level", b"refinement_max_level", "refinement_min_level", b"refinement_min_level"]) -> None: ...
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: proto/inferenceservice/inferenceservice.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
+
from google.protobuf import message as _message
|
|
8
|
+
from google.protobuf import reflection as _reflection
|
|
9
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
+
# @@protoc_insertion_point(imports)
|
|
11
|
+
|
|
12
|
+
_sym_db = _symbol_database.Default()
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from luminarycloud._proto.base import base_pb2 as proto_dot_base_dot_base__pb2
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-proto/inferenceservice/inferenceservice.proto\x12\x1fluminary.proto.inferenceservice\x1a\x15proto/base/base.proto\"q\n CreateInferenceServiceJobRequest\x12\x0f\n\x07stl_url\x18\x01 \x01(\t\x12\x11\n\tmodel_url\x18\x02 \x01(\t\x12\x13\n\x0b\x63onfig_name\x18\x03 \x01(\t\x12\x14\n\x0cstencil_size\x18\x04 \x01(\x05\"5\n!CreateInferenceServiceJobResponse\x12\x10\n\x08response\x18\x01 \x01(\x0c\"*\n\x1bPingInferenceServiceRequest\x12\x0b\n\x03msg\x18\x01 \x01(\t\"+\n\x1cPingInferenceServiceResponse\x12\x0b\n\x03msg\x18\x01 \x01(\t2\xcd\x02\n\x10InferenceService\x12\xa2\x01\n\x19\x43reateInferenceServiceJob\x12\x41.luminary.proto.inferenceservice.CreateInferenceServiceJobRequest\x1a\x42.luminary.proto.inferenceservice.CreateInferenceServiceJobResponse\x12\x93\x01\n\x14PingInferenceService\x12<.luminary.proto.inferenceservice.PingInferenceServiceRequest\x1a=.luminary.proto.inferenceservice.PingInferenceServiceResponseB/Z-luminarycloud.com/core/proto/inferenceserviceb\x06proto3')
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
_CREATEINFERENCESERVICEJOBREQUEST = DESCRIPTOR.message_types_by_name['CreateInferenceServiceJobRequest']
|
|
23
|
+
_CREATEINFERENCESERVICEJOBRESPONSE = DESCRIPTOR.message_types_by_name['CreateInferenceServiceJobResponse']
|
|
24
|
+
_PINGINFERENCESERVICEREQUEST = DESCRIPTOR.message_types_by_name['PingInferenceServiceRequest']
|
|
25
|
+
_PINGINFERENCESERVICERESPONSE = DESCRIPTOR.message_types_by_name['PingInferenceServiceResponse']
|
|
26
|
+
CreateInferenceServiceJobRequest = _reflection.GeneratedProtocolMessageType('CreateInferenceServiceJobRequest', (_message.Message,), {
|
|
27
|
+
'DESCRIPTOR' : _CREATEINFERENCESERVICEJOBREQUEST,
|
|
28
|
+
'__module__' : 'proto.inferenceservice.inferenceservice_pb2'
|
|
29
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.inferenceservice.CreateInferenceServiceJobRequest)
|
|
30
|
+
})
|
|
31
|
+
_sym_db.RegisterMessage(CreateInferenceServiceJobRequest)
|
|
32
|
+
|
|
33
|
+
CreateInferenceServiceJobResponse = _reflection.GeneratedProtocolMessageType('CreateInferenceServiceJobResponse', (_message.Message,), {
|
|
34
|
+
'DESCRIPTOR' : _CREATEINFERENCESERVICEJOBRESPONSE,
|
|
35
|
+
'__module__' : 'proto.inferenceservice.inferenceservice_pb2'
|
|
36
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.inferenceservice.CreateInferenceServiceJobResponse)
|
|
37
|
+
})
|
|
38
|
+
_sym_db.RegisterMessage(CreateInferenceServiceJobResponse)
|
|
39
|
+
|
|
40
|
+
PingInferenceServiceRequest = _reflection.GeneratedProtocolMessageType('PingInferenceServiceRequest', (_message.Message,), {
|
|
41
|
+
'DESCRIPTOR' : _PINGINFERENCESERVICEREQUEST,
|
|
42
|
+
'__module__' : 'proto.inferenceservice.inferenceservice_pb2'
|
|
43
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.inferenceservice.PingInferenceServiceRequest)
|
|
44
|
+
})
|
|
45
|
+
_sym_db.RegisterMessage(PingInferenceServiceRequest)
|
|
46
|
+
|
|
47
|
+
PingInferenceServiceResponse = _reflection.GeneratedProtocolMessageType('PingInferenceServiceResponse', (_message.Message,), {
|
|
48
|
+
'DESCRIPTOR' : _PINGINFERENCESERVICERESPONSE,
|
|
49
|
+
'__module__' : 'proto.inferenceservice.inferenceservice_pb2'
|
|
50
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.inferenceservice.PingInferenceServiceResponse)
|
|
51
|
+
})
|
|
52
|
+
_sym_db.RegisterMessage(PingInferenceServiceResponse)
|
|
53
|
+
|
|
54
|
+
_INFERENCESERVICE = DESCRIPTOR.services_by_name['InferenceService']
|
|
55
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
56
|
+
|
|
57
|
+
DESCRIPTOR._options = None
|
|
58
|
+
DESCRIPTOR._serialized_options = b'Z-luminarycloud.com/core/proto/inferenceservice'
|
|
59
|
+
_CREATEINFERENCESERVICEJOBREQUEST._serialized_start=105
|
|
60
|
+
_CREATEINFERENCESERVICEJOBREQUEST._serialized_end=218
|
|
61
|
+
_CREATEINFERENCESERVICEJOBRESPONSE._serialized_start=220
|
|
62
|
+
_CREATEINFERENCESERVICEJOBRESPONSE._serialized_end=273
|
|
63
|
+
_PINGINFERENCESERVICEREQUEST._serialized_start=275
|
|
64
|
+
_PINGINFERENCESERVICEREQUEST._serialized_end=317
|
|
65
|
+
_PINGINFERENCESERVICERESPONSE._serialized_start=319
|
|
66
|
+
_PINGINFERENCESERVICERESPONSE._serialized_end=362
|
|
67
|
+
_INFERENCESERVICE._serialized_start=365
|
|
68
|
+
_INFERENCESERVICE._serialized_end=698
|
|
69
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import builtins
|
|
6
|
+
import google.protobuf.descriptor
|
|
7
|
+
import google.protobuf.message
|
|
8
|
+
import sys
|
|
9
|
+
|
|
10
|
+
if sys.version_info >= (3, 8):
|
|
11
|
+
import typing as typing_extensions
|
|
12
|
+
else:
|
|
13
|
+
import typing_extensions
|
|
14
|
+
|
|
15
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
16
|
+
|
|
17
|
+
class CreateInferenceServiceJobRequest(google.protobuf.message.Message):
|
|
18
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
19
|
+
|
|
20
|
+
STL_URL_FIELD_NUMBER: builtins.int
|
|
21
|
+
MODEL_URL_FIELD_NUMBER: builtins.int
|
|
22
|
+
CONFIG_NAME_FIELD_NUMBER: builtins.int
|
|
23
|
+
STENCIL_SIZE_FIELD_NUMBER: builtins.int
|
|
24
|
+
stl_url: builtins.str
|
|
25
|
+
model_url: builtins.str
|
|
26
|
+
config_name: builtins.str
|
|
27
|
+
stencil_size: builtins.int
|
|
28
|
+
def __init__(
|
|
29
|
+
self,
|
|
30
|
+
*,
|
|
31
|
+
stl_url: builtins.str = ...,
|
|
32
|
+
model_url: builtins.str = ...,
|
|
33
|
+
config_name: builtins.str = ...,
|
|
34
|
+
stencil_size: builtins.int = ...,
|
|
35
|
+
) -> None: ...
|
|
36
|
+
def ClearField(self, field_name: typing_extensions.Literal["config_name", b"config_name", "model_url", b"model_url", "stencil_size", b"stencil_size", "stl_url", b"stl_url"]) -> None: ...
|
|
37
|
+
|
|
38
|
+
global___CreateInferenceServiceJobRequest = CreateInferenceServiceJobRequest
|
|
39
|
+
|
|
40
|
+
class CreateInferenceServiceJobResponse(google.protobuf.message.Message):
|
|
41
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
42
|
+
|
|
43
|
+
RESPONSE_FIELD_NUMBER: builtins.int
|
|
44
|
+
response: builtins.bytes
|
|
45
|
+
def __init__(
|
|
46
|
+
self,
|
|
47
|
+
*,
|
|
48
|
+
response: builtins.bytes = ...,
|
|
49
|
+
) -> None: ...
|
|
50
|
+
def ClearField(self, field_name: typing_extensions.Literal["response", b"response"]) -> None: ...
|
|
51
|
+
|
|
52
|
+
global___CreateInferenceServiceJobResponse = CreateInferenceServiceJobResponse
|
|
53
|
+
|
|
54
|
+
class PingInferenceServiceRequest(google.protobuf.message.Message):
|
|
55
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
56
|
+
|
|
57
|
+
MSG_FIELD_NUMBER: builtins.int
|
|
58
|
+
msg: builtins.str
|
|
59
|
+
def __init__(
|
|
60
|
+
self,
|
|
61
|
+
*,
|
|
62
|
+
msg: builtins.str = ...,
|
|
63
|
+
) -> None: ...
|
|
64
|
+
def ClearField(self, field_name: typing_extensions.Literal["msg", b"msg"]) -> None: ...
|
|
65
|
+
|
|
66
|
+
global___PingInferenceServiceRequest = PingInferenceServiceRequest
|
|
67
|
+
|
|
68
|
+
class PingInferenceServiceResponse(google.protobuf.message.Message):
|
|
69
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
70
|
+
|
|
71
|
+
MSG_FIELD_NUMBER: builtins.int
|
|
72
|
+
msg: builtins.str
|
|
73
|
+
def __init__(
|
|
74
|
+
self,
|
|
75
|
+
*,
|
|
76
|
+
msg: builtins.str = ...,
|
|
77
|
+
) -> None: ...
|
|
78
|
+
def ClearField(self, field_name: typing_extensions.Literal["msg", b"msg"]) -> None: ...
|
|
79
|
+
|
|
80
|
+
global___PingInferenceServiceResponse = PingInferenceServiceResponse
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# File: python/sdk/luminarycloud/inference/inference.py
|
|
2
|
+
# Copyright 2025 Luminary Cloud, Inc. All Rights Reserved.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from datetime import datetime
|
|
6
|
+
from typing import Any
|
|
7
|
+
from json import loads as json_loads
|
|
8
|
+
|
|
9
|
+
from .._client import get_default_client
|
|
10
|
+
from .._helpers._timestamp_to_datetime import timestamp_to_datetime
|
|
11
|
+
from .._proto.api.v0.luminarycloud.inference import inference_pb2 as inferencepb
|
|
12
|
+
from .._proto.inferenceservice import inferenceservice_pb2 as inferenceservicepb
|
|
13
|
+
from .._wrapper import ProtoWrapper, ProtoWrapperBase
|
|
14
|
+
from .._helpers.warnings import experimental
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
@experimental
|
|
18
|
+
def start_inference_job(
|
|
19
|
+
stl_url: str,
|
|
20
|
+
model_url: str,
|
|
21
|
+
config_name: str,
|
|
22
|
+
stencil_size: int,
|
|
23
|
+
) -> dict[str, Any]:
|
|
24
|
+
"""Creates an inference service job.
|
|
25
|
+
Parameters
|
|
26
|
+
----------
|
|
27
|
+
stl_url : str
|
|
28
|
+
URL of the STL file to be used for inference.
|
|
29
|
+
model_url : str
|
|
30
|
+
URL of the model to be used for inference.
|
|
31
|
+
config_name :str
|
|
32
|
+
Name of the configuration to be used for inference.
|
|
33
|
+
stencil_size :int
|
|
34
|
+
Size of the stencil to be used for inference.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
Returns
|
|
38
|
+
dict[str, Any]
|
|
39
|
+
Response from the server as key-value pairs.
|
|
40
|
+
|
|
41
|
+
warning:: This feature is experimental and may change or be removed without notice.
|
|
42
|
+
"""
|
|
43
|
+
|
|
44
|
+
req = inferencepb.CreateInferenceServiceJobRequest(
|
|
45
|
+
stl_url=stl_url,
|
|
46
|
+
model_url=model_url,
|
|
47
|
+
config_name=config_name,
|
|
48
|
+
stencil_size=stencil_size,
|
|
49
|
+
)
|
|
50
|
+
|
|
51
|
+
res: inferencepb.CreateInferenceServiceJobResponse = (
|
|
52
|
+
get_default_client().CreateInferenceServiceJob(req)
|
|
53
|
+
)
|
|
54
|
+
|
|
55
|
+
return json_loads(str(res.response, encoding="utf-8"))
|
|
@@ -26,7 +26,7 @@ luminarycloud/_auth/exceptions.py,sha256=XsjA6xxFGnufP5V7BOxnq_syuSRrLa-HWntncW5
|
|
|
26
26
|
luminarycloud/_auth/util.py,sha256=EmDl9BBV0SuKVyyq7PyYXPyOEkWBJRIqPN46l2srjEg,1040
|
|
27
27
|
luminarycloud/_client/__init__.py,sha256=q-q1lnJE9EirX5p_O15FnanUoSYdEOD5zP1XrUedKMU,681
|
|
28
28
|
luminarycloud/_client/authentication_plugin.py,sha256=eJXs0b8pYih12fBU1vgJ8gGpAdtjfbqCuxSprjR-p9E,1351
|
|
29
|
-
luminarycloud/_client/client.py,sha256=
|
|
29
|
+
luminarycloud/_client/client.py,sha256=zQWEc_5fqPVdmXl9guHF4EzWKcBmH64-afU34OMe0HQ,9342
|
|
30
30
|
luminarycloud/_client/config.py,sha256=o_HJsmPOLaeorYToR9_wzNhJYRoFnmeqcxCRAoUAqZk,236
|
|
31
31
|
luminarycloud/_client/logging_interceptor.py,sha256=I7xJzTQoV5O_Ioi7OjWXI2mQWxdpbagu7QnzbJSFcHg,2593
|
|
32
32
|
luminarycloud/_client/retry_interceptor.py,sha256=XrgBXAbFK53lu2m7JILQ0WAR-KwSIH-FnwoS8oqo98U,2470
|
|
@@ -56,12 +56,16 @@ luminarycloud/_helpers/warnings/deprecated.py,sha256=1SnhBAUqntgxHRMFG4Gzy_yqOMn
|
|
|
56
56
|
luminarycloud/_helpers/warnings/experimental.py,sha256=pT9xY50DZloLMTihcGzbZd3_sDrrjEmPHFkZbw9ovRs,1115
|
|
57
57
|
luminarycloud/_proto/api/v0/luminarycloud/common/common_pb2.py,sha256=KhSuLqqLRCv1rRKP0mwNmneITQsZwLSs2uD23_ehJbQ,4176
|
|
58
58
|
luminarycloud/_proto/api/v0/luminarycloud/common/common_pb2.pyi,sha256=49g0e_2FuSdbmcfkdXRgnB0Refnn9Tzl6M0V-V_IpI4,5674
|
|
59
|
-
luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.py,sha256=
|
|
60
|
-
luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.pyi,sha256=
|
|
59
|
+
luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.py,sha256=jWWQLu6wcvLALanjcF0LIlRWBWcYxZbWvEwPiiRYbO4,54325
|
|
60
|
+
luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.pyi,sha256=rD57ej_1Jr8zLNCTD1jxS-VzjUo6wDC294Qs3U2Cg0o,51662
|
|
61
61
|
luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2_grpc.py,sha256=zNBFKEbXidHnH2ohOoDclOUAOjZmnrCmHVNi79smj8s,45970
|
|
62
62
|
luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2_grpc.pyi,sha256=9wNhHoV2YxF5syg0XgpVOASIaF6v6Etgwpi5Dk-VRLM,16977
|
|
63
|
-
luminarycloud/_proto/api/v0/luminarycloud/
|
|
64
|
-
luminarycloud/_proto/api/v0/luminarycloud/
|
|
63
|
+
luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2.py,sha256=CznjzMa-1L2mPm7FtlFQL1iwiKgfYdm18hYIZbT9uEI,4219
|
|
64
|
+
luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2.pyi,sha256=Z5O30zhcJ5eZpp3JUgchA8h9QH_Zr-nnJlDKCP1gHMw,2889
|
|
65
|
+
luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2_grpc.py,sha256=kPfG5fIgEWRghcAf0UPk_LsRFBS4IDxiZ6JEx4fTsjc,3259
|
|
66
|
+
luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2_grpc.pyi,sha256=w7uRtY0S39MDkOQC75pdGplIzoVxE7EyielgLZpvpvE,1167
|
|
67
|
+
luminarycloud/_proto/api/v0/luminarycloud/mesh/mesh_pb2.py,sha256=6y0lLj1YsQ_xIJlB3_H4-BQ-YhmfA7ozgxYEcNlPxcg,29997
|
|
68
|
+
luminarycloud/_proto/api/v0/luminarycloud/mesh/mesh_pb2.pyi,sha256=rLmi6-XdZrfuRQxlP0xpmiVwg2w4HnsEqVhVVgDfmZI,40111
|
|
65
69
|
luminarycloud/_proto/api/v0/luminarycloud/mesh/mesh_pb2_grpc.py,sha256=klRUtId5bbK5ysQZm3pqpa7HW721GTgcif2kAVPDh_s,16036
|
|
66
70
|
luminarycloud/_proto/api/v0/luminarycloud/mesh/mesh_pb2_grpc.pyi,sha256=0RAGudvtIY4sxoRzqWhdZ8HGtg5rzXJJum947TzxQeY,5269
|
|
67
71
|
luminarycloud/_proto/api/v0/luminarycloud/named_variable_set/named_variable_set_pb2.py,sha256=nL1JlSvz7SMzOsPnkws9lKwP6FtQ9riOgsLihQY_P1g,18398
|
|
@@ -148,10 +152,12 @@ luminarycloud/_proto/fvm/solver_results_pb2.py,sha256=eP6iV92nfV4YcNOocn7Y3Y9uU4
|
|
|
148
152
|
luminarycloud/_proto/fvm/solver_results_pb2.pyi,sha256=HCy3N9rOnDwDN_2y-eYmMzWJv5TIClSo_XpanNVCYqs,6665
|
|
149
153
|
luminarycloud/_proto/fvm/vof_initialization_pb2.py,sha256=sojYSJKPETIecEc1uQYQAto0d1mvrvnNFqlAIPIsiU4,5483
|
|
150
154
|
luminarycloud/_proto/fvm/vof_initialization_pb2.pyi,sha256=Lz18bv9OvARqs5IN78OL51J9HQh3wrnwulFBF04-ChY,8650
|
|
151
|
-
luminarycloud/_proto/geometry/geometry_pb2.py,sha256=
|
|
152
|
-
luminarycloud/_proto/geometry/geometry_pb2.pyi,sha256=
|
|
153
|
-
luminarycloud/_proto/hexmesh/hexmesh_pb2.py,sha256=
|
|
154
|
-
luminarycloud/_proto/hexmesh/hexmesh_pb2.pyi,sha256=
|
|
155
|
+
luminarycloud/_proto/geometry/geometry_pb2.py,sha256=V0IKZgSKF9qwgIlkH43C0B7FGHWZKACs4trheEjzc8g,22163
|
|
156
|
+
luminarycloud/_proto/geometry/geometry_pb2.pyi,sha256=k--qGcF7Cdvt1_uaeYxr3j4UnPNJB6-k1ZxLQ1RfGmw,43027
|
|
157
|
+
luminarycloud/_proto/hexmesh/hexmesh_pb2.py,sha256=2U07p9s9TLCVCGOtz7Q41K3CZb7mFtx0WKGdxC1mb-Y,28461
|
|
158
|
+
luminarycloud/_proto/hexmesh/hexmesh_pb2.pyi,sha256=znpCjOA48AwQf2Z52SlExMbhJlvWa6jZwbd4V-Q9kdA,39453
|
|
159
|
+
luminarycloud/_proto/inferenceservice/inferenceservice_pb2.py,sha256=7A7A18Prph0KyVl4zpZkFTZEMjG-kJQzTydzVhiThCE,4510
|
|
160
|
+
luminarycloud/_proto/inferenceservice/inferenceservice_pb2.pyi,sha256=3XjVG_T0YRRp-SByimDFUuTemhE0KLmDZAb155I_zMg,2588
|
|
155
161
|
luminarycloud/_proto/lcn/lcmesh_pb2.py,sha256=Wezvq8djXrRv9luuNU7FYj3Pm5gjt4YBM7-wnwJaF6E,7479
|
|
156
162
|
luminarycloud/_proto/lcn/lcmesh_pb2.pyi,sha256=CFplaZIMsA-txXrU5HcsTkja9OxtLHj2ZEF_qN7jhuY,21738
|
|
157
163
|
luminarycloud/_proto/lcn/lcmeshcheckpoint_pb2.py,sha256=8hZnavu4HEBXhjNqQBAS0kAwjJmqvhSHzCp4NYqJ7aM,3887
|
|
@@ -472,6 +478,7 @@ luminarycloud/params/simulation/time/time_step_ramp/time_step_ramp_off_.py,sha25
|
|
|
472
478
|
luminarycloud/params/simulation/time/time_step_ramp/time_step_ramp_on_.py,sha256=jYkSbXNhyTNFw7SbocJgLw2caQYWQd5U3XFSxHv1iw4,1405
|
|
473
479
|
luminarycloud/physics_ai/__init__.py,sha256=vN6lSE7_fle5sJoYhD0zYiQ_lHx2pDJs00Rr3nUGrIA,245
|
|
474
480
|
luminarycloud/physics_ai/architectures.py,sha256=o1vP0_Ajd42FZBsBO9_4KHpmyoPBhO0ChN4KHZOO-p8,1185
|
|
481
|
+
luminarycloud/physics_ai/inference.py,sha256=CpI8HJoLuAZt_2OTG-_V2gZE2K0sOmBOrsxRHKjpAGs,1682
|
|
475
482
|
luminarycloud/physics_ai/models.py,sha256=Zkf5V2KsXbmZswcFHCMDxvgcISIHwhV5dUFq6Y1gaM4,1241
|
|
476
483
|
luminarycloud/types/__init__.py,sha256=Ka0ppKcdPcUg7yZ3djZLP6Dl4ghPRmJsNtX6D4wVcu4,542
|
|
477
484
|
luminarycloud/types/adfloat.py,sha256=4tSzTUetW8483kd-Q5DKTWLTOwU6rYsSVqXxOOkB1cc,5021
|
|
@@ -483,6 +490,6 @@ luminarycloud/vis/display.py,sha256=4nwDbueAKhlzfrzgr6HhdgIoZNqg1RnOtiJY6SaPE24,
|
|
|
483
490
|
luminarycloud/vis/filters.py,sha256=Q2swtQRlHim1zQdD3Ih9qhPbrhraN3c0fXFJCzWG9O0,31114
|
|
484
491
|
luminarycloud/vis/interactive_scene.py,sha256=Y_2_wITPqYA945aARfUQBBcA5ypekBhZZK7010Jr0mI,7913
|
|
485
492
|
luminarycloud/vis/visualization.py,sha256=BguMQhd5k9CEsf2XB7RzwgYXZKvFBDDvv1sAVaCwbfk,39489
|
|
486
|
-
luminarycloud-0.15.
|
|
487
|
-
luminarycloud-0.15.
|
|
488
|
-
luminarycloud-0.15.
|
|
493
|
+
luminarycloud-0.15.2.dist-info/METADATA,sha256=86OxtvZuMe853dL2bXO3H3Y7PtFbsE-GnC2Nh_MJpmw,2535
|
|
494
|
+
luminarycloud-0.15.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
495
|
+
luminarycloud-0.15.2.dist-info/RECORD,,
|
|
File without changes
|