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.

Files changed (168) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/assignments/boltassignment.proto +40 -0
  3. ansys/api/discovery/v0/assignments/boltassignment_pb2.py +37 -0
  4. ansys/api/discovery/v0/assignments/boltassignment_pb2.pyi +95 -0
  5. ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.py +67 -0
  6. ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.pyi +27 -0
  7. ansys/api/discovery/v0/conditions/acceleration.proto +52 -0
  8. ansys/api/discovery/v0/conditions/acceleration_pb2.py +36 -0
  9. ansys/api/discovery/v0/conditions/acceleration_pb2.pyi +94 -0
  10. ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.py +365 -0
  11. ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.pyi +118 -0
  12. ansys/api/discovery/v0/conditions/bearing.proto +47 -0
  13. ansys/api/discovery/v0/conditions/bearing_pb2.py +36 -0
  14. ansys/api/discovery/v0/conditions/bearing_pb2.pyi +102 -0
  15. ansys/api/discovery/v0/conditions/bearing_pb2_grpc.py +200 -0
  16. ansys/api/discovery/v0/conditions/bearing_pb2_grpc.pyi +68 -0
  17. ansys/api/discovery/v0/conditions/boltpreload.proto +94 -0
  18. ansys/api/discovery/v0/conditions/boltpreload_pb2.py +48 -0
  19. ansys/api/discovery/v0/conditions/boltpreload_pb2.pyi +218 -0
  20. ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.py +431 -0
  21. ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.pyi +138 -0
  22. ansys/api/discovery/v0/{conditions.proto → conditions/condition.proto} +5 -4
  23. ansys/api/discovery/v0/conditions/condition_pb2.py +34 -0
  24. ansys/api/discovery/v0/{conditions_pb2.pyi → conditions/condition_pb2.pyi} +13 -6
  25. ansys/api/discovery/v0/{conditions_pb2_grpc.py → conditions/condition_pb2_grpc.py} +21 -21
  26. ansys/api/discovery/v0/{conditions_pb2_grpc.pyi → conditions/condition_pb2_grpc.pyi} +10 -10
  27. ansys/api/discovery/v0/conditions/convection.proto +43 -0
  28. ansys/api/discovery/v0/conditions/convection_pb2.py +34 -0
  29. ansys/api/discovery/v0/conditions/convection_pb2.pyi +89 -0
  30. ansys/api/discovery/v0/conditions/convection_pb2_grpc.py +166 -0
  31. ansys/api/discovery/v0/conditions/convection_pb2_grpc.pyi +55 -0
  32. ansys/api/discovery/v0/conditions/displacement.proto +105 -0
  33. ansys/api/discovery/v0/conditions/displacement_pb2.py +48 -0
  34. ansys/api/discovery/v0/conditions/displacement_pb2.pyi +209 -0
  35. ansys/api/discovery/v0/conditions/displacement_pb2_grpc.py +827 -0
  36. ansys/api/discovery/v0/conditions/displacement_pb2_grpc.pyi +258 -0
  37. ansys/api/discovery/v0/{conditionsfluid.proto → conditions/flow.proto} +19 -24
  38. ansys/api/discovery/v0/conditions/flow_pb2.py +86 -0
  39. ansys/api/discovery/v0/{conditionsfluid_pb2.pyi → conditions/flow_pb2.pyi} +51 -34
  40. ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.py → conditions/flow_pb2_grpc.py} +86 -86
  41. ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.pyi → conditions/flow_pb2_grpc.pyi} +32 -32
  42. ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +13 -0
  43. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +28 -0
  44. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.pyi +7 -0
  45. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.py +66 -0
  46. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.pyi +24 -0
  47. ansys/api/discovery/v0/conditions/force.proto +131 -0
  48. ansys/api/discovery/v0/conditions/force_pb2.py +56 -0
  49. ansys/api/discovery/v0/conditions/force_pb2.pyi +286 -0
  50. ansys/api/discovery/v0/conditions/force_pb2_grpc.py +829 -0
  51. ansys/api/discovery/v0/conditions/force_pb2_grpc.pyi +257 -0
  52. ansys/api/discovery/v0/conditions/gravity.proto +39 -0
  53. ansys/api/discovery/v0/conditions/gravity_pb2.py +32 -0
  54. ansys/api/discovery/v0/conditions/gravity_pb2.pyi +65 -0
  55. ansys/api/discovery/v0/conditions/gravity_pb2_grpc.py +266 -0
  56. ansys/api/discovery/v0/conditions/gravity_pb2_grpc.pyi +91 -0
  57. ansys/api/discovery/v0/conditions/heat.proto +90 -0
  58. ansys/api/discovery/v0/conditions/heat_pb2.py +46 -0
  59. ansys/api/discovery/v0/conditions/heat_pb2.pyi +210 -0
  60. ansys/api/discovery/v0/conditions/heat_pb2_grpc.py +332 -0
  61. ansys/api/discovery/v0/conditions/heat_pb2_grpc.pyi +108 -0
  62. ansys/api/discovery/v0/conditions/insulated.proto +34 -0
  63. ansys/api/discovery/v0/conditions/insulated_pb2.py +34 -0
  64. ansys/api/discovery/v0/conditions/insulated_pb2.pyi +73 -0
  65. ansys/api/discovery/v0/conditions/insulated_pb2_grpc.py +100 -0
  66. ansys/api/discovery/v0/conditions/insulated_pb2_grpc.pyi +35 -0
  67. ansys/api/discovery/v0/conditions/mass.proto +49 -0
  68. ansys/api/discovery/v0/conditions/mass_pb2.py +36 -0
  69. ansys/api/discovery/v0/conditions/mass_pb2.pyi +98 -0
  70. ansys/api/discovery/v0/conditions/mass_pb2_grpc.py +266 -0
  71. ansys/api/discovery/v0/conditions/mass_pb2_grpc.pyi +88 -0
  72. ansys/api/discovery/v0/conditions/moment.proto +67 -0
  73. ansys/api/discovery/v0/conditions/moment_pb2.py +40 -0
  74. ansys/api/discovery/v0/conditions/moment_pb2.pyi +132 -0
  75. ansys/api/discovery/v0/conditions/moment_pb2_grpc.py +398 -0
  76. ansys/api/discovery/v0/conditions/moment_pb2_grpc.pyi +128 -0
  77. ansys/api/discovery/v0/conditions/porous.proto +116 -0
  78. ansys/api/discovery/v0/conditions/porous_pb2.py +44 -0
  79. ansys/api/discovery/v0/conditions/porous_pb2.pyi +217 -0
  80. ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +534 -0
  81. ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +181 -0
  82. ansys/api/discovery/v0/conditions/pressure.proto +43 -0
  83. ansys/api/discovery/v0/conditions/pressure_pb2.py +36 -0
  84. ansys/api/discovery/v0/conditions/pressure_pb2.pyi +94 -0
  85. ansys/api/discovery/v0/conditions/pressure_pb2_grpc.py +134 -0
  86. ansys/api/discovery/v0/conditions/pressure_pb2_grpc.pyi +48 -0
  87. ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +57 -0
  88. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py +36 -0
  89. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi +102 -0
  90. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.py +136 -0
  91. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.pyi +54 -0
  92. ansys/api/discovery/v0/conditions/solidtemperature.proto +40 -0
  93. ansys/api/discovery/v0/conditions/solidtemperature_pb2.py +34 -0
  94. ansys/api/discovery/v0/conditions/solidtemperature_pb2.pyi +81 -0
  95. ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.py +166 -0
  96. ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.pyi +55 -0
  97. ansys/api/discovery/v0/conditions/springpreload.proto +105 -0
  98. ansys/api/discovery/v0/conditions/springpreload_pb2.py +50 -0
  99. ansys/api/discovery/v0/conditions/springpreload_pb2.pyi +250 -0
  100. ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.py +431 -0
  101. ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.pyi +138 -0
  102. ansys/api/discovery/v0/conditions/support.proto +98 -0
  103. ansys/api/discovery/v0/conditions/support_pb2.py +46 -0
  104. ansys/api/discovery/v0/conditions/support_pb2.pyi +200 -0
  105. ansys/api/discovery/v0/{conditionsthermal_pb2_grpc.py → conditions/support_pb2_grpc.py} +251 -221
  106. ansys/api/discovery/v0/conditions/support_pb2_grpc.pyi +218 -0
  107. ansys/api/discovery/v0/conditions/velocity.proto +58 -0
  108. ansys/api/discovery/v0/conditions/velocity_pb2.py +36 -0
  109. ansys/api/discovery/v0/conditions/velocity_pb2.pyi +98 -0
  110. ansys/api/discovery/v0/conditions/velocity_pb2_grpc.py +497 -0
  111. ansys/api/discovery/v0/conditions/velocity_pb2_grpc.pyi +158 -0
  112. ansys/api/discovery/v0/conditions/wall.proto +209 -0
  113. ansys/api/discovery/v0/conditions/wall_pb2.py +70 -0
  114. ansys/api/discovery/v0/conditions/wall_pb2.pyi +494 -0
  115. ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +633 -0
  116. ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +211 -0
  117. ansys/api/discovery/v0/connections/contact.proto +110 -0
  118. ansys/api/discovery/v0/connections/contact_pb2.py +46 -0
  119. ansys/api/discovery/v0/connections/contact_pb2.pyi +242 -0
  120. ansys/api/discovery/v0/connections/contact_pb2_grpc.py +827 -0
  121. ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +258 -0
  122. ansys/api/discovery/v0/connections/contactgroup.proto +89 -0
  123. ansys/api/discovery/v0/connections/contactgroup_pb2.py +37 -0
  124. ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +178 -0
  125. ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +860 -0
  126. ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +266 -0
  127. ansys/api/discovery/v0/connections/joint.proto +56 -0
  128. ansys/api/discovery/v0/connections/joint_pb2.py +40 -0
  129. ansys/api/discovery/v0/connections/joint_pb2.pyi +129 -0
  130. ansys/api/discovery/v0/connections/joint_pb2_grpc.py +167 -0
  131. ansys/api/discovery/v0/connections/joint_pb2_grpc.pyi +58 -0
  132. ansys/api/discovery/v0/discoverymodels.proto +34 -17
  133. ansys/api/discovery/v0/discoverymodels_pb2.py +46 -40
  134. ansys/api/discovery/v0/discoverymodels_pb2.pyi +118 -47
  135. ansys/api/discovery/v0/engineeringdata/boltdata.proto +37 -0
  136. ansys/api/discovery/v0/engineeringdata/boltdata_pb2.py +36 -0
  137. ansys/api/discovery/v0/engineeringdata/boltdata_pb2.pyi +81 -0
  138. ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.py +67 -0
  139. ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.pyi +27 -0
  140. ansys/api/discovery/v0/monitors.proto +4 -4
  141. ansys/api/discovery/v0/monitors_pb2.py +10 -10
  142. ansys/api/discovery/v0/monitors_pb2.pyi +11 -11
  143. ansys/api/discovery/v0/solution.proto +4 -3
  144. ansys/api/discovery/v0/solution_pb2.py +16 -15
  145. ansys/api/discovery/v0/solution_pb2.pyi +11 -7
  146. ansys/api/discovery/v0/unsupported.proto +10 -0
  147. ansys/api/discovery/v0/unsupported_pb2.py +5 -3
  148. ansys/api/discovery/v0/unsupported_pb2.pyi +14 -0
  149. ansys/api/discovery/v0/unsupported_pb2_grpc.py +68 -0
  150. ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +24 -0
  151. {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/METADATA +13 -4
  152. ansys_api_discovery-0.6.5.dist-info/RECORD +200 -0
  153. {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/WHEEL +1 -1
  154. ansys/api/discovery/v0/conditions_pb2.py +0 -33
  155. ansys/api/discovery/v0/conditionsfluid_pb2.py +0 -85
  156. ansys/api/discovery/v0/conditionsstructural.proto +0 -595
  157. ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -149
  158. ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -1216
  159. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -4171
  160. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -1303
  161. ansys/api/discovery/v0/conditionsthermal.proto +0 -179
  162. ansys/api/discovery/v0/conditionsthermal_pb2.py +0 -63
  163. ansys/api/discovery/v0/conditionsthermal_pb2.pyi +0 -399
  164. ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +0 -217
  165. ansys_api_discovery-0.6.3.dist-info/RECORD +0 -85
  166. {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/LICENSE +0 -0
  167. {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/entry_points.txt +0 -0
  168. {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/top_level.txt +0 -0
@@ -1,1216 +0,0 @@
1
- """
2
- @generated by mypy-protobuf. Do not edit manually!
3
- isort:skip_file
4
- """
5
- import ansys.api.discovery.v0.discoverymodels_pb2
6
- import builtins
7
- import google.protobuf.descriptor
8
- import google.protobuf.internal.containers
9
- import google.protobuf.internal.enum_type_wrapper
10
- import google.protobuf.message
11
- import typing
12
- import typing_extensions
13
-
14
- DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ...
15
-
16
- class _SupportSpecification:
17
- ValueType = typing.NewType('ValueType', builtins.int)
18
- V: typing_extensions.TypeAlias = ValueType
19
- class _SupportSpecificationEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_SupportSpecification.ValueType], builtins.type):
20
- DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
21
- FIXED: SupportSpecification.ValueType = ... # 0
22
- SLIDING: SupportSpecification.ValueType = ... # 1
23
- HINGED: SupportSpecification.ValueType = ... # 2
24
- BALL: SupportSpecification.ValueType = ... # 3
25
- DISPLACED: SupportSpecification.ValueType = ... # 4
26
- class SupportSpecification(_SupportSpecification, metaclass=_SupportSpecificationEnumTypeWrapper):
27
- """Support enumerations
28
-
29
- """
30
- pass
31
-
32
- FIXED: SupportSpecification.ValueType = ... # 0
33
- SLIDING: SupportSpecification.ValueType = ... # 1
34
- HINGED: SupportSpecification.ValueType = ... # 2
35
- BALL: SupportSpecification.ValueType = ... # 3
36
- DISPLACED: SupportSpecification.ValueType = ... # 4
37
- global___SupportSpecification = SupportSpecification
38
-
39
-
40
- class _ForceMagnitudeDefinition:
41
- ValueType = typing.NewType('ValueType', builtins.int)
42
- V: typing_extensions.TypeAlias = ValueType
43
- class _ForceMagnitudeDefinitionEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_ForceMagnitudeDefinition.ValueType], builtins.type):
44
- DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
45
- TOTALFORCE: ForceMagnitudeDefinition.ValueType = ... # 0
46
- FORCEPERAREA: ForceMagnitudeDefinition.ValueType = ... # 1
47
- class ForceMagnitudeDefinition(_ForceMagnitudeDefinition, metaclass=_ForceMagnitudeDefinitionEnumTypeWrapper):
48
- """force enumerations
49
-
50
- """
51
- pass
52
-
53
- TOTALFORCE: ForceMagnitudeDefinition.ValueType = ... # 0
54
- FORCEPERAREA: ForceMagnitudeDefinition.ValueType = ... # 1
55
- global___ForceMagnitudeDefinition = ForceMagnitudeDefinition
56
-
57
-
58
- class _ForceSpecification:
59
- ValueType = typing.NewType('ValueType', builtins.int)
60
- V: typing_extensions.TypeAlias = ValueType
61
- class _ForceSpecificationEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_ForceSpecification.ValueType], builtins.type):
62
- DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
63
- DISTRIBUTED: ForceSpecification.ValueType = ... # 0
64
- TORQUE: ForceSpecification.ValueType = ... # 1
65
- class ForceSpecification(_ForceSpecification, metaclass=_ForceSpecificationEnumTypeWrapper):
66
- pass
67
-
68
- DISTRIBUTED: ForceSpecification.ValueType = ... # 0
69
- TORQUE: ForceSpecification.ValueType = ... # 1
70
- global___ForceSpecification = ForceSpecification
71
-
72
-
73
- class _DisplacementSpecification:
74
- ValueType = typing.NewType('ValueType', builtins.int)
75
- V: typing_extensions.TypeAlias = ValueType
76
- class _DisplacementSpecificationEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_DisplacementSpecification.ValueType], builtins.type):
77
- DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
78
- TRANSLATION: DisplacementSpecification.ValueType = ... # 0
79
- ROTATION: DisplacementSpecification.ValueType = ... # 1
80
- COMBINED: DisplacementSpecification.ValueType = ... # 2
81
- class DisplacementSpecification(_DisplacementSpecification, metaclass=_DisplacementSpecificationEnumTypeWrapper):
82
- """Displacement enumerations
83
-
84
- """
85
- pass
86
-
87
- TRANSLATION: DisplacementSpecification.ValueType = ... # 0
88
- ROTATION: DisplacementSpecification.ValueType = ... # 1
89
- COMBINED: DisplacementSpecification.ValueType = ... # 2
90
- global___DisplacementSpecification = DisplacementSpecification
91
-
92
-
93
- class _MomentSpecification:
94
- ValueType = typing.NewType('ValueType', builtins.int)
95
- V: typing_extensions.TypeAlias = ValueType
96
- class _MomentSpecificationEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_MomentSpecification.ValueType], builtins.type):
97
- DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
98
- GLOBAL: MomentSpecification.ValueType = ... # 0
99
- LOCAL: MomentSpecification.ValueType = ... # 1
100
- class MomentSpecification(_MomentSpecification, metaclass=_MomentSpecificationEnumTypeWrapper):
101
- """Moment enumerations
102
-
103
- """
104
- pass
105
-
106
- GLOBAL: MomentSpecification.ValueType = ... # 0
107
- LOCAL: MomentSpecification.ValueType = ... # 1
108
- global___MomentSpecification = MomentSpecification
109
-
110
-
111
- class ChangeSupportSpecificationRequest(google.protobuf.message.Message):
112
- """Command requests and responses
113
-
114
- Support
115
- """
116
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
117
- OBJECT_ID_FIELD_NUMBER: builtins.int
118
- SUPPORT_SPECIFICATION_FIELD_NUMBER: builtins.int
119
- object_id: typing.Text = ...
120
- support_specification: global___SupportSpecification.ValueType = ...
121
- def __init__(self,
122
- *,
123
- object_id : typing.Text = ...,
124
- support_specification : global___SupportSpecification.ValueType = ...,
125
- ) -> None: ...
126
- def ClearField(self, field_name: typing_extensions.Literal["object_id",b"object_id","support_specification",b"support_specification"]) -> None: ...
127
- global___ChangeSupportSpecificationRequest = ChangeSupportSpecificationRequest
128
-
129
- class SupportGeneralCreationRequest(google.protobuf.message.Message):
130
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
131
- CREATION_DATA_FIELD_NUMBER: builtins.int
132
- @property
133
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
134
- def __init__(self,
135
- *,
136
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
137
- ) -> None: ...
138
- def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data"]) -> builtins.bool: ...
139
- def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data"]) -> None: ...
140
- global___SupportGeneralCreationRequest = SupportGeneralCreationRequest
141
-
142
- class SupportGeneralCreationResponse(google.protobuf.message.Message):
143
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
144
- CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
145
- CONDITION_DATA_FIELD_NUMBER: builtins.int
146
- @property
147
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
148
- @property
149
- def condition_data(self) -> global___SupportGeneralDefinition: ...
150
- def __init__(self,
151
- *,
152
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
153
- condition_data : typing.Optional[global___SupportGeneralDefinition] = ...,
154
- ) -> None: ...
155
- def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
156
- def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
157
- global___SupportGeneralCreationResponse = SupportGeneralCreationResponse
158
-
159
- class SupportDisplacedCreationRequest(google.protobuf.message.Message):
160
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
161
- CREATION_DATA_FIELD_NUMBER: builtins.int
162
- SUPPORT_DISPLACED_FIELD_NUMBER: builtins.int
163
- @property
164
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
165
- @property
166
- def support_displaced(self) -> global___SupportDisplacedProperties: ...
167
- def __init__(self,
168
- *,
169
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
170
- support_displaced : typing.Optional[global___SupportDisplacedProperties] = ...,
171
- ) -> None: ...
172
- def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","support_displaced",b"support_displaced"]) -> builtins.bool: ...
173
- def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","support_displaced",b"support_displaced"]) -> None: ...
174
- global___SupportDisplacedCreationRequest = SupportDisplacedCreationRequest
175
-
176
- class SupportDisplacedCreationResponse(google.protobuf.message.Message):
177
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
178
- CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
179
- CONDITION_DATA_FIELD_NUMBER: builtins.int
180
- @property
181
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
182
- @property
183
- def condition_data(self) -> global___SupportDisplacedDefinition: ...
184
- def __init__(self,
185
- *,
186
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
187
- condition_data : typing.Optional[global___SupportDisplacedDefinition] = ...,
188
- ) -> None: ...
189
- def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
190
- def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
191
- global___SupportDisplacedCreationResponse = SupportDisplacedCreationResponse
192
-
193
- class ChangeForceSpecificationRequest(google.protobuf.message.Message):
194
- """Force"""
195
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
196
- OBJECT_ID_FIELD_NUMBER: builtins.int
197
- FORCE_SPECIFICATION_FIELD_NUMBER: builtins.int
198
- object_id: typing.Text = ...
199
- force_specification: global___ForceSpecification.ValueType = ...
200
- def __init__(self,
201
- *,
202
- object_id : typing.Text = ...,
203
- force_specification : global___ForceSpecification.ValueType = ...,
204
- ) -> None: ...
205
- def ClearField(self, field_name: typing_extensions.Literal["force_specification",b"force_specification","object_id",b"object_id"]) -> None: ...
206
- global___ChangeForceSpecificationRequest = ChangeForceSpecificationRequest
207
-
208
- class ChangeForceMagnitudeDefinitionRequest(google.protobuf.message.Message):
209
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
210
- OBJECT_ID_FIELD_NUMBER: builtins.int
211
- FORCE_MAGNITUDE_DEFINITION_FIELD_NUMBER: builtins.int
212
- object_id: typing.Text = ...
213
- force_magnitude_definition: global___ForceMagnitudeDefinition.ValueType = ...
214
- def __init__(self,
215
- *,
216
- object_id : typing.Text = ...,
217
- force_magnitude_definition : global___ForceMagnitudeDefinition.ValueType = ...,
218
- ) -> None: ...
219
- def ClearField(self, field_name: typing_extensions.Literal["force_magnitude_definition",b"force_magnitude_definition","object_id",b"object_id"]) -> None: ...
220
- global___ChangeForceMagnitudeDefinitionRequest = ChangeForceMagnitudeDefinitionRequest
221
-
222
- class ForceDistributedTotalCreationRequest(google.protobuf.message.Message):
223
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
224
- CREATION_DATA_FIELD_NUMBER: builtins.int
225
- FORCE_PROPERTIES_FIELD_NUMBER: builtins.int
226
- @property
227
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
228
- @property
229
- def force_properties(self) -> global___ForceDistributedProperties: ...
230
- def __init__(self,
231
- *,
232
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
233
- force_properties : typing.Optional[global___ForceDistributedProperties] = ...,
234
- ) -> None: ...
235
- def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","force_properties",b"force_properties"]) -> builtins.bool: ...
236
- def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","force_properties",b"force_properties"]) -> None: ...
237
- global___ForceDistributedTotalCreationRequest = ForceDistributedTotalCreationRequest
238
-
239
- class ForceDistributedTotalCreationResponse(google.protobuf.message.Message):
240
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
241
- CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
242
- CONDITION_DATA_FIELD_NUMBER: builtins.int
243
- @property
244
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
245
- @property
246
- def condition_data(self) -> global___ForceDistributedDefinition: ...
247
- def __init__(self,
248
- *,
249
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
250
- condition_data : typing.Optional[global___ForceDistributedDefinition] = ...,
251
- ) -> None: ...
252
- def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
253
- def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
254
- global___ForceDistributedTotalCreationResponse = ForceDistributedTotalCreationResponse
255
-
256
- class ForceDistributedAreaCreationRequest(google.protobuf.message.Message):
257
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
258
- CREATION_DATA_FIELD_NUMBER: builtins.int
259
- FORCE_PROPERTIES_FIELD_NUMBER: builtins.int
260
- @property
261
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
262
- @property
263
- def force_properties(self) -> global___ForceDistributedProperties: ...
264
- def __init__(self,
265
- *,
266
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
267
- force_properties : typing.Optional[global___ForceDistributedProperties] = ...,
268
- ) -> None: ...
269
- def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","force_properties",b"force_properties"]) -> builtins.bool: ...
270
- def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","force_properties",b"force_properties"]) -> None: ...
271
- global___ForceDistributedAreaCreationRequest = ForceDistributedAreaCreationRequest
272
-
273
- class ForceDistributedAreaCreationResponse(google.protobuf.message.Message):
274
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
275
- CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
276
- CONDITION_DATA_FIELD_NUMBER: builtins.int
277
- @property
278
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
279
- @property
280
- def condition_data(self) -> global___ForceDistributedDefinition: ...
281
- def __init__(self,
282
- *,
283
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
284
- condition_data : typing.Optional[global___ForceDistributedDefinition] = ...,
285
- ) -> None: ...
286
- def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
287
- def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
288
- global___ForceDistributedAreaCreationResponse = ForceDistributedAreaCreationResponse
289
-
290
- class ForceTorqueCreationRequest(google.protobuf.message.Message):
291
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
292
- CREATION_DATA_FIELD_NUMBER: builtins.int
293
- FORCE_PROPERTIES_FIELD_NUMBER: builtins.int
294
- @property
295
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
296
- @property
297
- def force_properties(self) -> global___ForceTorqueProperties: ...
298
- def __init__(self,
299
- *,
300
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
301
- force_properties : typing.Optional[global___ForceTorqueProperties] = ...,
302
- ) -> None: ...
303
- def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","force_properties",b"force_properties"]) -> builtins.bool: ...
304
- def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","force_properties",b"force_properties"]) -> None: ...
305
- global___ForceTorqueCreationRequest = ForceTorqueCreationRequest
306
-
307
- class ForceTorqueCreationResponse(google.protobuf.message.Message):
308
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
309
- CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
310
- CONDITION_DATA_FIELD_NUMBER: builtins.int
311
- @property
312
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
313
- @property
314
- def condition_data(self) -> global___ForceTorqueDefinition: ...
315
- def __init__(self,
316
- *,
317
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
318
- condition_data : typing.Optional[global___ForceTorqueDefinition] = ...,
319
- ) -> None: ...
320
- def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
321
- def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
322
- global___ForceTorqueCreationResponse = ForceTorqueCreationResponse
323
-
324
- class PressureCreationRequest(google.protobuf.message.Message):
325
- """Pressure"""
326
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
327
- CREATION_DATA_FIELD_NUMBER: builtins.int
328
- PRESSURE_PROPERTIES_FIELD_NUMBER: builtins.int
329
- @property
330
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
331
- @property
332
- def pressure_properties(self) -> global___PressureProperties: ...
333
- def __init__(self,
334
- *,
335
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
336
- pressure_properties : typing.Optional[global___PressureProperties] = ...,
337
- ) -> None: ...
338
- def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","pressure_properties",b"pressure_properties"]) -> builtins.bool: ...
339
- def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","pressure_properties",b"pressure_properties"]) -> None: ...
340
- global___PressureCreationRequest = PressureCreationRequest
341
-
342
- class PressureCreationResponse(google.protobuf.message.Message):
343
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
344
- CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
345
- CONDITION_DATA_FIELD_NUMBER: builtins.int
346
- @property
347
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
348
- @property
349
- def condition_data(self) -> global___PressureDefinition: ...
350
- def __init__(self,
351
- *,
352
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
353
- condition_data : typing.Optional[global___PressureDefinition] = ...,
354
- ) -> None: ...
355
- def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
356
- def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
357
- global___PressureCreationResponse = PressureCreationResponse
358
-
359
- class DisplacementTranslationCreationRequest(google.protobuf.message.Message):
360
- """Displacement"""
361
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
362
- CREATION_DATA_FIELD_NUMBER: builtins.int
363
- DISPLACEMENT_PROPERTIES_FIELD_NUMBER: builtins.int
364
- @property
365
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
366
- @property
367
- def displacement_properties(self) -> global___DisplacementTranslationProperties: ...
368
- def __init__(self,
369
- *,
370
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
371
- displacement_properties : typing.Optional[global___DisplacementTranslationProperties] = ...,
372
- ) -> None: ...
373
- def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","displacement_properties",b"displacement_properties"]) -> builtins.bool: ...
374
- def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","displacement_properties",b"displacement_properties"]) -> None: ...
375
- global___DisplacementTranslationCreationRequest = DisplacementTranslationCreationRequest
376
-
377
- class DisplacementRotationCreationRequest(google.protobuf.message.Message):
378
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
379
- CREATION_DATA_FIELD_NUMBER: builtins.int
380
- DISPLACEMENT_PROPERTIES_FIELD_NUMBER: builtins.int
381
- @property
382
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
383
- @property
384
- def displacement_properties(self) -> global___DisplacementRotationProperties: ...
385
- def __init__(self,
386
- *,
387
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
388
- displacement_properties : typing.Optional[global___DisplacementRotationProperties] = ...,
389
- ) -> None: ...
390
- def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","displacement_properties",b"displacement_properties"]) -> builtins.bool: ...
391
- def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","displacement_properties",b"displacement_properties"]) -> None: ...
392
- global___DisplacementRotationCreationRequest = DisplacementRotationCreationRequest
393
-
394
- class DisplacementCombinedCreationRequest(google.protobuf.message.Message):
395
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
396
- CREATION_DATA_FIELD_NUMBER: builtins.int
397
- DISPLACEMENT_PROPERTIES_FIELD_NUMBER: builtins.int
398
- @property
399
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
400
- @property
401
- def displacement_properties(self) -> global___DisplacementCombinedProperties: ...
402
- def __init__(self,
403
- *,
404
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
405
- displacement_properties : typing.Optional[global___DisplacementCombinedProperties] = ...,
406
- ) -> None: ...
407
- def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","displacement_properties",b"displacement_properties"]) -> builtins.bool: ...
408
- def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","displacement_properties",b"displacement_properties"]) -> None: ...
409
- global___DisplacementCombinedCreationRequest = DisplacementCombinedCreationRequest
410
-
411
- class DisplacementCreationResponse(google.protobuf.message.Message):
412
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
413
- CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
414
- CONDITION_DATA_FIELD_NUMBER: builtins.int
415
- @property
416
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
417
- @property
418
- def condition_data(self) -> global___DisplacementDefinition: ...
419
- def __init__(self,
420
- *,
421
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
422
- condition_data : typing.Optional[global___DisplacementDefinition] = ...,
423
- ) -> None: ...
424
- def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
425
- def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
426
- global___DisplacementCreationResponse = DisplacementCreationResponse
427
-
428
- class ChangeDisplacementSpecificationRequest(google.protobuf.message.Message):
429
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
430
- OBJECT_ID_FIELD_NUMBER: builtins.int
431
- DISPLACEMENT_SPECIFICATION_FIELD_NUMBER: builtins.int
432
- object_id: typing.Text = ...
433
- displacement_specification: global___DisplacementSpecification.ValueType = ...
434
- def __init__(self,
435
- *,
436
- object_id : typing.Text = ...,
437
- displacement_specification : global___DisplacementSpecification.ValueType = ...,
438
- ) -> None: ...
439
- def ClearField(self, field_name: typing_extensions.Literal["displacement_specification",b"displacement_specification","object_id",b"object_id"]) -> None: ...
440
- global___ChangeDisplacementSpecificationRequest = ChangeDisplacementSpecificationRequest
441
-
442
- class MomentCreationRequest(google.protobuf.message.Message):
443
- """Moment"""
444
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
445
- CREATION_DATA_FIELD_NUMBER: builtins.int
446
- MOMENT_PROPERTIES_FIELD_NUMBER: builtins.int
447
- @property
448
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
449
- @property
450
- def moment_properties(self) -> global___MomentProperties: ...
451
- def __init__(self,
452
- *,
453
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
454
- moment_properties : typing.Optional[global___MomentProperties] = ...,
455
- ) -> None: ...
456
- def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","moment_properties",b"moment_properties"]) -> builtins.bool: ...
457
- def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","moment_properties",b"moment_properties"]) -> None: ...
458
- global___MomentCreationRequest = MomentCreationRequest
459
-
460
- class MomentCreationResponse(google.protobuf.message.Message):
461
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
462
- CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
463
- CONDITION_DATA_FIELD_NUMBER: builtins.int
464
- @property
465
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
466
- @property
467
- def condition_data(self) -> global___MomentDefinition: ...
468
- def __init__(self,
469
- *,
470
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
471
- condition_data : typing.Optional[global___MomentDefinition] = ...,
472
- ) -> None: ...
473
- def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
474
- def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
475
- global___MomentCreationResponse = MomentCreationResponse
476
-
477
- class ChangeMomentSpecificationRequest(google.protobuf.message.Message):
478
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
479
- OBJECT_ID_FIELD_NUMBER: builtins.int
480
- MOMENT_SPECIFICATION_FIELD_NUMBER: builtins.int
481
- object_id: typing.Text = ...
482
- moment_specification: global___MomentSpecification.ValueType = ...
483
- def __init__(self,
484
- *,
485
- object_id : typing.Text = ...,
486
- moment_specification : global___MomentSpecification.ValueType = ...,
487
- ) -> None: ...
488
- def ClearField(self, field_name: typing_extensions.Literal["moment_specification",b"moment_specification","object_id",b"object_id"]) -> None: ...
489
- global___ChangeMomentSpecificationRequest = ChangeMomentSpecificationRequest
490
-
491
- class MassCreationRequest(google.protobuf.message.Message):
492
- """Mass"""
493
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
494
- CREATION_DATA_FIELD_NUMBER: builtins.int
495
- MASS_PROPERTIES_FIELD_NUMBER: builtins.int
496
- @property
497
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
498
- @property
499
- def mass_properties(self) -> global___MassProperties: ...
500
- def __init__(self,
501
- *,
502
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
503
- mass_properties : typing.Optional[global___MassProperties] = ...,
504
- ) -> None: ...
505
- def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","mass_properties",b"mass_properties"]) -> builtins.bool: ...
506
- def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","mass_properties",b"mass_properties"]) -> None: ...
507
- global___MassCreationRequest = MassCreationRequest
508
-
509
- class MassCreationResponse(google.protobuf.message.Message):
510
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
511
- CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
512
- CONDITION_DATA_FIELD_NUMBER: builtins.int
513
- @property
514
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
515
- @property
516
- def condition_data(self) -> global___MassDefinition: ...
517
- def __init__(self,
518
- *,
519
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
520
- condition_data : typing.Optional[global___MassDefinition] = ...,
521
- ) -> None: ...
522
- def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
523
- def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
524
- global___MassCreationResponse = MassCreationResponse
525
-
526
- class VelocityCreationRequest(google.protobuf.message.Message):
527
- """Velocity"""
528
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
529
- CREATION_DATA_FIELD_NUMBER: builtins.int
530
- VELOCITY_PROPERTIES_FIELD_NUMBER: builtins.int
531
- @property
532
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
533
- @property
534
- def velocity_properties(self) -> global___VelocityProperties: ...
535
- def __init__(self,
536
- *,
537
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
538
- velocity_properties : typing.Optional[global___VelocityProperties] = ...,
539
- ) -> None: ...
540
- def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","velocity_properties",b"velocity_properties"]) -> builtins.bool: ...
541
- def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","velocity_properties",b"velocity_properties"]) -> None: ...
542
- global___VelocityCreationRequest = VelocityCreationRequest
543
-
544
- class VelocityCreationResponse(google.protobuf.message.Message):
545
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
546
- CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
547
- CONDITION_DATA_FIELD_NUMBER: builtins.int
548
- @property
549
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
550
- @property
551
- def condition_data(self) -> global___VelocityDefinition: ...
552
- def __init__(self,
553
- *,
554
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
555
- condition_data : typing.Optional[global___VelocityDefinition] = ...,
556
- ) -> None: ...
557
- def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
558
- def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
559
- global___VelocityCreationResponse = VelocityCreationResponse
560
-
561
- class AccelerationCreationRequest(google.protobuf.message.Message):
562
- """Acceleration"""
563
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
564
- CREATION_DATA_FIELD_NUMBER: builtins.int
565
- ACCELERATION_PROPERTIES_FIELD_NUMBER: builtins.int
566
- @property
567
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
568
- @property
569
- def acceleration_properties(self) -> global___AccelerationProperties: ...
570
- def __init__(self,
571
- *,
572
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
573
- acceleration_properties : typing.Optional[global___AccelerationProperties] = ...,
574
- ) -> None: ...
575
- def HasField(self, field_name: typing_extensions.Literal["acceleration_properties",b"acceleration_properties","creation_data",b"creation_data"]) -> builtins.bool: ...
576
- def ClearField(self, field_name: typing_extensions.Literal["acceleration_properties",b"acceleration_properties","creation_data",b"creation_data"]) -> None: ...
577
- global___AccelerationCreationRequest = AccelerationCreationRequest
578
-
579
- class AccelerationCreationResponse(google.protobuf.message.Message):
580
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
581
- CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
582
- CONDITION_DATA_FIELD_NUMBER: builtins.int
583
- @property
584
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
585
- @property
586
- def condition_data(self) -> global___AccelerationDefinition: ...
587
- def __init__(self,
588
- *,
589
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
590
- condition_data : typing.Optional[global___AccelerationDefinition] = ...,
591
- ) -> None: ...
592
- def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
593
- def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
594
- global___AccelerationCreationResponse = AccelerationCreationResponse
595
-
596
- class BearingCreationRequest(google.protobuf.message.Message):
597
- """Bearing"""
598
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
599
- CREATION_DATA_FIELD_NUMBER: builtins.int
600
- BEARING_PROPERTIES_FIELD_NUMBER: builtins.int
601
- @property
602
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
603
- @property
604
- def bearing_properties(self) -> global___BearingProperties: ...
605
- def __init__(self,
606
- *,
607
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
608
- bearing_properties : typing.Optional[global___BearingProperties] = ...,
609
- ) -> None: ...
610
- def HasField(self, field_name: typing_extensions.Literal["bearing_properties",b"bearing_properties","creation_data",b"creation_data"]) -> builtins.bool: ...
611
- def ClearField(self, field_name: typing_extensions.Literal["bearing_properties",b"bearing_properties","creation_data",b"creation_data"]) -> None: ...
612
- global___BearingCreationRequest = BearingCreationRequest
613
-
614
- class BearingCreationResponse(google.protobuf.message.Message):
615
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
616
- CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
617
- CONDITION_DATA_FIELD_NUMBER: builtins.int
618
- @property
619
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
620
- @property
621
- def condition_data(self) -> global___BearingDefinition: ...
622
- def __init__(self,
623
- *,
624
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
625
- condition_data : typing.Optional[global___BearingDefinition] = ...,
626
- ) -> None: ...
627
- def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
628
- def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
629
- global___BearingCreationResponse = BearingCreationResponse
630
-
631
- class SupportGeneralDefinition(google.protobuf.message.Message):
632
- """Support condition definitions
633
-
634
- """
635
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
636
- ID_FIELD_NUMBER: builtins.int
637
- PARENT_ID_FIELD_NUMBER: builtins.int
638
- LABEL_FIELD_NUMBER: builtins.int
639
- LOCATIONS_FIELD_NUMBER: builtins.int
640
- SUPPRESSED_FIELD_NUMBER: builtins.int
641
- SUPPORT_TYPE_FIELD_NUMBER: builtins.int
642
- id: typing.Text = ...
643
- parent_id: typing.Text = ...
644
- label: typing.Text = ...
645
- @property
646
- def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
647
- suppressed: builtins.bool = ...
648
- support_type: global___SupportSpecification.ValueType = ...
649
- def __init__(self,
650
- *,
651
- id : typing.Text = ...,
652
- parent_id : typing.Text = ...,
653
- label : typing.Text = ...,
654
- locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
655
- suppressed : builtins.bool = ...,
656
- support_type : global___SupportSpecification.ValueType = ...,
657
- ) -> None: ...
658
- 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: ...
659
- global___SupportGeneralDefinition = SupportGeneralDefinition
660
-
661
- class SupportDisplacedDefinition(google.protobuf.message.Message):
662
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
663
- ID_FIELD_NUMBER: builtins.int
664
- PARENT_ID_FIELD_NUMBER: builtins.int
665
- LABEL_FIELD_NUMBER: builtins.int
666
- LOCATIONS_FIELD_NUMBER: builtins.int
667
- SUPPRESSED_FIELD_NUMBER: builtins.int
668
- SUPPORT_TYPE_FIELD_NUMBER: builtins.int
669
- DISPLACEMENT_FIELD_NUMBER: builtins.int
670
- id: typing.Text = ...
671
- parent_id: typing.Text = ...
672
- label: typing.Text = ...
673
- @property
674
- def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
675
- suppressed: builtins.bool = ...
676
- support_type: global___SupportSpecification.ValueType = ...
677
- @property
678
- def displacement(self) -> ansys.api.discovery.v0.discoverymodels_pb2.TensorOfOptionalQuantities: ...
679
- def __init__(self,
680
- *,
681
- id : typing.Text = ...,
682
- parent_id : typing.Text = ...,
683
- label : typing.Text = ...,
684
- locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
685
- suppressed : builtins.bool = ...,
686
- support_type : global___SupportSpecification.ValueType = ...,
687
- displacement : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.TensorOfOptionalQuantities] = ...,
688
- ) -> None: ...
689
- def HasField(self, field_name: typing_extensions.Literal["displacement",b"displacement"]) -> builtins.bool: ...
690
- 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: ...
691
- global___SupportDisplacedDefinition = SupportDisplacedDefinition
692
-
693
- class SupportDisplacedProperties(google.protobuf.message.Message):
694
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
695
- DISPLACEMENT_FIELD_NUMBER: builtins.int
696
- @property
697
- def displacement(self) -> ansys.api.discovery.v0.discoverymodels_pb2.TensorOfOptionalQuantities: ...
698
- def __init__(self,
699
- *,
700
- displacement : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.TensorOfOptionalQuantities] = ...,
701
- ) -> None: ...
702
- def HasField(self, field_name: typing_extensions.Literal["displacement",b"displacement"]) -> builtins.bool: ...
703
- def ClearField(self, field_name: typing_extensions.Literal["displacement",b"displacement"]) -> None: ...
704
- global___SupportDisplacedProperties = SupportDisplacedProperties
705
-
706
- class ForceDistributedDefinition(google.protobuf.message.Message):
707
- """force condition definitions
708
-
709
- """
710
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
711
- ID_FIELD_NUMBER: builtins.int
712
- PARENT_ID_FIELD_NUMBER: builtins.int
713
- LABEL_FIELD_NUMBER: builtins.int
714
- LOCATIONS_FIELD_NUMBER: builtins.int
715
- SUPPRESSED_FIELD_NUMBER: builtins.int
716
- FORCE_DISTRIBUTED_FIELD_NUMBER: builtins.int
717
- id: typing.Text = ...
718
- parent_id: typing.Text = ...
719
- label: typing.Text = ...
720
- @property
721
- def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
722
- suppressed: builtins.bool = ...
723
- @property
724
- def force_distributed(self) -> global___ForceDistributedProperties: ...
725
- def __init__(self,
726
- *,
727
- id : typing.Text = ...,
728
- parent_id : typing.Text = ...,
729
- label : typing.Text = ...,
730
- locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
731
- suppressed : builtins.bool = ...,
732
- force_distributed : typing.Optional[global___ForceDistributedProperties] = ...,
733
- ) -> None: ...
734
- def HasField(self, field_name: typing_extensions.Literal["force_distributed",b"force_distributed"]) -> builtins.bool: ...
735
- def ClearField(self, field_name: typing_extensions.Literal["force_distributed",b"force_distributed","id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
736
- global___ForceDistributedDefinition = ForceDistributedDefinition
737
-
738
- class ForceDistributedProperties(google.protobuf.message.Message):
739
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
740
- FORCE_FIELD_NUMBER: builtins.int
741
- FORCE_COMPONENTS_FIELD_NUMBER: builtins.int
742
- REMOTE_POINT_FIELD_NUMBER: builtins.int
743
- @property
744
- def force(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
745
- @property
746
- def force_components(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector: ...
747
- @property
748
- def remote_point(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector: ...
749
- def __init__(self,
750
- *,
751
- force : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
752
- force_components : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector] = ...,
753
- remote_point : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector] = ...,
754
- ) -> None: ...
755
- def HasField(self, field_name: typing_extensions.Literal["force",b"force","force_components",b"force_components","remote_point",b"remote_point"]) -> builtins.bool: ...
756
- def ClearField(self, field_name: typing_extensions.Literal["force",b"force","force_components",b"force_components","remote_point",b"remote_point"]) -> None: ...
757
- global___ForceDistributedProperties = ForceDistributedProperties
758
-
759
- class ForceTorqueDefinition(google.protobuf.message.Message):
760
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
761
- ID_FIELD_NUMBER: builtins.int
762
- PARENT_ID_FIELD_NUMBER: builtins.int
763
- LABEL_FIELD_NUMBER: builtins.int
764
- LOCATIONS_FIELD_NUMBER: builtins.int
765
- SUPPRESSED_FIELD_NUMBER: builtins.int
766
- FORCE_TORQUE_FIELD_NUMBER: builtins.int
767
- id: typing.Text = ...
768
- parent_id: typing.Text = ...
769
- label: typing.Text = ...
770
- @property
771
- def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
772
- suppressed: builtins.bool = ...
773
- @property
774
- def force_torque(self) -> global___ForceTorqueProperties: ...
775
- def __init__(self,
776
- *,
777
- id : typing.Text = ...,
778
- parent_id : typing.Text = ...,
779
- label : typing.Text = ...,
780
- locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
781
- suppressed : builtins.bool = ...,
782
- force_torque : typing.Optional[global___ForceTorqueProperties] = ...,
783
- ) -> None: ...
784
- def HasField(self, field_name: typing_extensions.Literal["force_torque",b"force_torque"]) -> builtins.bool: ...
785
- def ClearField(self, field_name: typing_extensions.Literal["force_torque",b"force_torque","id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
786
- global___ForceTorqueDefinition = ForceTorqueDefinition
787
-
788
- class ForceTorqueProperties(google.protobuf.message.Message):
789
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
790
- FORCE_FIELD_NUMBER: builtins.int
791
- FORCE_COMPONENTS_FIELD_NUMBER: builtins.int
792
- @property
793
- def force(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
794
- @property
795
- def force_components(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector: ...
796
- def __init__(self,
797
- *,
798
- force : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
799
- force_components : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector] = ...,
800
- ) -> None: ...
801
- def HasField(self, field_name: typing_extensions.Literal["force",b"force","force_components",b"force_components"]) -> builtins.bool: ...
802
- def ClearField(self, field_name: typing_extensions.Literal["force",b"force","force_components",b"force_components"]) -> None: ...
803
- global___ForceTorqueProperties = ForceTorqueProperties
804
-
805
- class PressureProperties(google.protobuf.message.Message):
806
- """Pressure condition definitions"""
807
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
808
- PRESSURE_MAGNITUDE_FIELD_NUMBER: builtins.int
809
- @property
810
- def pressure_magnitude(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
811
- def __init__(self,
812
- *,
813
- pressure_magnitude : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
814
- ) -> None: ...
815
- def HasField(self, field_name: typing_extensions.Literal["pressure_magnitude",b"pressure_magnitude"]) -> builtins.bool: ...
816
- def ClearField(self, field_name: typing_extensions.Literal["pressure_magnitude",b"pressure_magnitude"]) -> None: ...
817
- global___PressureProperties = PressureProperties
818
-
819
- class PressureDefinition(google.protobuf.message.Message):
820
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
821
- ID_FIELD_NUMBER: builtins.int
822
- PARENT_ID_FIELD_NUMBER: builtins.int
823
- LABEL_FIELD_NUMBER: builtins.int
824
- LOCATIONS_FIELD_NUMBER: builtins.int
825
- SUPPRESSED_FIELD_NUMBER: builtins.int
826
- PRESSURE_FIELD_NUMBER: builtins.int
827
- id: typing.Text = ...
828
- parent_id: typing.Text = ...
829
- label: typing.Text = ...
830
- @property
831
- def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
832
- suppressed: builtins.bool = ...
833
- @property
834
- def pressure(self) -> global___PressureProperties: ...
835
- def __init__(self,
836
- *,
837
- id : typing.Text = ...,
838
- parent_id : typing.Text = ...,
839
- label : typing.Text = ...,
840
- locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
841
- suppressed : builtins.bool = ...,
842
- pressure : typing.Optional[global___PressureProperties] = ...,
843
- ) -> None: ...
844
- def HasField(self, field_name: typing_extensions.Literal["pressure",b"pressure"]) -> builtins.bool: ...
845
- def ClearField(self, field_name: typing_extensions.Literal["id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","pressure",b"pressure","suppressed",b"suppressed"]) -> None: ...
846
- global___PressureDefinition = PressureDefinition
847
-
848
- class DisplacementTranslationProperties(google.protobuf.message.Message):
849
- """Displacement condition definitions
850
-
851
- """
852
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
853
- DISPLACEMENT_FIELD_NUMBER: builtins.int
854
- REMOTE_POINT_FIELD_NUMBER: builtins.int
855
- @property
856
- def displacement(self) -> ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities: ...
857
- @property
858
- def remote_point(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector: ...
859
- def __init__(self,
860
- *,
861
- displacement : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities] = ...,
862
- remote_point : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector] = ...,
863
- ) -> None: ...
864
- def HasField(self, field_name: typing_extensions.Literal["displacement",b"displacement","remote_point",b"remote_point"]) -> builtins.bool: ...
865
- def ClearField(self, field_name: typing_extensions.Literal["displacement",b"displacement","remote_point",b"remote_point"]) -> None: ...
866
- global___DisplacementTranslationProperties = DisplacementTranslationProperties
867
-
868
- class DisplacementRotationProperties(google.protobuf.message.Message):
869
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
870
- ROTATION_FIELD_NUMBER: builtins.int
871
- REMOTE_POINT_FIELD_NUMBER: builtins.int
872
- @property
873
- def rotation(self) -> ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities: ...
874
- @property
875
- def remote_point(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector: ...
876
- def __init__(self,
877
- *,
878
- rotation : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities] = ...,
879
- remote_point : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector] = ...,
880
- ) -> None: ...
881
- def HasField(self, field_name: typing_extensions.Literal["remote_point",b"remote_point","rotation",b"rotation"]) -> builtins.bool: ...
882
- def ClearField(self, field_name: typing_extensions.Literal["remote_point",b"remote_point","rotation",b"rotation"]) -> None: ...
883
- global___DisplacementRotationProperties = DisplacementRotationProperties
884
-
885
- class DisplacementCombinedProperties(google.protobuf.message.Message):
886
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
887
- DISPLACEMENT_FIELD_NUMBER: builtins.int
888
- ROTATION_FIELD_NUMBER: builtins.int
889
- REMOTE_POINT_FIELD_NUMBER: builtins.int
890
- @property
891
- def displacement(self) -> ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities: ...
892
- @property
893
- def rotation(self) -> ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities: ...
894
- @property
895
- def remote_point(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector: ...
896
- def __init__(self,
897
- *,
898
- displacement : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities] = ...,
899
- rotation : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities] = ...,
900
- remote_point : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector] = ...,
901
- ) -> None: ...
902
- def HasField(self, field_name: typing_extensions.Literal["displacement",b"displacement","remote_point",b"remote_point","rotation",b"rotation"]) -> builtins.bool: ...
903
- def ClearField(self, field_name: typing_extensions.Literal["displacement",b"displacement","remote_point",b"remote_point","rotation",b"rotation"]) -> None: ...
904
- global___DisplacementCombinedProperties = DisplacementCombinedProperties
905
-
906
- class DisplacementDefinition(google.protobuf.message.Message):
907
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
908
- ID_FIELD_NUMBER: builtins.int
909
- PARENT_ID_FIELD_NUMBER: builtins.int
910
- LABEL_FIELD_NUMBER: builtins.int
911
- LOCATIONS_FIELD_NUMBER: builtins.int
912
- SUPPRESSED_FIELD_NUMBER: builtins.int
913
- DISPLACEMENT_FIELD_NUMBER: builtins.int
914
- id: typing.Text = ...
915
- parent_id: typing.Text = ...
916
- label: typing.Text = ...
917
- @property
918
- def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
919
- suppressed: builtins.bool = ...
920
- @property
921
- def displacement(self) -> global___DisplacementCombinedProperties: ...
922
- def __init__(self,
923
- *,
924
- id : typing.Text = ...,
925
- parent_id : typing.Text = ...,
926
- label : typing.Text = ...,
927
- locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
928
- suppressed : builtins.bool = ...,
929
- displacement : typing.Optional[global___DisplacementCombinedProperties] = ...,
930
- ) -> None: ...
931
- def HasField(self, field_name: typing_extensions.Literal["displacement",b"displacement"]) -> builtins.bool: ...
932
- 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","suppressed",b"suppressed"]) -> None: ...
933
- global___DisplacementDefinition = DisplacementDefinition
934
-
935
- class MomentProperties(google.protobuf.message.Message):
936
- """Displacement condition definitions
937
-
938
- """
939
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
940
- MOMENT_FIELD_NUMBER: builtins.int
941
- @property
942
- def moment(self) -> ansys.api.discovery.v0.discoverymodels_pb2.QuantityVector: ...
943
- def __init__(self,
944
- *,
945
- moment : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.QuantityVector] = ...,
946
- ) -> None: ...
947
- def HasField(self, field_name: typing_extensions.Literal["moment",b"moment"]) -> builtins.bool: ...
948
- def ClearField(self, field_name: typing_extensions.Literal["moment",b"moment"]) -> None: ...
949
- global___MomentProperties = MomentProperties
950
-
951
- class MomentDefinition(google.protobuf.message.Message):
952
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
953
- ID_FIELD_NUMBER: builtins.int
954
- PARENT_ID_FIELD_NUMBER: builtins.int
955
- LABEL_FIELD_NUMBER: builtins.int
956
- LOCATIONS_FIELD_NUMBER: builtins.int
957
- SUPPRESSED_FIELD_NUMBER: builtins.int
958
- LOCAL_FIELD_NUMBER: builtins.int
959
- GLOBAL_FIELD_NUMBER: builtins.int
960
- id: typing.Text = ...
961
- parent_id: typing.Text = ...
962
- label: typing.Text = ...
963
- @property
964
- def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
965
- suppressed: builtins.bool = ...
966
- @property
967
- def local(self) -> global___MomentProperties: ...
968
- def __init__(self,
969
- *,
970
- id : typing.Text = ...,
971
- parent_id : typing.Text = ...,
972
- label : typing.Text = ...,
973
- locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
974
- suppressed : builtins.bool = ...,
975
- local : typing.Optional[global___MomentProperties] = ...,
976
- ) -> None: ...
977
- def HasField(self, field_name: typing_extensions.Literal["global",b"global","local",b"local"]) -> builtins.bool: ...
978
- def ClearField(self, field_name: typing_extensions.Literal["global",b"global","id",b"id","label",b"label","local",b"local","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
979
- global___MomentDefinition = MomentDefinition
980
-
981
- class MassProperties(google.protobuf.message.Message):
982
- """Mass condition definitions"""
983
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
984
- MASS_MAGNITUDE_FIELD_NUMBER: builtins.int
985
- REMOTE_POINT_FIELD_NUMBER: builtins.int
986
- @property
987
- def mass_magnitude(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
988
- @property
989
- def remote_point(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector: ...
990
- def __init__(self,
991
- *,
992
- mass_magnitude : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
993
- remote_point : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector] = ...,
994
- ) -> None: ...
995
- def HasField(self, field_name: typing_extensions.Literal["mass_magnitude",b"mass_magnitude","remote_point",b"remote_point"]) -> builtins.bool: ...
996
- def ClearField(self, field_name: typing_extensions.Literal["mass_magnitude",b"mass_magnitude","remote_point",b"remote_point"]) -> None: ...
997
- global___MassProperties = MassProperties
998
-
999
- class MassDefinition(google.protobuf.message.Message):
1000
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
1001
- ID_FIELD_NUMBER: builtins.int
1002
- PARENT_ID_FIELD_NUMBER: builtins.int
1003
- LABEL_FIELD_NUMBER: builtins.int
1004
- LOCATIONS_FIELD_NUMBER: builtins.int
1005
- SUPPRESSED_FIELD_NUMBER: builtins.int
1006
- MASS_FIELD_NUMBER: builtins.int
1007
- id: typing.Text = ...
1008
- parent_id: typing.Text = ...
1009
- label: typing.Text = ...
1010
- @property
1011
- def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
1012
- suppressed: builtins.bool = ...
1013
- @property
1014
- def mass(self) -> global___MassProperties: ...
1015
- def __init__(self,
1016
- *,
1017
- id : typing.Text = ...,
1018
- parent_id : typing.Text = ...,
1019
- label : typing.Text = ...,
1020
- locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
1021
- suppressed : builtins.bool = ...,
1022
- mass : typing.Optional[global___MassProperties] = ...,
1023
- ) -> None: ...
1024
- def HasField(self, field_name: typing_extensions.Literal["mass",b"mass"]) -> builtins.bool: ...
1025
- def ClearField(self, field_name: typing_extensions.Literal["id",b"id","label",b"label","locations",b"locations","mass",b"mass","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
1026
- global___MassDefinition = MassDefinition
1027
-
1028
- class VelocityProperties(google.protobuf.message.Message):
1029
- """Velocity condition definitions"""
1030
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
1031
- VELOCITY_FIELD_NUMBER: builtins.int
1032
- REMOTE_POINT_FIELD_NUMBER: builtins.int
1033
- @property
1034
- def velocity(self) -> ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities: ...
1035
- @property
1036
- def remote_point(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector: ...
1037
- def __init__(self,
1038
- *,
1039
- velocity : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities] = ...,
1040
- remote_point : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector] = ...,
1041
- ) -> None: ...
1042
- def HasField(self, field_name: typing_extensions.Literal["remote_point",b"remote_point","velocity",b"velocity"]) -> builtins.bool: ...
1043
- def ClearField(self, field_name: typing_extensions.Literal["remote_point",b"remote_point","velocity",b"velocity"]) -> None: ...
1044
- global___VelocityProperties = VelocityProperties
1045
-
1046
- class VelocityDefinition(google.protobuf.message.Message):
1047
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
1048
- ID_FIELD_NUMBER: builtins.int
1049
- PARENT_ID_FIELD_NUMBER: builtins.int
1050
- LABEL_FIELD_NUMBER: builtins.int
1051
- LOCATIONS_FIELD_NUMBER: builtins.int
1052
- SUPPRESSED_FIELD_NUMBER: builtins.int
1053
- VELOCITY_FIELD_NUMBER: builtins.int
1054
- id: typing.Text = ...
1055
- parent_id: typing.Text = ...
1056
- label: typing.Text = ...
1057
- @property
1058
- def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
1059
- suppressed: builtins.bool = ...
1060
- @property
1061
- def velocity(self) -> global___VelocityProperties: ...
1062
- def __init__(self,
1063
- *,
1064
- id : typing.Text = ...,
1065
- parent_id : typing.Text = ...,
1066
- label : typing.Text = ...,
1067
- locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
1068
- suppressed : builtins.bool = ...,
1069
- velocity : typing.Optional[global___VelocityProperties] = ...,
1070
- ) -> None: ...
1071
- def HasField(self, field_name: typing_extensions.Literal["velocity",b"velocity"]) -> builtins.bool: ...
1072
- def ClearField(self, field_name: typing_extensions.Literal["id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed","velocity",b"velocity"]) -> None: ...
1073
- global___VelocityDefinition = VelocityDefinition
1074
-
1075
- class AccelerationProperties(google.protobuf.message.Message):
1076
- """Acceleration condition definitions"""
1077
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
1078
- ACCELERATION_FIELD_NUMBER: builtins.int
1079
- @property
1080
- def acceleration(self) -> ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities: ...
1081
- def __init__(self,
1082
- *,
1083
- acceleration : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities] = ...,
1084
- ) -> None: ...
1085
- def HasField(self, field_name: typing_extensions.Literal["acceleration",b"acceleration"]) -> builtins.bool: ...
1086
- def ClearField(self, field_name: typing_extensions.Literal["acceleration",b"acceleration"]) -> None: ...
1087
- global___AccelerationProperties = AccelerationProperties
1088
-
1089
- class AccelerationDefinition(google.protobuf.message.Message):
1090
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
1091
- ID_FIELD_NUMBER: builtins.int
1092
- PARENT_ID_FIELD_NUMBER: builtins.int
1093
- LABEL_FIELD_NUMBER: builtins.int
1094
- LOCATIONS_FIELD_NUMBER: builtins.int
1095
- SUPPRESSED_FIELD_NUMBER: builtins.int
1096
- ACCELERATION_FIELD_NUMBER: builtins.int
1097
- id: typing.Text = ...
1098
- parent_id: typing.Text = ...
1099
- label: typing.Text = ...
1100
- @property
1101
- def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
1102
- suppressed: builtins.bool = ...
1103
- @property
1104
- def acceleration(self) -> global___AccelerationProperties: ...
1105
- def __init__(self,
1106
- *,
1107
- id : typing.Text = ...,
1108
- parent_id : typing.Text = ...,
1109
- label : typing.Text = ...,
1110
- locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
1111
- suppressed : builtins.bool = ...,
1112
- acceleration : typing.Optional[global___AccelerationProperties] = ...,
1113
- ) -> None: ...
1114
- def HasField(self, field_name: typing_extensions.Literal["acceleration",b"acceleration"]) -> builtins.bool: ...
1115
- def ClearField(self, field_name: typing_extensions.Literal["acceleration",b"acceleration","id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
1116
- global___AccelerationDefinition = AccelerationDefinition
1117
-
1118
- class GravityProperties(google.protobuf.message.Message):
1119
- """Gravity condition definitions"""
1120
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
1121
- ACCELERATION_FIELD_NUMBER: builtins.int
1122
- INCLUDE_BUOYANCY_FIELD_NUMBER: builtins.int
1123
- INCLUDE_SELF_WEIGHT_FIELD_NUMBER: builtins.int
1124
- @property
1125
- def acceleration(self) -> ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities: ...
1126
- include_buoyancy: builtins.bool = ...
1127
- include_self_weight: builtins.bool = ...
1128
- def __init__(self,
1129
- *,
1130
- acceleration : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities] = ...,
1131
- include_buoyancy : builtins.bool = ...,
1132
- include_self_weight : builtins.bool = ...,
1133
- ) -> None: ...
1134
- def HasField(self, field_name: typing_extensions.Literal["acceleration",b"acceleration"]) -> builtins.bool: ...
1135
- def ClearField(self, field_name: typing_extensions.Literal["acceleration",b"acceleration","include_buoyancy",b"include_buoyancy","include_self_weight",b"include_self_weight"]) -> None: ...
1136
- global___GravityProperties = GravityProperties
1137
-
1138
- class GravityDefinition(google.protobuf.message.Message):
1139
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
1140
- ID_FIELD_NUMBER: builtins.int
1141
- PARENT_ID_FIELD_NUMBER: builtins.int
1142
- LABEL_FIELD_NUMBER: builtins.int
1143
- LOCATIONS_FIELD_NUMBER: builtins.int
1144
- SUPPRESSED_FIELD_NUMBER: builtins.int
1145
- GRAVITY_FIELD_NUMBER: builtins.int
1146
- id: typing.Text = ...
1147
- parent_id: typing.Text = ...
1148
- label: typing.Text = ...
1149
- @property
1150
- def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
1151
- suppressed: builtins.bool = ...
1152
- @property
1153
- def gravity(self) -> global___GravityProperties: ...
1154
- def __init__(self,
1155
- *,
1156
- id : typing.Text = ...,
1157
- parent_id : typing.Text = ...,
1158
- label : typing.Text = ...,
1159
- locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
1160
- suppressed : builtins.bool = ...,
1161
- gravity : typing.Optional[global___GravityProperties] = ...,
1162
- ) -> None: ...
1163
- def HasField(self, field_name: typing_extensions.Literal["gravity",b"gravity"]) -> builtins.bool: ...
1164
- def ClearField(self, field_name: typing_extensions.Literal["gravity",b"gravity","id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
1165
- global___GravityDefinition = GravityDefinition
1166
-
1167
- class BearingProperties(google.protobuf.message.Message):
1168
- """Bearing condition definitions"""
1169
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
1170
- RADIAL_FORCE_FIELD_NUMBER: builtins.int
1171
- THRUST_FORCE_FIELD_NUMBER: builtins.int
1172
- ANGLE_FIELD_NUMBER: builtins.int
1173
- @property
1174
- def radial_force(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
1175
- @property
1176
- def thrust_force(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
1177
- @property
1178
- def angle(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
1179
- def __init__(self,
1180
- *,
1181
- radial_force : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
1182
- thrust_force : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
1183
- angle : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
1184
- ) -> None: ...
1185
- def HasField(self, field_name: typing_extensions.Literal["angle",b"angle","radial_force",b"radial_force","thrust_force",b"thrust_force"]) -> builtins.bool: ...
1186
- def ClearField(self, field_name: typing_extensions.Literal["angle",b"angle","radial_force",b"radial_force","thrust_force",b"thrust_force"]) -> None: ...
1187
- global___BearingProperties = BearingProperties
1188
-
1189
- class BearingDefinition(google.protobuf.message.Message):
1190
- DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
1191
- ID_FIELD_NUMBER: builtins.int
1192
- PARENT_ID_FIELD_NUMBER: builtins.int
1193
- LABEL_FIELD_NUMBER: builtins.int
1194
- LOCATIONS_FIELD_NUMBER: builtins.int
1195
- SUPPRESSED_FIELD_NUMBER: builtins.int
1196
- BEARING_FIELD_NUMBER: builtins.int
1197
- id: typing.Text = ...
1198
- parent_id: typing.Text = ...
1199
- label: typing.Text = ...
1200
- @property
1201
- def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
1202
- suppressed: builtins.bool = ...
1203
- @property
1204
- def bearing(self) -> global___BearingProperties: ...
1205
- def __init__(self,
1206
- *,
1207
- id : typing.Text = ...,
1208
- parent_id : typing.Text = ...,
1209
- label : typing.Text = ...,
1210
- locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
1211
- suppressed : builtins.bool = ...,
1212
- bearing : typing.Optional[global___BearingProperties] = ...,
1213
- ) -> None: ...
1214
- def HasField(self, field_name: typing_extensions.Literal["bearing",b"bearing"]) -> builtins.bool: ...
1215
- def ClearField(self, field_name: typing_extensions.Literal["bearing",b"bearing","id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
1216
- global___BearingDefinition = BearingDefinition