ansys-api-discovery 0.6.3__py3-none-any.whl → 0.6.5__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.
Potentially problematic release.
This version of ansys-api-discovery might be problematic. Click here for more details.
- ansys/api/discovery/VERSION +1 -1
- ansys/api/discovery/v0/assignments/boltassignment.proto +40 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.py +37 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.pyi +95 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/conditions/acceleration.proto +52 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.py +365 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.pyi +118 -0
- ansys/api/discovery/v0/conditions/bearing.proto +47 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.py +200 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.pyi +68 -0
- ansys/api/discovery/v0/conditions/boltpreload.proto +94 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.pyi +218 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/{conditions.proto → conditions/condition.proto} +5 -4
- ansys/api/discovery/v0/conditions/condition_pb2.py +34 -0
- ansys/api/discovery/v0/{conditions_pb2.pyi → conditions/condition_pb2.pyi} +13 -6
- ansys/api/discovery/v0/{conditions_pb2_grpc.py → conditions/condition_pb2_grpc.py} +21 -21
- ansys/api/discovery/v0/{conditions_pb2_grpc.pyi → conditions/condition_pb2_grpc.pyi} +10 -10
- ansys/api/discovery/v0/conditions/convection.proto +43 -0
- ansys/api/discovery/v0/conditions/convection_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/convection_pb2.pyi +89 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/displacement.proto +105 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.pyi +209 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/{conditionsfluid.proto → conditions/flow.proto} +19 -24
- ansys/api/discovery/v0/conditions/flow_pb2.py +86 -0
- ansys/api/discovery/v0/{conditionsfluid_pb2.pyi → conditions/flow_pb2.pyi} +51 -34
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.py → conditions/flow_pb2_grpc.py} +86 -86
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.pyi → conditions/flow_pb2_grpc.pyi} +32 -32
- ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +13 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +28 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.pyi +7 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.py +66 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.pyi +24 -0
- ansys/api/discovery/v0/conditions/force.proto +131 -0
- ansys/api/discovery/v0/conditions/force_pb2.py +56 -0
- ansys/api/discovery/v0/conditions/force_pb2.pyi +286 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.py +829 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.pyi +257 -0
- ansys/api/discovery/v0/conditions/gravity.proto +39 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.py +32 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.pyi +65 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.pyi +91 -0
- ansys/api/discovery/v0/conditions/heat.proto +90 -0
- ansys/api/discovery/v0/conditions/heat_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/heat_pb2.pyi +210 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.py +332 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.pyi +108 -0
- ansys/api/discovery/v0/conditions/insulated.proto +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.pyi +73 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.py +100 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.pyi +35 -0
- ansys/api/discovery/v0/conditions/mass.proto +49 -0
- ansys/api/discovery/v0/conditions/mass_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/mass_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.pyi +88 -0
- ansys/api/discovery/v0/conditions/moment.proto +67 -0
- ansys/api/discovery/v0/conditions/moment_pb2.py +40 -0
- ansys/api/discovery/v0/conditions/moment_pb2.pyi +132 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.py +398 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.pyi +128 -0
- ansys/api/discovery/v0/conditions/porous.proto +116 -0
- ansys/api/discovery/v0/conditions/porous_pb2.py +44 -0
- ansys/api/discovery/v0/conditions/porous_pb2.pyi +217 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +534 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +181 -0
- ansys/api/discovery/v0/conditions/pressure.proto +43 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.py +134 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.pyi +48 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +57 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.py +136 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.pyi +54 -0
- ansys/api/discovery/v0/conditions/solidtemperature.proto +40 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.pyi +81 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/springpreload.proto +105 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.py +50 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.pyi +250 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/conditions/support.proto +98 -0
- ansys/api/discovery/v0/conditions/support_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/support_pb2.pyi +200 -0
- ansys/api/discovery/v0/{conditionsthermal_pb2_grpc.py → conditions/support_pb2_grpc.py} +251 -221
- ansys/api/discovery/v0/conditions/support_pb2_grpc.pyi +218 -0
- ansys/api/discovery/v0/conditions/velocity.proto +58 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.py +497 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.pyi +158 -0
- ansys/api/discovery/v0/conditions/wall.proto +209 -0
- ansys/api/discovery/v0/conditions/wall_pb2.py +70 -0
- ansys/api/discovery/v0/conditions/wall_pb2.pyi +494 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +633 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +211 -0
- ansys/api/discovery/v0/connections/contact.proto +110 -0
- ansys/api/discovery/v0/connections/contact_pb2.py +46 -0
- ansys/api/discovery/v0/connections/contact_pb2.pyi +242 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/connections/contactgroup.proto +89 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.py +37 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +178 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +860 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +266 -0
- ansys/api/discovery/v0/connections/joint.proto +56 -0
- ansys/api/discovery/v0/connections/joint_pb2.py +40 -0
- ansys/api/discovery/v0/connections/joint_pb2.pyi +129 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.py +167 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.pyi +58 -0
- ansys/api/discovery/v0/discoverymodels.proto +34 -17
- ansys/api/discovery/v0/discoverymodels_pb2.py +46 -40
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +118 -47
- ansys/api/discovery/v0/engineeringdata/boltdata.proto +37 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.py +36 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.pyi +81 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/monitors.proto +4 -4
- ansys/api/discovery/v0/monitors_pb2.py +10 -10
- ansys/api/discovery/v0/monitors_pb2.pyi +11 -11
- ansys/api/discovery/v0/solution.proto +4 -3
- ansys/api/discovery/v0/solution_pb2.py +16 -15
- ansys/api/discovery/v0/solution_pb2.pyi +11 -7
- ansys/api/discovery/v0/unsupported.proto +10 -0
- ansys/api/discovery/v0/unsupported_pb2.py +5 -3
- ansys/api/discovery/v0/unsupported_pb2.pyi +14 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.py +68 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +24 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/METADATA +13 -4
- ansys_api_discovery-0.6.5.dist-info/RECORD +200 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/WHEEL +1 -1
- ansys/api/discovery/v0/conditions_pb2.py +0 -33
- ansys/api/discovery/v0/conditionsfluid_pb2.py +0 -85
- ansys/api/discovery/v0/conditionsstructural.proto +0 -595
- ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -149
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -1216
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -4171
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -1303
- ansys/api/discovery/v0/conditionsthermal.proto +0 -179
- ansys/api/discovery/v0/conditionsthermal_pb2.py +0 -63
- ansys/api/discovery/v0/conditionsthermal_pb2.pyi +0 -399
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +0 -217
- ansys_api_discovery-0.6.3.dist-info/RECORD +0 -85
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: ansys/api/discovery/v0/conditions/support.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf.internal import builder as _builder
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from ansys.api.dbu.v0 import dbumodels_pb2 as ansys_dot_api_dot_dbu_dot_v0_dot_dbumodels__pb2
|
|
15
|
+
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/ansys/api/discovery/v0/conditions/support.proto\x12)ansys.api.discovery.v0.conditions.support\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xc1\x01\n!ChangeSupportSpecificationRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12^\n\x15support_specification\x18\x02 \x01(\x0e\x32?.ansys.api.discovery.v0.conditions.support.SupportSpecification\"b\n\x1dSupportGeneralCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\"\xc3\x01\n\x1eSupportGeneralCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12[\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32\x43.ansys.api.discovery.v0.conditions.support.SupportGeneralDefinition\"\xc6\x01\n\x1fSupportDisplacedCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12`\n\x11support_displaced\x18\x02 \x01(\x0b\x32\x45.ansys.api.discovery.v0.conditions.support.SupportDisplacedProperties\"\xc7\x01\n SupportDisplacedCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12]\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32\x45.ansys.api.discovery.v0.conditions.support.SupportDisplacedDefinition\"\x9c\x02\n\x18SupportGeneralDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12U\n\x0csupport_type\x18\x06 \x01(\x0e\x32?.ansys.api.discovery.v0.conditions.support.SupportSpecification\"\xe8\x02\n\x1aSupportDisplacedDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12U\n\x0csupport_type\x18\x06 \x01(\x0e\x32?.ansys.api.discovery.v0.conditions.support.SupportSpecification\x12H\n\x0c\x64isplacement\x18\x07 \x01(\x0b\x32\x32.ansys.api.discovery.v0.TensorOfOptionalQuantities\"f\n\x1aSupportDisplacedProperties\x12H\n\x0c\x64isplacement\x18\x01 \x01(\x0b\x32\x32.ansys.api.discovery.v0.TensorOfOptionalQuantities*S\n\x14SupportSpecification\x12\t\n\x05\x46IXED\x10\x00\x12\x0b\n\x07SLIDING\x10\x01\x12\n\n\x06HINGED\x10\x02\x12\x08\n\x04\x42\x41LL\x10\x03\x12\r\n\tDISPLACED\x10\x04\x32\xf9\x14\n\x07Support\x12\xa9\x01\n\x12\x43reateSupportFixed\x12H.ansys.api.discovery.v0.conditions.support.SupportGeneralCreationRequest\x1aI.ansys.api.discovery.v0.conditions.support.SupportGeneralCreationResponse\x12\xaa\x01\n\x13\x43reateSupportHinged\x12H.ansys.api.discovery.v0.conditions.support.SupportGeneralCreationRequest\x1aI.ansys.api.discovery.v0.conditions.support.SupportGeneralCreationResponse\x12\xab\x01\n\x14\x43reateSupportSliding\x12H.ansys.api.discovery.v0.conditions.support.SupportGeneralCreationRequest\x1aI.ansys.api.discovery.v0.conditions.support.SupportGeneralCreationResponse\x12\xa8\x01\n\x11\x43reateSupportBall\x12H.ansys.api.discovery.v0.conditions.support.SupportGeneralCreationRequest\x1aI.ansys.api.discovery.v0.conditions.support.SupportGeneralCreationResponse\x12\xb1\x01\n\x16\x43reateSupportDisplaced\x12J.ansys.api.discovery.v0.conditions.support.SupportDisplacedCreationRequest\x1aK.ansys.api.discovery.v0.conditions.support.SupportDisplacedCreationResponse\x12n\n\x15\x43hangeSupportLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x92\x01\n\x1a\x43hangeSupportSpecification\x12L.ansys.api.discovery.v0.conditions.support.ChangeSupportSpecificationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12{\n!ChangeSupportDisplacedOrientation\x12..ansys.api.discovery.v0.ChangeDirectionRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x18\x43hangeSupportDisplacedDX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x18\x43hangeSupportDisplacedDY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x18\x43hangeSupportDisplacedDZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x18\x43hangeSupportDisplacedRX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x18\x43hangeSupportDisplacedRY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x18\x43hangeSupportDisplacedRZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeSupportDisplacedIsFixedDX\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeSupportDisplacedIsFixedDY\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeSupportDisplacedIsFixedDZ\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeSupportDisplacedIsFixedRX\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeSupportDisplacedIsFixedRY\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeSupportDisplacedIsFixedRZ\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB$\xaa\x02!Ansys.Api.Discovery.V0.Conditionsb\x06proto3')
|
|
19
|
+
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditions.support_pb2', globals())
|
|
22
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
23
|
+
|
|
24
|
+
DESCRIPTOR._options = None
|
|
25
|
+
DESCRIPTOR._serialized_options = b'\252\002!Ansys.Api.Discovery.V0.Conditions'
|
|
26
|
+
_SUPPORTSPECIFICATION._serialized_start=1825
|
|
27
|
+
_SUPPORTSPECIFICATION._serialized_end=1908
|
|
28
|
+
_CHANGESUPPORTSPECIFICATIONREQUEST._serialized_start=175
|
|
29
|
+
_CHANGESUPPORTSPECIFICATIONREQUEST._serialized_end=368
|
|
30
|
+
_SUPPORTGENERALCREATIONREQUEST._serialized_start=370
|
|
31
|
+
_SUPPORTGENERALCREATIONREQUEST._serialized_end=468
|
|
32
|
+
_SUPPORTGENERALCREATIONRESPONSE._serialized_start=471
|
|
33
|
+
_SUPPORTGENERALCREATIONRESPONSE._serialized_end=666
|
|
34
|
+
_SUPPORTDISPLACEDCREATIONREQUEST._serialized_start=669
|
|
35
|
+
_SUPPORTDISPLACEDCREATIONREQUEST._serialized_end=867
|
|
36
|
+
_SUPPORTDISPLACEDCREATIONRESPONSE._serialized_start=870
|
|
37
|
+
_SUPPORTDISPLACEDCREATIONRESPONSE._serialized_end=1069
|
|
38
|
+
_SUPPORTGENERALDEFINITION._serialized_start=1072
|
|
39
|
+
_SUPPORTGENERALDEFINITION._serialized_end=1356
|
|
40
|
+
_SUPPORTDISPLACEDDEFINITION._serialized_start=1359
|
|
41
|
+
_SUPPORTDISPLACEDDEFINITION._serialized_end=1719
|
|
42
|
+
_SUPPORTDISPLACEDPROPERTIES._serialized_start=1721
|
|
43
|
+
_SUPPORTDISPLACEDPROPERTIES._serialized_end=1823
|
|
44
|
+
_SUPPORT._serialized_start=1911
|
|
45
|
+
_SUPPORT._serialized_end=4592
|
|
46
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import ansys.api.dbu.v0.dbumodels_pb2
|
|
6
|
+
import ansys.api.discovery.v0.discoverymodels_pb2
|
|
7
|
+
import builtins
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.internal.containers
|
|
10
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import typing
|
|
13
|
+
import typing_extensions
|
|
14
|
+
|
|
15
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ...
|
|
16
|
+
|
|
17
|
+
class _SupportSpecification:
|
|
18
|
+
ValueType = typing.NewType('ValueType', builtins.int)
|
|
19
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
20
|
+
class _SupportSpecificationEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_SupportSpecification.ValueType], builtins.type):
|
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
|
|
22
|
+
FIXED: SupportSpecification.ValueType = ... # 0
|
|
23
|
+
SLIDING: SupportSpecification.ValueType = ... # 1
|
|
24
|
+
HINGED: SupportSpecification.ValueType = ... # 2
|
|
25
|
+
BALL: SupportSpecification.ValueType = ... # 3
|
|
26
|
+
DISPLACED: SupportSpecification.ValueType = ... # 4
|
|
27
|
+
class SupportSpecification(_SupportSpecification, metaclass=_SupportSpecificationEnumTypeWrapper):
|
|
28
|
+
"""Support enumerations
|
|
29
|
+
|
|
30
|
+
"""
|
|
31
|
+
pass
|
|
32
|
+
|
|
33
|
+
FIXED: SupportSpecification.ValueType = ... # 0
|
|
34
|
+
SLIDING: SupportSpecification.ValueType = ... # 1
|
|
35
|
+
HINGED: SupportSpecification.ValueType = ... # 2
|
|
36
|
+
BALL: SupportSpecification.ValueType = ... # 3
|
|
37
|
+
DISPLACED: SupportSpecification.ValueType = ... # 4
|
|
38
|
+
global___SupportSpecification = SupportSpecification
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
class ChangeSupportSpecificationRequest(google.protobuf.message.Message):
|
|
42
|
+
"""Support"""
|
|
43
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
44
|
+
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
45
|
+
SUPPORT_SPECIFICATION_FIELD_NUMBER: builtins.int
|
|
46
|
+
@property
|
|
47
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
48
|
+
support_specification: global___SupportSpecification.ValueType = ...
|
|
49
|
+
def __init__(self,
|
|
50
|
+
*,
|
|
51
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
52
|
+
support_specification : global___SupportSpecification.ValueType = ...,
|
|
53
|
+
) -> None: ...
|
|
54
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
55
|
+
def ClearField(self, field_name: typing_extensions.Literal["object_id",b"object_id","support_specification",b"support_specification"]) -> None: ...
|
|
56
|
+
global___ChangeSupportSpecificationRequest = ChangeSupportSpecificationRequest
|
|
57
|
+
|
|
58
|
+
class SupportGeneralCreationRequest(google.protobuf.message.Message):
|
|
59
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
60
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
61
|
+
@property
|
|
62
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
63
|
+
def __init__(self,
|
|
64
|
+
*,
|
|
65
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
66
|
+
) -> None: ...
|
|
67
|
+
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data"]) -> builtins.bool: ...
|
|
68
|
+
def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data"]) -> None: ...
|
|
69
|
+
global___SupportGeneralCreationRequest = SupportGeneralCreationRequest
|
|
70
|
+
|
|
71
|
+
class SupportGeneralCreationResponse(google.protobuf.message.Message):
|
|
72
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
73
|
+
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
74
|
+
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
75
|
+
@property
|
|
76
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
77
|
+
@property
|
|
78
|
+
def condition_data(self) -> global___SupportGeneralDefinition: ...
|
|
79
|
+
def __init__(self,
|
|
80
|
+
*,
|
|
81
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
82
|
+
condition_data : typing.Optional[global___SupportGeneralDefinition] = ...,
|
|
83
|
+
) -> None: ...
|
|
84
|
+
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
85
|
+
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
86
|
+
global___SupportGeneralCreationResponse = SupportGeneralCreationResponse
|
|
87
|
+
|
|
88
|
+
class SupportDisplacedCreationRequest(google.protobuf.message.Message):
|
|
89
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
90
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
91
|
+
SUPPORT_DISPLACED_FIELD_NUMBER: builtins.int
|
|
92
|
+
@property
|
|
93
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
94
|
+
@property
|
|
95
|
+
def support_displaced(self) -> global___SupportDisplacedProperties: ...
|
|
96
|
+
def __init__(self,
|
|
97
|
+
*,
|
|
98
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
99
|
+
support_displaced : typing.Optional[global___SupportDisplacedProperties] = ...,
|
|
100
|
+
) -> None: ...
|
|
101
|
+
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","support_displaced",b"support_displaced"]) -> builtins.bool: ...
|
|
102
|
+
def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","support_displaced",b"support_displaced"]) -> None: ...
|
|
103
|
+
global___SupportDisplacedCreationRequest = SupportDisplacedCreationRequest
|
|
104
|
+
|
|
105
|
+
class SupportDisplacedCreationResponse(google.protobuf.message.Message):
|
|
106
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
107
|
+
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
108
|
+
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
109
|
+
@property
|
|
110
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
111
|
+
@property
|
|
112
|
+
def condition_data(self) -> global___SupportDisplacedDefinition: ...
|
|
113
|
+
def __init__(self,
|
|
114
|
+
*,
|
|
115
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
116
|
+
condition_data : typing.Optional[global___SupportDisplacedDefinition] = ...,
|
|
117
|
+
) -> None: ...
|
|
118
|
+
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
119
|
+
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
120
|
+
global___SupportDisplacedCreationResponse = SupportDisplacedCreationResponse
|
|
121
|
+
|
|
122
|
+
class SupportGeneralDefinition(google.protobuf.message.Message):
|
|
123
|
+
"""Support condition definitions
|
|
124
|
+
|
|
125
|
+
"""
|
|
126
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
127
|
+
ID_FIELD_NUMBER: builtins.int
|
|
128
|
+
PARENT_ID_FIELD_NUMBER: builtins.int
|
|
129
|
+
LABEL_FIELD_NUMBER: builtins.int
|
|
130
|
+
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
131
|
+
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
132
|
+
SUPPORT_TYPE_FIELD_NUMBER: builtins.int
|
|
133
|
+
@property
|
|
134
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
135
|
+
@property
|
|
136
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
137
|
+
label: typing.Text = ...
|
|
138
|
+
@property
|
|
139
|
+
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
140
|
+
suppressed: builtins.bool = ...
|
|
141
|
+
support_type: global___SupportSpecification.ValueType = ...
|
|
142
|
+
def __init__(self,
|
|
143
|
+
*,
|
|
144
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
145
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
146
|
+
label : typing.Text = ...,
|
|
147
|
+
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
148
|
+
suppressed : builtins.bool = ...,
|
|
149
|
+
support_type : global___SupportSpecification.ValueType = ...,
|
|
150
|
+
) -> None: ...
|
|
151
|
+
def HasField(self, field_name: typing_extensions.Literal["id",b"id","parent_id",b"parent_id"]) -> builtins.bool: ...
|
|
152
|
+
def ClearField(self, field_name: typing_extensions.Literal["id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","support_type",b"support_type","suppressed",b"suppressed"]) -> None: ...
|
|
153
|
+
global___SupportGeneralDefinition = SupportGeneralDefinition
|
|
154
|
+
|
|
155
|
+
class SupportDisplacedDefinition(google.protobuf.message.Message):
|
|
156
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
157
|
+
ID_FIELD_NUMBER: builtins.int
|
|
158
|
+
PARENT_ID_FIELD_NUMBER: builtins.int
|
|
159
|
+
LABEL_FIELD_NUMBER: builtins.int
|
|
160
|
+
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
161
|
+
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
162
|
+
SUPPORT_TYPE_FIELD_NUMBER: builtins.int
|
|
163
|
+
DISPLACEMENT_FIELD_NUMBER: builtins.int
|
|
164
|
+
@property
|
|
165
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
166
|
+
@property
|
|
167
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
168
|
+
label: typing.Text = ...
|
|
169
|
+
@property
|
|
170
|
+
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
171
|
+
suppressed: builtins.bool = ...
|
|
172
|
+
support_type: global___SupportSpecification.ValueType = ...
|
|
173
|
+
@property
|
|
174
|
+
def displacement(self) -> ansys.api.discovery.v0.discoverymodels_pb2.TensorOfOptionalQuantities: ...
|
|
175
|
+
def __init__(self,
|
|
176
|
+
*,
|
|
177
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
178
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
179
|
+
label : typing.Text = ...,
|
|
180
|
+
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
181
|
+
suppressed : builtins.bool = ...,
|
|
182
|
+
support_type : global___SupportSpecification.ValueType = ...,
|
|
183
|
+
displacement : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.TensorOfOptionalQuantities] = ...,
|
|
184
|
+
) -> None: ...
|
|
185
|
+
def HasField(self, field_name: typing_extensions.Literal["displacement",b"displacement","id",b"id","parent_id",b"parent_id"]) -> builtins.bool: ...
|
|
186
|
+
def ClearField(self, field_name: typing_extensions.Literal["displacement",b"displacement","id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","support_type",b"support_type","suppressed",b"suppressed"]) -> None: ...
|
|
187
|
+
global___SupportDisplacedDefinition = SupportDisplacedDefinition
|
|
188
|
+
|
|
189
|
+
class SupportDisplacedProperties(google.protobuf.message.Message):
|
|
190
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
191
|
+
DISPLACEMENT_FIELD_NUMBER: builtins.int
|
|
192
|
+
@property
|
|
193
|
+
def displacement(self) -> ansys.api.discovery.v0.discoverymodels_pb2.TensorOfOptionalQuantities: ...
|
|
194
|
+
def __init__(self,
|
|
195
|
+
*,
|
|
196
|
+
displacement : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.TensorOfOptionalQuantities] = ...,
|
|
197
|
+
) -> None: ...
|
|
198
|
+
def HasField(self, field_name: typing_extensions.Literal["displacement",b"displacement"]) -> builtins.bool: ...
|
|
199
|
+
def ClearField(self, field_name: typing_extensions.Literal["displacement",b"displacement"]) -> None: ...
|
|
200
|
+
global___SupportDisplacedProperties = SupportDisplacedProperties
|