ansys-api-discovery 0.5.2__py3-none-any.whl → 0.6.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ansys-api-discovery might be problematic. Click here for more details.

Files changed (48) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/conditions.proto +11 -46
  3. ansys/api/discovery/v0/conditions_pb2.py +12 -70
  4. ansys/api/discovery/v0/conditions_pb2.pyi +16 -88
  5. ansys/api/discovery/v0/conditions_pb2_grpc.py +40 -139
  6. ansys/api/discovery/v0/conditions_pb2_grpc.pyi +20 -50
  7. ansys/api/discovery/v0/conditionsfluid.proto +246 -0
  8. ansys/api/discovery/v0/conditionsfluid_pb2.py +85 -0
  9. ansys/api/discovery/v0/conditionsfluid_pb2.pyi +590 -0
  10. ansys/api/discovery/v0/conditionsfluid_pb2_grpc.py +662 -0
  11. ansys/api/discovery/v0/conditionsfluid_pb2_grpc.pyi +208 -0
  12. ansys/api/discovery/v0/conditionsstructural.proto +407 -0
  13. ansys/api/discovery/v0/conditionsstructural_pb2.py +113 -0
  14. ansys/api/discovery/v0/conditionsstructural_pb2.pyi +839 -0
  15. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +2746 -0
  16. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +854 -0
  17. ansys/api/discovery/v0/conditionsthermal.proto +179 -0
  18. ansys/api/discovery/v0/conditionsthermal_pb2.py +63 -0
  19. ansys/api/discovery/v0/conditionsthermal_pb2.pyi +399 -0
  20. ansys/api/discovery/v0/conditionsthermal_pb2_grpc.py +665 -0
  21. ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +217 -0
  22. ansys/api/discovery/v0/definedvariationstable.proto +12 -0
  23. ansys/api/discovery/v0/definedvariationstable_pb2.py +12 -116
  24. ansys/api/discovery/v0/definedvariationstable_pb2.pyi +16 -0
  25. ansys/api/discovery/v0/definedvariationstable_pb2_grpc.py +68 -0
  26. ansys/api/discovery/v0/definedvariationstable_pb2_grpc.pyi +26 -0
  27. ansys/api/discovery/v0/discoverymodels.proto +91 -25
  28. ansys/api/discovery/v0/discoverymodels_pb2.py +59 -211
  29. ansys/api/discovery/v0/discoverymodels_pb2.pyi +264 -50
  30. ansys/api/discovery/v0/historytrackparameters_pb2.py +3 -50
  31. ansys/api/discovery/v0/messaging.proto +0 -2
  32. ansys/api/discovery/v0/messaging_pb2.py +8 -20
  33. ansys/api/discovery/v0/scriptparameters_pb2.py +3 -37
  34. ansys/api/discovery/v0/simulations.proto +0 -1
  35. ansys/api/discovery/v0/simulations_pb2.py +8 -19
  36. ansys/api/discovery/v0/solution.proto +18 -2
  37. ansys/api/discovery/v0/solution_pb2.py +18 -40
  38. ansys/api/discovery/v0/solution_pb2.pyi +48 -0
  39. ansys/api/discovery/v0/solution_pb2_grpc.py +33 -0
  40. ansys/api/discovery/v0/solution_pb2_grpc.pyi +10 -0
  41. ansys/api/discovery/v0/units_pb2.py +3 -1232
  42. {ansys_api_discovery-0.5.2.dist-info → ansys_api_discovery-0.6.0.dist-info}/METADATA +8 -8
  43. ansys_api_discovery-0.6.0.dist-info/RECORD +70 -0
  44. {ansys_api_discovery-0.5.2.dist-info → ansys_api_discovery-0.6.0.dist-info}/WHEEL +1 -1
  45. ansys_api_discovery-0.5.2.dist-info/RECORD +0 -55
  46. {ansys_api_discovery-0.5.2.dist-info → ansys_api_discovery-0.6.0.dist-info}/LICENSE +0 -0
  47. {ansys_api_discovery-0.5.2.dist-info → ansys_api_discovery-0.6.0.dist-info}/entry_points.txt +0 -0
  48. {ansys_api_discovery-0.5.2.dist-info → ansys_api_discovery-0.6.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2746 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
5
+ from ansys.api.discovery.v0 import conditionsstructural_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2
6
+ from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
7
+
8
+
9
+ class ConditionsStructuralStub(object):
10
+ """Missing associated documentation comment in .proto file."""
11
+
12
+ def __init__(self, channel):
13
+ """Constructor.
14
+
15
+ Args:
16
+ channel: A grpc.Channel.
17
+ """
18
+ self.CreateSupportFixed = channel.unary_unary(
19
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateSupportFixed',
20
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.SerializeToString,
21
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.FromString,
22
+ )
23
+ self.CreateSupportHinged = channel.unary_unary(
24
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateSupportHinged',
25
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.SerializeToString,
26
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.FromString,
27
+ )
28
+ self.CreateSupportSliding = channel.unary_unary(
29
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateSupportSliding',
30
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.SerializeToString,
31
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.FromString,
32
+ )
33
+ self.CreateSupportBall = channel.unary_unary(
34
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateSupportBall',
35
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.SerializeToString,
36
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.FromString,
37
+ )
38
+ self.CreateSupportDisplaced = channel.unary_unary(
39
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateSupportDisplaced',
40
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportDisplacedCreationRequest.SerializeToString,
41
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportDisplacedCreationResponse.FromString,
42
+ )
43
+ self.ChangeSupportLocation = channel.unary_unary(
44
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportLocation',
45
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
46
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
47
+ )
48
+ self.ChangeSupportSpecification = channel.unary_unary(
49
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportSpecification',
50
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeSupportSpecificationRequest.SerializeToString,
51
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
52
+ )
53
+ self.ChangeSupportDisplacedOrientation = channel.unary_unary(
54
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedOrientation',
55
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
56
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
57
+ )
58
+ self.ChangeSupportDisplacedDX = channel.unary_unary(
59
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedDX',
60
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
61
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
62
+ )
63
+ self.ChangeSupportDisplacedDY = channel.unary_unary(
64
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedDY',
65
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
66
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
67
+ )
68
+ self.ChangeSupportDisplacedDZ = channel.unary_unary(
69
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedDZ',
70
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
71
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
72
+ )
73
+ self.ChangeSupportDisplacedRX = channel.unary_unary(
74
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedRX',
75
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
76
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
77
+ )
78
+ self.ChangeSupportDisplacedRY = channel.unary_unary(
79
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedRY',
80
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
81
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
82
+ )
83
+ self.ChangeSupportDisplacedRZ = channel.unary_unary(
84
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedRZ',
85
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
86
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
87
+ )
88
+ self.ChangeSupportDisplacedIsFixedDX = channel.unary_unary(
89
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedDX',
90
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
91
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
92
+ )
93
+ self.ChangeSupportDisplacedIsFixedDY = channel.unary_unary(
94
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedDY',
95
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
96
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
97
+ )
98
+ self.ChangeSupportDisplacedIsFixedDZ = channel.unary_unary(
99
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedDZ',
100
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
101
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
102
+ )
103
+ self.ChangeSupportDisplacedIsFixedRX = channel.unary_unary(
104
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedRX',
105
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
106
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
107
+ )
108
+ self.ChangeSupportDisplacedIsFixedRY = channel.unary_unary(
109
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedRY',
110
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
111
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
112
+ )
113
+ self.ChangeSupportDisplacedIsFixedRZ = channel.unary_unary(
114
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedRZ',
115
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
116
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
117
+ )
118
+ self.CreateForceDistributedTotal = channel.unary_unary(
119
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateForceDistributedTotal',
120
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedTotalCreationRequest.SerializeToString,
121
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedTotalCreationResponse.FromString,
122
+ )
123
+ self.CreateForceDistributedArea = channel.unary_unary(
124
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateForceDistributedArea',
125
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedAreaCreationRequest.SerializeToString,
126
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedAreaCreationResponse.FromString,
127
+ )
128
+ self.CreateForceTorque = channel.unary_unary(
129
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateForceTorque',
130
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceTorqueCreationRequest.SerializeToString,
131
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceTorqueCreationResponse.FromString,
132
+ )
133
+ self.ChangeForceLocation = channel.unary_unary(
134
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceLocation',
135
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
136
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
137
+ )
138
+ self.ChangeForceSpecification = channel.unary_unary(
139
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceSpecification',
140
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceSpecificationRequest.SerializeToString,
141
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
142
+ )
143
+ self.ChangeForceMagnitudeDefinition = channel.unary_unary(
144
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceMagnitudeDefinition',
145
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceMagnitudeDefinitionRequest.SerializeToString,
146
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
147
+ )
148
+ self.ChangeForceByReversingDirection = channel.unary_unary(
149
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceByReversingDirection',
150
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeCommandRequest.SerializeToString,
151
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
152
+ )
153
+ self.ChangeForceDefinedByComponentEnabled = channel.unary_unary(
154
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDefinedByComponentEnabled',
155
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
156
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
157
+ )
158
+ self.ChangeForceDistributedTotalMagnitude = channel.unary_unary(
159
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalMagnitude',
160
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
161
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
162
+ )
163
+ self.ChangeForceDistributedTotalX = channel.unary_unary(
164
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalX',
165
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
166
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
167
+ )
168
+ self.ChangeForceDistributedTotalY = channel.unary_unary(
169
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalY',
170
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
171
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
172
+ )
173
+ self.ChangeForceDistributedTotalZ = channel.unary_unary(
174
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalZ',
175
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
176
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
177
+ )
178
+ self.ChangeForceDistributedAreaMagnitude = channel.unary_unary(
179
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaMagnitude',
180
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
181
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
182
+ )
183
+ self.ChangeForceDistributedAreaX = channel.unary_unary(
184
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaX',
185
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
186
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
187
+ )
188
+ self.ChangeForceDistributedAreaY = channel.unary_unary(
189
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaY',
190
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
191
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
192
+ )
193
+ self.ChangeForceDistributedAreaZ = channel.unary_unary(
194
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaZ',
195
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
196
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
197
+ )
198
+ self.ChangeForceUseRemoteForceEnabled = channel.unary_unary(
199
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceUseRemoteForceEnabled',
200
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
201
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
202
+ )
203
+ self.ChangeForceDistributedRemotePositionX = channel.unary_unary(
204
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedRemotePositionX',
205
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
206
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
207
+ )
208
+ self.ChangeForceDistributedRemotePositionY = channel.unary_unary(
209
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedRemotePositionY',
210
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
211
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
212
+ )
213
+ self.ChangeForceDistributedRemotePositionZ = channel.unary_unary(
214
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedRemotePositionZ',
215
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
216
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
217
+ )
218
+ self.ChangeForceTorqueMagnitude = channel.unary_unary(
219
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueMagnitude',
220
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
221
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
222
+ )
223
+ self.ChangeForceTorqueX = channel.unary_unary(
224
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueX',
225
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
226
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
227
+ )
228
+ self.ChangeForceTorqueY = channel.unary_unary(
229
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueY',
230
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
231
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
232
+ )
233
+ self.ChangeForceTorqueZ = channel.unary_unary(
234
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueZ',
235
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
236
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
237
+ )
238
+ self.CreatePressure = channel.unary_unary(
239
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreatePressure',
240
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.PressureCreationRequest.SerializeToString,
241
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.PressureCreationResponse.FromString,
242
+ )
243
+ self.ChangePressureLocation = channel.unary_unary(
244
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangePressureLocation',
245
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
246
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
247
+ )
248
+ self.ChangePressureMagnitude = channel.unary_unary(
249
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangePressureMagnitude',
250
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
251
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
252
+ )
253
+ self.CreateDisplacementTranslation = channel.unary_unary(
254
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateDisplacementTranslation',
255
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementTranslationCreationRequest.SerializeToString,
256
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCreationResponse.FromString,
257
+ )
258
+ self.CreateDisplacementRotation = channel.unary_unary(
259
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateDisplacementRotation',
260
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementRotationCreationRequest.SerializeToString,
261
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCreationResponse.FromString,
262
+ )
263
+ self.CreateDisplacementCombined = channel.unary_unary(
264
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateDisplacementCombined',
265
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCombinedCreationRequest.SerializeToString,
266
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCreationResponse.FromString,
267
+ )
268
+ self.ChangeDisplacementLocation = channel.unary_unary(
269
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementLocation',
270
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
271
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
272
+ )
273
+ self.ChangeDisplacementSpecification = channel.unary_unary(
274
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementSpecification',
275
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeDisplacementSpecificationRequest.SerializeToString,
276
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
277
+ )
278
+ self.ChangeDisplacementOrientation = channel.unary_unary(
279
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementOrientation',
280
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
281
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
282
+ )
283
+ self.ChangeDisplacementDX = channel.unary_unary(
284
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDX',
285
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
286
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
287
+ )
288
+ self.ChangeDisplacementDY = channel.unary_unary(
289
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDY',
290
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
291
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
292
+ )
293
+ self.ChangeDisplacementDZ = channel.unary_unary(
294
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDZ',
295
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
296
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
297
+ )
298
+ self.ChangeDisplacementTranslationalMagnitude = channel.unary_unary(
299
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementTranslationalMagnitude',
300
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
301
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
302
+ )
303
+ self.ChangeDisplacementRX = channel.unary_unary(
304
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRX',
305
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
306
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
307
+ )
308
+ self.ChangeDisplacementRY = channel.unary_unary(
309
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRY',
310
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
311
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
312
+ )
313
+ self.ChangeDisplacementRZ = channel.unary_unary(
314
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRZ',
315
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
316
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
317
+ )
318
+ self.ChangeDisplacementRotationalMagnitude = channel.unary_unary(
319
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRotationalMagnitude',
320
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
321
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
322
+ )
323
+ self.ChangeDisplacementIsFixedDX = channel.unary_unary(
324
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedDX',
325
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
326
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
327
+ )
328
+ self.ChangeDisplacementIsFixedDY = channel.unary_unary(
329
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedDY',
330
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
331
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
332
+ )
333
+ self.ChangeDisplacementIsFixedDZ = channel.unary_unary(
334
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedDZ',
335
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
336
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
337
+ )
338
+ self.ChangeDisplacementIsFixedRX = channel.unary_unary(
339
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedRX',
340
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
341
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
342
+ )
343
+ self.ChangeDisplacementIsFixedRY = channel.unary_unary(
344
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedRY',
345
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
346
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
347
+ )
348
+ self.ChangeDisplacementIsFixedRZ = channel.unary_unary(
349
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedRZ',
350
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
351
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
352
+ )
353
+ self.ChangeDisplacementUseRemotePointEnabled = channel.unary_unary(
354
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementUseRemotePointEnabled',
355
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
356
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
357
+ )
358
+ self.ChangeDisplacementDistributedRemotePositionX = channel.unary_unary(
359
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDistributedRemotePositionX',
360
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
361
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
362
+ )
363
+ self.ChangeDisplacementDistributedRemotePositionY = channel.unary_unary(
364
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDistributedRemotePositionY',
365
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
366
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
367
+ )
368
+ self.ChangeDisplacementDistributedRemotePositionZ = channel.unary_unary(
369
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDistributedRemotePositionZ',
370
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
371
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
372
+ )
373
+ self.CreateMomentLocal = channel.unary_unary(
374
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateMomentLocal',
375
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationRequest.SerializeToString,
376
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationResponse.FromString,
377
+ )
378
+ self.CreateMomentGlobal = channel.unary_unary(
379
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateMomentGlobal',
380
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationRequest.SerializeToString,
381
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationResponse.FromString,
382
+ )
383
+ self.ChangeMomentLocation = channel.unary_unary(
384
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocation',
385
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
386
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
387
+ )
388
+ self.ChangeMomentSpecification = channel.unary_unary(
389
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentSpecification',
390
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeMomentSpecificationRequest.SerializeToString,
391
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
392
+ )
393
+ self.ChangeMomentOrientation = channel.unary_unary(
394
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentOrientation',
395
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
396
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
397
+ )
398
+ self.ChangeMomentLocalX = channel.unary_unary(
399
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocalX',
400
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
401
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
402
+ )
403
+ self.ChangeMomentLocalY = channel.unary_unary(
404
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocalY',
405
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
406
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
407
+ )
408
+ self.ChangeMomentLocalZ = channel.unary_unary(
409
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocalZ',
410
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
411
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
412
+ )
413
+ self.ChangeMomentGlobalX = channel.unary_unary(
414
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentGlobalX',
415
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
416
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
417
+ )
418
+ self.ChangeMomentGlobalY = channel.unary_unary(
419
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentGlobalY',
420
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
421
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
422
+ )
423
+ self.ChangeMomentGlobalZ = channel.unary_unary(
424
+ '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentGlobalZ',
425
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
426
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
427
+ )
428
+
429
+
430
+ class ConditionsStructuralServicer(object):
431
+ """Missing associated documentation comment in .proto file."""
432
+
433
+ def CreateSupportFixed(self, request, context):
434
+ """Support condition methods
435
+ """
436
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
437
+ context.set_details('Method not implemented!')
438
+ raise NotImplementedError('Method not implemented!')
439
+
440
+ def CreateSupportHinged(self, request, context):
441
+ """Missing associated documentation comment in .proto file."""
442
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
443
+ context.set_details('Method not implemented!')
444
+ raise NotImplementedError('Method not implemented!')
445
+
446
+ def CreateSupportSliding(self, request, context):
447
+ """Missing associated documentation comment in .proto file."""
448
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
449
+ context.set_details('Method not implemented!')
450
+ raise NotImplementedError('Method not implemented!')
451
+
452
+ def CreateSupportBall(self, request, context):
453
+ """Missing associated documentation comment in .proto file."""
454
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
455
+ context.set_details('Method not implemented!')
456
+ raise NotImplementedError('Method not implemented!')
457
+
458
+ def CreateSupportDisplaced(self, request, context):
459
+ """Missing associated documentation comment in .proto file."""
460
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
461
+ context.set_details('Method not implemented!')
462
+ raise NotImplementedError('Method not implemented!')
463
+
464
+ def ChangeSupportLocation(self, request, context):
465
+ """Missing associated documentation comment in .proto file."""
466
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
467
+ context.set_details('Method not implemented!')
468
+ raise NotImplementedError('Method not implemented!')
469
+
470
+ def ChangeSupportSpecification(self, request, context):
471
+ """Missing associated documentation comment in .proto file."""
472
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
473
+ context.set_details('Method not implemented!')
474
+ raise NotImplementedError('Method not implemented!')
475
+
476
+ def ChangeSupportDisplacedOrientation(self, request, context):
477
+ """Missing associated documentation comment in .proto file."""
478
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
479
+ context.set_details('Method not implemented!')
480
+ raise NotImplementedError('Method not implemented!')
481
+
482
+ def ChangeSupportDisplacedDX(self, request, context):
483
+ """Missing associated documentation comment in .proto file."""
484
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
485
+ context.set_details('Method not implemented!')
486
+ raise NotImplementedError('Method not implemented!')
487
+
488
+ def ChangeSupportDisplacedDY(self, request, context):
489
+ """Missing associated documentation comment in .proto file."""
490
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
491
+ context.set_details('Method not implemented!')
492
+ raise NotImplementedError('Method not implemented!')
493
+
494
+ def ChangeSupportDisplacedDZ(self, request, context):
495
+ """Missing associated documentation comment in .proto file."""
496
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
497
+ context.set_details('Method not implemented!')
498
+ raise NotImplementedError('Method not implemented!')
499
+
500
+ def ChangeSupportDisplacedRX(self, request, context):
501
+ """Missing associated documentation comment in .proto file."""
502
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
503
+ context.set_details('Method not implemented!')
504
+ raise NotImplementedError('Method not implemented!')
505
+
506
+ def ChangeSupportDisplacedRY(self, request, context):
507
+ """Missing associated documentation comment in .proto file."""
508
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
509
+ context.set_details('Method not implemented!')
510
+ raise NotImplementedError('Method not implemented!')
511
+
512
+ def ChangeSupportDisplacedRZ(self, request, context):
513
+ """Missing associated documentation comment in .proto file."""
514
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
515
+ context.set_details('Method not implemented!')
516
+ raise NotImplementedError('Method not implemented!')
517
+
518
+ def ChangeSupportDisplacedIsFixedDX(self, request, context):
519
+ """Missing associated documentation comment in .proto file."""
520
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
521
+ context.set_details('Method not implemented!')
522
+ raise NotImplementedError('Method not implemented!')
523
+
524
+ def ChangeSupportDisplacedIsFixedDY(self, request, context):
525
+ """Missing associated documentation comment in .proto file."""
526
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
527
+ context.set_details('Method not implemented!')
528
+ raise NotImplementedError('Method not implemented!')
529
+
530
+ def ChangeSupportDisplacedIsFixedDZ(self, request, context):
531
+ """Missing associated documentation comment in .proto file."""
532
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
533
+ context.set_details('Method not implemented!')
534
+ raise NotImplementedError('Method not implemented!')
535
+
536
+ def ChangeSupportDisplacedIsFixedRX(self, request, context):
537
+ """Missing associated documentation comment in .proto file."""
538
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
539
+ context.set_details('Method not implemented!')
540
+ raise NotImplementedError('Method not implemented!')
541
+
542
+ def ChangeSupportDisplacedIsFixedRY(self, request, context):
543
+ """Missing associated documentation comment in .proto file."""
544
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
545
+ context.set_details('Method not implemented!')
546
+ raise NotImplementedError('Method not implemented!')
547
+
548
+ def ChangeSupportDisplacedIsFixedRZ(self, request, context):
549
+ """Missing associated documentation comment in .proto file."""
550
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
551
+ context.set_details('Method not implemented!')
552
+ raise NotImplementedError('Method not implemented!')
553
+
554
+ def CreateForceDistributedTotal(self, request, context):
555
+ """Force condition methods
556
+
557
+ """
558
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
559
+ context.set_details('Method not implemented!')
560
+ raise NotImplementedError('Method not implemented!')
561
+
562
+ def CreateForceDistributedArea(self, request, context):
563
+ """Missing associated documentation comment in .proto file."""
564
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
565
+ context.set_details('Method not implemented!')
566
+ raise NotImplementedError('Method not implemented!')
567
+
568
+ def CreateForceTorque(self, request, context):
569
+ """Missing associated documentation comment in .proto file."""
570
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
571
+ context.set_details('Method not implemented!')
572
+ raise NotImplementedError('Method not implemented!')
573
+
574
+ def ChangeForceLocation(self, request, context):
575
+ """Missing associated documentation comment in .proto file."""
576
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
577
+ context.set_details('Method not implemented!')
578
+ raise NotImplementedError('Method not implemented!')
579
+
580
+ def ChangeForceSpecification(self, request, context):
581
+ """Missing associated documentation comment in .proto file."""
582
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
583
+ context.set_details('Method not implemented!')
584
+ raise NotImplementedError('Method not implemented!')
585
+
586
+ def ChangeForceMagnitudeDefinition(self, request, context):
587
+ """Missing associated documentation comment in .proto file."""
588
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
589
+ context.set_details('Method not implemented!')
590
+ raise NotImplementedError('Method not implemented!')
591
+
592
+ def ChangeForceByReversingDirection(self, request, context):
593
+ """Missing associated documentation comment in .proto file."""
594
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
595
+ context.set_details('Method not implemented!')
596
+ raise NotImplementedError('Method not implemented!')
597
+
598
+ def ChangeForceDefinedByComponentEnabled(self, request, context):
599
+ """Missing associated documentation comment in .proto file."""
600
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
601
+ context.set_details('Method not implemented!')
602
+ raise NotImplementedError('Method not implemented!')
603
+
604
+ def ChangeForceDistributedTotalMagnitude(self, request, context):
605
+ """Missing associated documentation comment in .proto file."""
606
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
607
+ context.set_details('Method not implemented!')
608
+ raise NotImplementedError('Method not implemented!')
609
+
610
+ def ChangeForceDistributedTotalX(self, request, context):
611
+ """Missing associated documentation comment in .proto file."""
612
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
613
+ context.set_details('Method not implemented!')
614
+ raise NotImplementedError('Method not implemented!')
615
+
616
+ def ChangeForceDistributedTotalY(self, request, context):
617
+ """Missing associated documentation comment in .proto file."""
618
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
619
+ context.set_details('Method not implemented!')
620
+ raise NotImplementedError('Method not implemented!')
621
+
622
+ def ChangeForceDistributedTotalZ(self, request, context):
623
+ """Missing associated documentation comment in .proto file."""
624
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
625
+ context.set_details('Method not implemented!')
626
+ raise NotImplementedError('Method not implemented!')
627
+
628
+ def ChangeForceDistributedAreaMagnitude(self, request, context):
629
+ """Missing associated documentation comment in .proto file."""
630
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
631
+ context.set_details('Method not implemented!')
632
+ raise NotImplementedError('Method not implemented!')
633
+
634
+ def ChangeForceDistributedAreaX(self, request, context):
635
+ """Missing associated documentation comment in .proto file."""
636
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
637
+ context.set_details('Method not implemented!')
638
+ raise NotImplementedError('Method not implemented!')
639
+
640
+ def ChangeForceDistributedAreaY(self, request, context):
641
+ """Missing associated documentation comment in .proto file."""
642
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
643
+ context.set_details('Method not implemented!')
644
+ raise NotImplementedError('Method not implemented!')
645
+
646
+ def ChangeForceDistributedAreaZ(self, request, context):
647
+ """Missing associated documentation comment in .proto file."""
648
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
649
+ context.set_details('Method not implemented!')
650
+ raise NotImplementedError('Method not implemented!')
651
+
652
+ def ChangeForceUseRemoteForceEnabled(self, request, context):
653
+ """Missing associated documentation comment in .proto file."""
654
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
655
+ context.set_details('Method not implemented!')
656
+ raise NotImplementedError('Method not implemented!')
657
+
658
+ def ChangeForceDistributedRemotePositionX(self, request, context):
659
+ """Missing associated documentation comment in .proto file."""
660
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
661
+ context.set_details('Method not implemented!')
662
+ raise NotImplementedError('Method not implemented!')
663
+
664
+ def ChangeForceDistributedRemotePositionY(self, request, context):
665
+ """Missing associated documentation comment in .proto file."""
666
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
667
+ context.set_details('Method not implemented!')
668
+ raise NotImplementedError('Method not implemented!')
669
+
670
+ def ChangeForceDistributedRemotePositionZ(self, request, context):
671
+ """Missing associated documentation comment in .proto file."""
672
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
673
+ context.set_details('Method not implemented!')
674
+ raise NotImplementedError('Method not implemented!')
675
+
676
+ def ChangeForceTorqueMagnitude(self, request, context):
677
+ """Missing associated documentation comment in .proto file."""
678
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
679
+ context.set_details('Method not implemented!')
680
+ raise NotImplementedError('Method not implemented!')
681
+
682
+ def ChangeForceTorqueX(self, request, context):
683
+ """Missing associated documentation comment in .proto file."""
684
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
685
+ context.set_details('Method not implemented!')
686
+ raise NotImplementedError('Method not implemented!')
687
+
688
+ def ChangeForceTorqueY(self, request, context):
689
+ """Missing associated documentation comment in .proto file."""
690
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
691
+ context.set_details('Method not implemented!')
692
+ raise NotImplementedError('Method not implemented!')
693
+
694
+ def ChangeForceTorqueZ(self, request, context):
695
+ """Missing associated documentation comment in .proto file."""
696
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
697
+ context.set_details('Method not implemented!')
698
+ raise NotImplementedError('Method not implemented!')
699
+
700
+ def CreatePressure(self, request, context):
701
+ """Pressure condition methods
702
+ """
703
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
704
+ context.set_details('Method not implemented!')
705
+ raise NotImplementedError('Method not implemented!')
706
+
707
+ def ChangePressureLocation(self, request, context):
708
+ """Missing associated documentation comment in .proto file."""
709
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
710
+ context.set_details('Method not implemented!')
711
+ raise NotImplementedError('Method not implemented!')
712
+
713
+ def ChangePressureMagnitude(self, request, context):
714
+ """Missing associated documentation comment in .proto file."""
715
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
716
+ context.set_details('Method not implemented!')
717
+ raise NotImplementedError('Method not implemented!')
718
+
719
+ def CreateDisplacementTranslation(self, request, context):
720
+ """Displacement condition methods
721
+ """
722
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
723
+ context.set_details('Method not implemented!')
724
+ raise NotImplementedError('Method not implemented!')
725
+
726
+ def CreateDisplacementRotation(self, request, context):
727
+ """Missing associated documentation comment in .proto file."""
728
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
729
+ context.set_details('Method not implemented!')
730
+ raise NotImplementedError('Method not implemented!')
731
+
732
+ def CreateDisplacementCombined(self, request, context):
733
+ """Missing associated documentation comment in .proto file."""
734
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
735
+ context.set_details('Method not implemented!')
736
+ raise NotImplementedError('Method not implemented!')
737
+
738
+ def ChangeDisplacementLocation(self, request, context):
739
+ """Missing associated documentation comment in .proto file."""
740
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
741
+ context.set_details('Method not implemented!')
742
+ raise NotImplementedError('Method not implemented!')
743
+
744
+ def ChangeDisplacementSpecification(self, request, context):
745
+ """Missing associated documentation comment in .proto file."""
746
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
747
+ context.set_details('Method not implemented!')
748
+ raise NotImplementedError('Method not implemented!')
749
+
750
+ def ChangeDisplacementOrientation(self, request, context):
751
+ """Missing associated documentation comment in .proto file."""
752
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
753
+ context.set_details('Method not implemented!')
754
+ raise NotImplementedError('Method not implemented!')
755
+
756
+ def ChangeDisplacementDX(self, request, context):
757
+ """Missing associated documentation comment in .proto file."""
758
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
759
+ context.set_details('Method not implemented!')
760
+ raise NotImplementedError('Method not implemented!')
761
+
762
+ def ChangeDisplacementDY(self, request, context):
763
+ """Missing associated documentation comment in .proto file."""
764
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
765
+ context.set_details('Method not implemented!')
766
+ raise NotImplementedError('Method not implemented!')
767
+
768
+ def ChangeDisplacementDZ(self, request, context):
769
+ """Missing associated documentation comment in .proto file."""
770
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
771
+ context.set_details('Method not implemented!')
772
+ raise NotImplementedError('Method not implemented!')
773
+
774
+ def ChangeDisplacementTranslationalMagnitude(self, request, context):
775
+ """Missing associated documentation comment in .proto file."""
776
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
777
+ context.set_details('Method not implemented!')
778
+ raise NotImplementedError('Method not implemented!')
779
+
780
+ def ChangeDisplacementRX(self, request, context):
781
+ """Missing associated documentation comment in .proto file."""
782
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
783
+ context.set_details('Method not implemented!')
784
+ raise NotImplementedError('Method not implemented!')
785
+
786
+ def ChangeDisplacementRY(self, request, context):
787
+ """Missing associated documentation comment in .proto file."""
788
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
789
+ context.set_details('Method not implemented!')
790
+ raise NotImplementedError('Method not implemented!')
791
+
792
+ def ChangeDisplacementRZ(self, request, context):
793
+ """Missing associated documentation comment in .proto file."""
794
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
795
+ context.set_details('Method not implemented!')
796
+ raise NotImplementedError('Method not implemented!')
797
+
798
+ def ChangeDisplacementRotationalMagnitude(self, request, context):
799
+ """Missing associated documentation comment in .proto file."""
800
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
801
+ context.set_details('Method not implemented!')
802
+ raise NotImplementedError('Method not implemented!')
803
+
804
+ def ChangeDisplacementIsFixedDX(self, request, context):
805
+ """Missing associated documentation comment in .proto file."""
806
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
807
+ context.set_details('Method not implemented!')
808
+ raise NotImplementedError('Method not implemented!')
809
+
810
+ def ChangeDisplacementIsFixedDY(self, request, context):
811
+ """Missing associated documentation comment in .proto file."""
812
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
813
+ context.set_details('Method not implemented!')
814
+ raise NotImplementedError('Method not implemented!')
815
+
816
+ def ChangeDisplacementIsFixedDZ(self, request, context):
817
+ """Missing associated documentation comment in .proto file."""
818
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
819
+ context.set_details('Method not implemented!')
820
+ raise NotImplementedError('Method not implemented!')
821
+
822
+ def ChangeDisplacementIsFixedRX(self, request, context):
823
+ """Missing associated documentation comment in .proto file."""
824
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
825
+ context.set_details('Method not implemented!')
826
+ raise NotImplementedError('Method not implemented!')
827
+
828
+ def ChangeDisplacementIsFixedRY(self, request, context):
829
+ """Missing associated documentation comment in .proto file."""
830
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
831
+ context.set_details('Method not implemented!')
832
+ raise NotImplementedError('Method not implemented!')
833
+
834
+ def ChangeDisplacementIsFixedRZ(self, request, context):
835
+ """Missing associated documentation comment in .proto file."""
836
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
837
+ context.set_details('Method not implemented!')
838
+ raise NotImplementedError('Method not implemented!')
839
+
840
+ def ChangeDisplacementUseRemotePointEnabled(self, request, context):
841
+ """Missing associated documentation comment in .proto file."""
842
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
843
+ context.set_details('Method not implemented!')
844
+ raise NotImplementedError('Method not implemented!')
845
+
846
+ def ChangeDisplacementDistributedRemotePositionX(self, request, context):
847
+ """Missing associated documentation comment in .proto file."""
848
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
849
+ context.set_details('Method not implemented!')
850
+ raise NotImplementedError('Method not implemented!')
851
+
852
+ def ChangeDisplacementDistributedRemotePositionY(self, request, context):
853
+ """Missing associated documentation comment in .proto file."""
854
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
855
+ context.set_details('Method not implemented!')
856
+ raise NotImplementedError('Method not implemented!')
857
+
858
+ def ChangeDisplacementDistributedRemotePositionZ(self, request, context):
859
+ """Missing associated documentation comment in .proto file."""
860
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
861
+ context.set_details('Method not implemented!')
862
+ raise NotImplementedError('Method not implemented!')
863
+
864
+ def CreateMomentLocal(self, request, context):
865
+ """Moment condition methods
866
+ """
867
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
868
+ context.set_details('Method not implemented!')
869
+ raise NotImplementedError('Method not implemented!')
870
+
871
+ def CreateMomentGlobal(self, request, context):
872
+ """Missing associated documentation comment in .proto file."""
873
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
874
+ context.set_details('Method not implemented!')
875
+ raise NotImplementedError('Method not implemented!')
876
+
877
+ def ChangeMomentLocation(self, request, context):
878
+ """Missing associated documentation comment in .proto file."""
879
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
880
+ context.set_details('Method not implemented!')
881
+ raise NotImplementedError('Method not implemented!')
882
+
883
+ def ChangeMomentSpecification(self, request, context):
884
+ """Missing associated documentation comment in .proto file."""
885
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
886
+ context.set_details('Method not implemented!')
887
+ raise NotImplementedError('Method not implemented!')
888
+
889
+ def ChangeMomentOrientation(self, request, context):
890
+ """Missing associated documentation comment in .proto file."""
891
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
892
+ context.set_details('Method not implemented!')
893
+ raise NotImplementedError('Method not implemented!')
894
+
895
+ def ChangeMomentLocalX(self, request, context):
896
+ """Missing associated documentation comment in .proto file."""
897
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
898
+ context.set_details('Method not implemented!')
899
+ raise NotImplementedError('Method not implemented!')
900
+
901
+ def ChangeMomentLocalY(self, request, context):
902
+ """Missing associated documentation comment in .proto file."""
903
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
904
+ context.set_details('Method not implemented!')
905
+ raise NotImplementedError('Method not implemented!')
906
+
907
+ def ChangeMomentLocalZ(self, request, context):
908
+ """Missing associated documentation comment in .proto file."""
909
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
910
+ context.set_details('Method not implemented!')
911
+ raise NotImplementedError('Method not implemented!')
912
+
913
+ def ChangeMomentGlobalX(self, request, context):
914
+ """Missing associated documentation comment in .proto file."""
915
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
916
+ context.set_details('Method not implemented!')
917
+ raise NotImplementedError('Method not implemented!')
918
+
919
+ def ChangeMomentGlobalY(self, request, context):
920
+ """Missing associated documentation comment in .proto file."""
921
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
922
+ context.set_details('Method not implemented!')
923
+ raise NotImplementedError('Method not implemented!')
924
+
925
+ def ChangeMomentGlobalZ(self, request, context):
926
+ """Missing associated documentation comment in .proto file."""
927
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
928
+ context.set_details('Method not implemented!')
929
+ raise NotImplementedError('Method not implemented!')
930
+
931
+
932
+ def add_ConditionsStructuralServicer_to_server(servicer, server):
933
+ rpc_method_handlers = {
934
+ 'CreateSupportFixed': grpc.unary_unary_rpc_method_handler(
935
+ servicer.CreateSupportFixed,
936
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.FromString,
937
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.SerializeToString,
938
+ ),
939
+ 'CreateSupportHinged': grpc.unary_unary_rpc_method_handler(
940
+ servicer.CreateSupportHinged,
941
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.FromString,
942
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.SerializeToString,
943
+ ),
944
+ 'CreateSupportSliding': grpc.unary_unary_rpc_method_handler(
945
+ servicer.CreateSupportSliding,
946
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.FromString,
947
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.SerializeToString,
948
+ ),
949
+ 'CreateSupportBall': grpc.unary_unary_rpc_method_handler(
950
+ servicer.CreateSupportBall,
951
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.FromString,
952
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.SerializeToString,
953
+ ),
954
+ 'CreateSupportDisplaced': grpc.unary_unary_rpc_method_handler(
955
+ servicer.CreateSupportDisplaced,
956
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportDisplacedCreationRequest.FromString,
957
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportDisplacedCreationResponse.SerializeToString,
958
+ ),
959
+ 'ChangeSupportLocation': grpc.unary_unary_rpc_method_handler(
960
+ servicer.ChangeSupportLocation,
961
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
962
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
963
+ ),
964
+ 'ChangeSupportSpecification': grpc.unary_unary_rpc_method_handler(
965
+ servicer.ChangeSupportSpecification,
966
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeSupportSpecificationRequest.FromString,
967
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
968
+ ),
969
+ 'ChangeSupportDisplacedOrientation': grpc.unary_unary_rpc_method_handler(
970
+ servicer.ChangeSupportDisplacedOrientation,
971
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.FromString,
972
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
973
+ ),
974
+ 'ChangeSupportDisplacedDX': grpc.unary_unary_rpc_method_handler(
975
+ servicer.ChangeSupportDisplacedDX,
976
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
977
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
978
+ ),
979
+ 'ChangeSupportDisplacedDY': grpc.unary_unary_rpc_method_handler(
980
+ servicer.ChangeSupportDisplacedDY,
981
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
982
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
983
+ ),
984
+ 'ChangeSupportDisplacedDZ': grpc.unary_unary_rpc_method_handler(
985
+ servicer.ChangeSupportDisplacedDZ,
986
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
987
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
988
+ ),
989
+ 'ChangeSupportDisplacedRX': grpc.unary_unary_rpc_method_handler(
990
+ servicer.ChangeSupportDisplacedRX,
991
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
992
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
993
+ ),
994
+ 'ChangeSupportDisplacedRY': grpc.unary_unary_rpc_method_handler(
995
+ servicer.ChangeSupportDisplacedRY,
996
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
997
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
998
+ ),
999
+ 'ChangeSupportDisplacedRZ': grpc.unary_unary_rpc_method_handler(
1000
+ servicer.ChangeSupportDisplacedRZ,
1001
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1002
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1003
+ ),
1004
+ 'ChangeSupportDisplacedIsFixedDX': grpc.unary_unary_rpc_method_handler(
1005
+ servicer.ChangeSupportDisplacedIsFixedDX,
1006
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1007
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1008
+ ),
1009
+ 'ChangeSupportDisplacedIsFixedDY': grpc.unary_unary_rpc_method_handler(
1010
+ servicer.ChangeSupportDisplacedIsFixedDY,
1011
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1012
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1013
+ ),
1014
+ 'ChangeSupportDisplacedIsFixedDZ': grpc.unary_unary_rpc_method_handler(
1015
+ servicer.ChangeSupportDisplacedIsFixedDZ,
1016
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1017
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1018
+ ),
1019
+ 'ChangeSupportDisplacedIsFixedRX': grpc.unary_unary_rpc_method_handler(
1020
+ servicer.ChangeSupportDisplacedIsFixedRX,
1021
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1022
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1023
+ ),
1024
+ 'ChangeSupportDisplacedIsFixedRY': grpc.unary_unary_rpc_method_handler(
1025
+ servicer.ChangeSupportDisplacedIsFixedRY,
1026
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1027
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1028
+ ),
1029
+ 'ChangeSupportDisplacedIsFixedRZ': grpc.unary_unary_rpc_method_handler(
1030
+ servicer.ChangeSupportDisplacedIsFixedRZ,
1031
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1032
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1033
+ ),
1034
+ 'CreateForceDistributedTotal': grpc.unary_unary_rpc_method_handler(
1035
+ servicer.CreateForceDistributedTotal,
1036
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedTotalCreationRequest.FromString,
1037
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedTotalCreationResponse.SerializeToString,
1038
+ ),
1039
+ 'CreateForceDistributedArea': grpc.unary_unary_rpc_method_handler(
1040
+ servicer.CreateForceDistributedArea,
1041
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedAreaCreationRequest.FromString,
1042
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedAreaCreationResponse.SerializeToString,
1043
+ ),
1044
+ 'CreateForceTorque': grpc.unary_unary_rpc_method_handler(
1045
+ servicer.CreateForceTorque,
1046
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceTorqueCreationRequest.FromString,
1047
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceTorqueCreationResponse.SerializeToString,
1048
+ ),
1049
+ 'ChangeForceLocation': grpc.unary_unary_rpc_method_handler(
1050
+ servicer.ChangeForceLocation,
1051
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
1052
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1053
+ ),
1054
+ 'ChangeForceSpecification': grpc.unary_unary_rpc_method_handler(
1055
+ servicer.ChangeForceSpecification,
1056
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceSpecificationRequest.FromString,
1057
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1058
+ ),
1059
+ 'ChangeForceMagnitudeDefinition': grpc.unary_unary_rpc_method_handler(
1060
+ servicer.ChangeForceMagnitudeDefinition,
1061
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceMagnitudeDefinitionRequest.FromString,
1062
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1063
+ ),
1064
+ 'ChangeForceByReversingDirection': grpc.unary_unary_rpc_method_handler(
1065
+ servicer.ChangeForceByReversingDirection,
1066
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeCommandRequest.FromString,
1067
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1068
+ ),
1069
+ 'ChangeForceDefinedByComponentEnabled': grpc.unary_unary_rpc_method_handler(
1070
+ servicer.ChangeForceDefinedByComponentEnabled,
1071
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1072
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1073
+ ),
1074
+ 'ChangeForceDistributedTotalMagnitude': grpc.unary_unary_rpc_method_handler(
1075
+ servicer.ChangeForceDistributedTotalMagnitude,
1076
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1077
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1078
+ ),
1079
+ 'ChangeForceDistributedTotalX': grpc.unary_unary_rpc_method_handler(
1080
+ servicer.ChangeForceDistributedTotalX,
1081
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1082
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1083
+ ),
1084
+ 'ChangeForceDistributedTotalY': grpc.unary_unary_rpc_method_handler(
1085
+ servicer.ChangeForceDistributedTotalY,
1086
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1087
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1088
+ ),
1089
+ 'ChangeForceDistributedTotalZ': grpc.unary_unary_rpc_method_handler(
1090
+ servicer.ChangeForceDistributedTotalZ,
1091
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1092
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1093
+ ),
1094
+ 'ChangeForceDistributedAreaMagnitude': grpc.unary_unary_rpc_method_handler(
1095
+ servicer.ChangeForceDistributedAreaMagnitude,
1096
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1097
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1098
+ ),
1099
+ 'ChangeForceDistributedAreaX': grpc.unary_unary_rpc_method_handler(
1100
+ servicer.ChangeForceDistributedAreaX,
1101
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1102
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1103
+ ),
1104
+ 'ChangeForceDistributedAreaY': grpc.unary_unary_rpc_method_handler(
1105
+ servicer.ChangeForceDistributedAreaY,
1106
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1107
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1108
+ ),
1109
+ 'ChangeForceDistributedAreaZ': grpc.unary_unary_rpc_method_handler(
1110
+ servicer.ChangeForceDistributedAreaZ,
1111
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1112
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1113
+ ),
1114
+ 'ChangeForceUseRemoteForceEnabled': grpc.unary_unary_rpc_method_handler(
1115
+ servicer.ChangeForceUseRemoteForceEnabled,
1116
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1117
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1118
+ ),
1119
+ 'ChangeForceDistributedRemotePositionX': grpc.unary_unary_rpc_method_handler(
1120
+ servicer.ChangeForceDistributedRemotePositionX,
1121
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1122
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1123
+ ),
1124
+ 'ChangeForceDistributedRemotePositionY': grpc.unary_unary_rpc_method_handler(
1125
+ servicer.ChangeForceDistributedRemotePositionY,
1126
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1127
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1128
+ ),
1129
+ 'ChangeForceDistributedRemotePositionZ': grpc.unary_unary_rpc_method_handler(
1130
+ servicer.ChangeForceDistributedRemotePositionZ,
1131
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1132
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1133
+ ),
1134
+ 'ChangeForceTorqueMagnitude': grpc.unary_unary_rpc_method_handler(
1135
+ servicer.ChangeForceTorqueMagnitude,
1136
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1137
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1138
+ ),
1139
+ 'ChangeForceTorqueX': grpc.unary_unary_rpc_method_handler(
1140
+ servicer.ChangeForceTorqueX,
1141
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1142
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1143
+ ),
1144
+ 'ChangeForceTorqueY': grpc.unary_unary_rpc_method_handler(
1145
+ servicer.ChangeForceTorqueY,
1146
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1147
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1148
+ ),
1149
+ 'ChangeForceTorqueZ': grpc.unary_unary_rpc_method_handler(
1150
+ servicer.ChangeForceTorqueZ,
1151
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1152
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1153
+ ),
1154
+ 'CreatePressure': grpc.unary_unary_rpc_method_handler(
1155
+ servicer.CreatePressure,
1156
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.PressureCreationRequest.FromString,
1157
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.PressureCreationResponse.SerializeToString,
1158
+ ),
1159
+ 'ChangePressureLocation': grpc.unary_unary_rpc_method_handler(
1160
+ servicer.ChangePressureLocation,
1161
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
1162
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1163
+ ),
1164
+ 'ChangePressureMagnitude': grpc.unary_unary_rpc_method_handler(
1165
+ servicer.ChangePressureMagnitude,
1166
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1167
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1168
+ ),
1169
+ 'CreateDisplacementTranslation': grpc.unary_unary_rpc_method_handler(
1170
+ servicer.CreateDisplacementTranslation,
1171
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementTranslationCreationRequest.FromString,
1172
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCreationResponse.SerializeToString,
1173
+ ),
1174
+ 'CreateDisplacementRotation': grpc.unary_unary_rpc_method_handler(
1175
+ servicer.CreateDisplacementRotation,
1176
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementRotationCreationRequest.FromString,
1177
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCreationResponse.SerializeToString,
1178
+ ),
1179
+ 'CreateDisplacementCombined': grpc.unary_unary_rpc_method_handler(
1180
+ servicer.CreateDisplacementCombined,
1181
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCombinedCreationRequest.FromString,
1182
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCreationResponse.SerializeToString,
1183
+ ),
1184
+ 'ChangeDisplacementLocation': grpc.unary_unary_rpc_method_handler(
1185
+ servicer.ChangeDisplacementLocation,
1186
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
1187
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1188
+ ),
1189
+ 'ChangeDisplacementSpecification': grpc.unary_unary_rpc_method_handler(
1190
+ servicer.ChangeDisplacementSpecification,
1191
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeDisplacementSpecificationRequest.FromString,
1192
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1193
+ ),
1194
+ 'ChangeDisplacementOrientation': grpc.unary_unary_rpc_method_handler(
1195
+ servicer.ChangeDisplacementOrientation,
1196
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.FromString,
1197
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1198
+ ),
1199
+ 'ChangeDisplacementDX': grpc.unary_unary_rpc_method_handler(
1200
+ servicer.ChangeDisplacementDX,
1201
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1202
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1203
+ ),
1204
+ 'ChangeDisplacementDY': grpc.unary_unary_rpc_method_handler(
1205
+ servicer.ChangeDisplacementDY,
1206
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1207
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1208
+ ),
1209
+ 'ChangeDisplacementDZ': grpc.unary_unary_rpc_method_handler(
1210
+ servicer.ChangeDisplacementDZ,
1211
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1212
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1213
+ ),
1214
+ 'ChangeDisplacementTranslationalMagnitude': grpc.unary_unary_rpc_method_handler(
1215
+ servicer.ChangeDisplacementTranslationalMagnitude,
1216
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1217
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1218
+ ),
1219
+ 'ChangeDisplacementRX': grpc.unary_unary_rpc_method_handler(
1220
+ servicer.ChangeDisplacementRX,
1221
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1222
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1223
+ ),
1224
+ 'ChangeDisplacementRY': grpc.unary_unary_rpc_method_handler(
1225
+ servicer.ChangeDisplacementRY,
1226
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1227
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1228
+ ),
1229
+ 'ChangeDisplacementRZ': grpc.unary_unary_rpc_method_handler(
1230
+ servicer.ChangeDisplacementRZ,
1231
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1232
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1233
+ ),
1234
+ 'ChangeDisplacementRotationalMagnitude': grpc.unary_unary_rpc_method_handler(
1235
+ servicer.ChangeDisplacementRotationalMagnitude,
1236
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1237
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1238
+ ),
1239
+ 'ChangeDisplacementIsFixedDX': grpc.unary_unary_rpc_method_handler(
1240
+ servicer.ChangeDisplacementIsFixedDX,
1241
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1242
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1243
+ ),
1244
+ 'ChangeDisplacementIsFixedDY': grpc.unary_unary_rpc_method_handler(
1245
+ servicer.ChangeDisplacementIsFixedDY,
1246
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1247
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1248
+ ),
1249
+ 'ChangeDisplacementIsFixedDZ': grpc.unary_unary_rpc_method_handler(
1250
+ servicer.ChangeDisplacementIsFixedDZ,
1251
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1252
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1253
+ ),
1254
+ 'ChangeDisplacementIsFixedRX': grpc.unary_unary_rpc_method_handler(
1255
+ servicer.ChangeDisplacementIsFixedRX,
1256
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1257
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1258
+ ),
1259
+ 'ChangeDisplacementIsFixedRY': grpc.unary_unary_rpc_method_handler(
1260
+ servicer.ChangeDisplacementIsFixedRY,
1261
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1262
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1263
+ ),
1264
+ 'ChangeDisplacementIsFixedRZ': grpc.unary_unary_rpc_method_handler(
1265
+ servicer.ChangeDisplacementIsFixedRZ,
1266
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1267
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1268
+ ),
1269
+ 'ChangeDisplacementUseRemotePointEnabled': grpc.unary_unary_rpc_method_handler(
1270
+ servicer.ChangeDisplacementUseRemotePointEnabled,
1271
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1272
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1273
+ ),
1274
+ 'ChangeDisplacementDistributedRemotePositionX': grpc.unary_unary_rpc_method_handler(
1275
+ servicer.ChangeDisplacementDistributedRemotePositionX,
1276
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1277
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1278
+ ),
1279
+ 'ChangeDisplacementDistributedRemotePositionY': grpc.unary_unary_rpc_method_handler(
1280
+ servicer.ChangeDisplacementDistributedRemotePositionY,
1281
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1282
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1283
+ ),
1284
+ 'ChangeDisplacementDistributedRemotePositionZ': grpc.unary_unary_rpc_method_handler(
1285
+ servicer.ChangeDisplacementDistributedRemotePositionZ,
1286
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1287
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1288
+ ),
1289
+ 'CreateMomentLocal': grpc.unary_unary_rpc_method_handler(
1290
+ servicer.CreateMomentLocal,
1291
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationRequest.FromString,
1292
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationResponse.SerializeToString,
1293
+ ),
1294
+ 'CreateMomentGlobal': grpc.unary_unary_rpc_method_handler(
1295
+ servicer.CreateMomentGlobal,
1296
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationRequest.FromString,
1297
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationResponse.SerializeToString,
1298
+ ),
1299
+ 'ChangeMomentLocation': grpc.unary_unary_rpc_method_handler(
1300
+ servicer.ChangeMomentLocation,
1301
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
1302
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1303
+ ),
1304
+ 'ChangeMomentSpecification': grpc.unary_unary_rpc_method_handler(
1305
+ servicer.ChangeMomentSpecification,
1306
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeMomentSpecificationRequest.FromString,
1307
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1308
+ ),
1309
+ 'ChangeMomentOrientation': grpc.unary_unary_rpc_method_handler(
1310
+ servicer.ChangeMomentOrientation,
1311
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.FromString,
1312
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1313
+ ),
1314
+ 'ChangeMomentLocalX': grpc.unary_unary_rpc_method_handler(
1315
+ servicer.ChangeMomentLocalX,
1316
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1317
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1318
+ ),
1319
+ 'ChangeMomentLocalY': grpc.unary_unary_rpc_method_handler(
1320
+ servicer.ChangeMomentLocalY,
1321
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1322
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1323
+ ),
1324
+ 'ChangeMomentLocalZ': grpc.unary_unary_rpc_method_handler(
1325
+ servicer.ChangeMomentLocalZ,
1326
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1327
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1328
+ ),
1329
+ 'ChangeMomentGlobalX': grpc.unary_unary_rpc_method_handler(
1330
+ servicer.ChangeMomentGlobalX,
1331
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1332
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1333
+ ),
1334
+ 'ChangeMomentGlobalY': grpc.unary_unary_rpc_method_handler(
1335
+ servicer.ChangeMomentGlobalY,
1336
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1337
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1338
+ ),
1339
+ 'ChangeMomentGlobalZ': grpc.unary_unary_rpc_method_handler(
1340
+ servicer.ChangeMomentGlobalZ,
1341
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1342
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1343
+ ),
1344
+ }
1345
+ generic_handler = grpc.method_handlers_generic_handler(
1346
+ 'ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural', rpc_method_handlers)
1347
+ server.add_generic_rpc_handlers((generic_handler,))
1348
+
1349
+
1350
+ # This class is part of an EXPERIMENTAL API.
1351
+ class ConditionsStructural(object):
1352
+ """Missing associated documentation comment in .proto file."""
1353
+
1354
+ @staticmethod
1355
+ def CreateSupportFixed(request,
1356
+ target,
1357
+ options=(),
1358
+ channel_credentials=None,
1359
+ call_credentials=None,
1360
+ insecure=False,
1361
+ compression=None,
1362
+ wait_for_ready=None,
1363
+ timeout=None,
1364
+ metadata=None):
1365
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateSupportFixed',
1366
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.SerializeToString,
1367
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.FromString,
1368
+ options, channel_credentials,
1369
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1370
+
1371
+ @staticmethod
1372
+ def CreateSupportHinged(request,
1373
+ target,
1374
+ options=(),
1375
+ channel_credentials=None,
1376
+ call_credentials=None,
1377
+ insecure=False,
1378
+ compression=None,
1379
+ wait_for_ready=None,
1380
+ timeout=None,
1381
+ metadata=None):
1382
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateSupportHinged',
1383
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.SerializeToString,
1384
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.FromString,
1385
+ options, channel_credentials,
1386
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1387
+
1388
+ @staticmethod
1389
+ def CreateSupportSliding(request,
1390
+ target,
1391
+ options=(),
1392
+ channel_credentials=None,
1393
+ call_credentials=None,
1394
+ insecure=False,
1395
+ compression=None,
1396
+ wait_for_ready=None,
1397
+ timeout=None,
1398
+ metadata=None):
1399
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateSupportSliding',
1400
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.SerializeToString,
1401
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.FromString,
1402
+ options, channel_credentials,
1403
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1404
+
1405
+ @staticmethod
1406
+ def CreateSupportBall(request,
1407
+ target,
1408
+ options=(),
1409
+ channel_credentials=None,
1410
+ call_credentials=None,
1411
+ insecure=False,
1412
+ compression=None,
1413
+ wait_for_ready=None,
1414
+ timeout=None,
1415
+ metadata=None):
1416
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateSupportBall',
1417
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.SerializeToString,
1418
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.FromString,
1419
+ options, channel_credentials,
1420
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1421
+
1422
+ @staticmethod
1423
+ def CreateSupportDisplaced(request,
1424
+ target,
1425
+ options=(),
1426
+ channel_credentials=None,
1427
+ call_credentials=None,
1428
+ insecure=False,
1429
+ compression=None,
1430
+ wait_for_ready=None,
1431
+ timeout=None,
1432
+ metadata=None):
1433
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateSupportDisplaced',
1434
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportDisplacedCreationRequest.SerializeToString,
1435
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportDisplacedCreationResponse.FromString,
1436
+ options, channel_credentials,
1437
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1438
+
1439
+ @staticmethod
1440
+ def ChangeSupportLocation(request,
1441
+ target,
1442
+ options=(),
1443
+ channel_credentials=None,
1444
+ call_credentials=None,
1445
+ insecure=False,
1446
+ compression=None,
1447
+ wait_for_ready=None,
1448
+ timeout=None,
1449
+ metadata=None):
1450
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportLocation',
1451
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
1452
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1453
+ options, channel_credentials,
1454
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1455
+
1456
+ @staticmethod
1457
+ def ChangeSupportSpecification(request,
1458
+ target,
1459
+ options=(),
1460
+ channel_credentials=None,
1461
+ call_credentials=None,
1462
+ insecure=False,
1463
+ compression=None,
1464
+ wait_for_ready=None,
1465
+ timeout=None,
1466
+ metadata=None):
1467
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportSpecification',
1468
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeSupportSpecificationRequest.SerializeToString,
1469
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1470
+ options, channel_credentials,
1471
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1472
+
1473
+ @staticmethod
1474
+ def ChangeSupportDisplacedOrientation(request,
1475
+ target,
1476
+ options=(),
1477
+ channel_credentials=None,
1478
+ call_credentials=None,
1479
+ insecure=False,
1480
+ compression=None,
1481
+ wait_for_ready=None,
1482
+ timeout=None,
1483
+ metadata=None):
1484
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedOrientation',
1485
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
1486
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1487
+ options, channel_credentials,
1488
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1489
+
1490
+ @staticmethod
1491
+ def ChangeSupportDisplacedDX(request,
1492
+ target,
1493
+ options=(),
1494
+ channel_credentials=None,
1495
+ call_credentials=None,
1496
+ insecure=False,
1497
+ compression=None,
1498
+ wait_for_ready=None,
1499
+ timeout=None,
1500
+ metadata=None):
1501
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedDX',
1502
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1503
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1504
+ options, channel_credentials,
1505
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1506
+
1507
+ @staticmethod
1508
+ def ChangeSupportDisplacedDY(request,
1509
+ target,
1510
+ options=(),
1511
+ channel_credentials=None,
1512
+ call_credentials=None,
1513
+ insecure=False,
1514
+ compression=None,
1515
+ wait_for_ready=None,
1516
+ timeout=None,
1517
+ metadata=None):
1518
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedDY',
1519
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1520
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1521
+ options, channel_credentials,
1522
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1523
+
1524
+ @staticmethod
1525
+ def ChangeSupportDisplacedDZ(request,
1526
+ target,
1527
+ options=(),
1528
+ channel_credentials=None,
1529
+ call_credentials=None,
1530
+ insecure=False,
1531
+ compression=None,
1532
+ wait_for_ready=None,
1533
+ timeout=None,
1534
+ metadata=None):
1535
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedDZ',
1536
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1537
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1538
+ options, channel_credentials,
1539
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1540
+
1541
+ @staticmethod
1542
+ def ChangeSupportDisplacedRX(request,
1543
+ target,
1544
+ options=(),
1545
+ channel_credentials=None,
1546
+ call_credentials=None,
1547
+ insecure=False,
1548
+ compression=None,
1549
+ wait_for_ready=None,
1550
+ timeout=None,
1551
+ metadata=None):
1552
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedRX',
1553
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1554
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1555
+ options, channel_credentials,
1556
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1557
+
1558
+ @staticmethod
1559
+ def ChangeSupportDisplacedRY(request,
1560
+ target,
1561
+ options=(),
1562
+ channel_credentials=None,
1563
+ call_credentials=None,
1564
+ insecure=False,
1565
+ compression=None,
1566
+ wait_for_ready=None,
1567
+ timeout=None,
1568
+ metadata=None):
1569
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedRY',
1570
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1571
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1572
+ options, channel_credentials,
1573
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1574
+
1575
+ @staticmethod
1576
+ def ChangeSupportDisplacedRZ(request,
1577
+ target,
1578
+ options=(),
1579
+ channel_credentials=None,
1580
+ call_credentials=None,
1581
+ insecure=False,
1582
+ compression=None,
1583
+ wait_for_ready=None,
1584
+ timeout=None,
1585
+ metadata=None):
1586
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedRZ',
1587
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1588
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1589
+ options, channel_credentials,
1590
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1591
+
1592
+ @staticmethod
1593
+ def ChangeSupportDisplacedIsFixedDX(request,
1594
+ target,
1595
+ options=(),
1596
+ channel_credentials=None,
1597
+ call_credentials=None,
1598
+ insecure=False,
1599
+ compression=None,
1600
+ wait_for_ready=None,
1601
+ timeout=None,
1602
+ metadata=None):
1603
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedDX',
1604
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1605
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1606
+ options, channel_credentials,
1607
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1608
+
1609
+ @staticmethod
1610
+ def ChangeSupportDisplacedIsFixedDY(request,
1611
+ target,
1612
+ options=(),
1613
+ channel_credentials=None,
1614
+ call_credentials=None,
1615
+ insecure=False,
1616
+ compression=None,
1617
+ wait_for_ready=None,
1618
+ timeout=None,
1619
+ metadata=None):
1620
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedDY',
1621
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1622
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1623
+ options, channel_credentials,
1624
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1625
+
1626
+ @staticmethod
1627
+ def ChangeSupportDisplacedIsFixedDZ(request,
1628
+ target,
1629
+ options=(),
1630
+ channel_credentials=None,
1631
+ call_credentials=None,
1632
+ insecure=False,
1633
+ compression=None,
1634
+ wait_for_ready=None,
1635
+ timeout=None,
1636
+ metadata=None):
1637
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedDZ',
1638
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1639
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1640
+ options, channel_credentials,
1641
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1642
+
1643
+ @staticmethod
1644
+ def ChangeSupportDisplacedIsFixedRX(request,
1645
+ target,
1646
+ options=(),
1647
+ channel_credentials=None,
1648
+ call_credentials=None,
1649
+ insecure=False,
1650
+ compression=None,
1651
+ wait_for_ready=None,
1652
+ timeout=None,
1653
+ metadata=None):
1654
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedRX',
1655
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1656
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1657
+ options, channel_credentials,
1658
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1659
+
1660
+ @staticmethod
1661
+ def ChangeSupportDisplacedIsFixedRY(request,
1662
+ target,
1663
+ options=(),
1664
+ channel_credentials=None,
1665
+ call_credentials=None,
1666
+ insecure=False,
1667
+ compression=None,
1668
+ wait_for_ready=None,
1669
+ timeout=None,
1670
+ metadata=None):
1671
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedRY',
1672
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1673
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1674
+ options, channel_credentials,
1675
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1676
+
1677
+ @staticmethod
1678
+ def ChangeSupportDisplacedIsFixedRZ(request,
1679
+ target,
1680
+ options=(),
1681
+ channel_credentials=None,
1682
+ call_credentials=None,
1683
+ insecure=False,
1684
+ compression=None,
1685
+ wait_for_ready=None,
1686
+ timeout=None,
1687
+ metadata=None):
1688
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedRZ',
1689
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1690
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1691
+ options, channel_credentials,
1692
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1693
+
1694
+ @staticmethod
1695
+ def CreateForceDistributedTotal(request,
1696
+ target,
1697
+ options=(),
1698
+ channel_credentials=None,
1699
+ call_credentials=None,
1700
+ insecure=False,
1701
+ compression=None,
1702
+ wait_for_ready=None,
1703
+ timeout=None,
1704
+ metadata=None):
1705
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateForceDistributedTotal',
1706
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedTotalCreationRequest.SerializeToString,
1707
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedTotalCreationResponse.FromString,
1708
+ options, channel_credentials,
1709
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1710
+
1711
+ @staticmethod
1712
+ def CreateForceDistributedArea(request,
1713
+ target,
1714
+ options=(),
1715
+ channel_credentials=None,
1716
+ call_credentials=None,
1717
+ insecure=False,
1718
+ compression=None,
1719
+ wait_for_ready=None,
1720
+ timeout=None,
1721
+ metadata=None):
1722
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateForceDistributedArea',
1723
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedAreaCreationRequest.SerializeToString,
1724
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedAreaCreationResponse.FromString,
1725
+ options, channel_credentials,
1726
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1727
+
1728
+ @staticmethod
1729
+ def CreateForceTorque(request,
1730
+ target,
1731
+ options=(),
1732
+ channel_credentials=None,
1733
+ call_credentials=None,
1734
+ insecure=False,
1735
+ compression=None,
1736
+ wait_for_ready=None,
1737
+ timeout=None,
1738
+ metadata=None):
1739
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateForceTorque',
1740
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceTorqueCreationRequest.SerializeToString,
1741
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceTorqueCreationResponse.FromString,
1742
+ options, channel_credentials,
1743
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1744
+
1745
+ @staticmethod
1746
+ def ChangeForceLocation(request,
1747
+ target,
1748
+ options=(),
1749
+ channel_credentials=None,
1750
+ call_credentials=None,
1751
+ insecure=False,
1752
+ compression=None,
1753
+ wait_for_ready=None,
1754
+ timeout=None,
1755
+ metadata=None):
1756
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceLocation',
1757
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
1758
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1759
+ options, channel_credentials,
1760
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1761
+
1762
+ @staticmethod
1763
+ def ChangeForceSpecification(request,
1764
+ target,
1765
+ options=(),
1766
+ channel_credentials=None,
1767
+ call_credentials=None,
1768
+ insecure=False,
1769
+ compression=None,
1770
+ wait_for_ready=None,
1771
+ timeout=None,
1772
+ metadata=None):
1773
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceSpecification',
1774
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceSpecificationRequest.SerializeToString,
1775
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1776
+ options, channel_credentials,
1777
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1778
+
1779
+ @staticmethod
1780
+ def ChangeForceMagnitudeDefinition(request,
1781
+ target,
1782
+ options=(),
1783
+ channel_credentials=None,
1784
+ call_credentials=None,
1785
+ insecure=False,
1786
+ compression=None,
1787
+ wait_for_ready=None,
1788
+ timeout=None,
1789
+ metadata=None):
1790
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceMagnitudeDefinition',
1791
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceMagnitudeDefinitionRequest.SerializeToString,
1792
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1793
+ options, channel_credentials,
1794
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1795
+
1796
+ @staticmethod
1797
+ def ChangeForceByReversingDirection(request,
1798
+ target,
1799
+ options=(),
1800
+ channel_credentials=None,
1801
+ call_credentials=None,
1802
+ insecure=False,
1803
+ compression=None,
1804
+ wait_for_ready=None,
1805
+ timeout=None,
1806
+ metadata=None):
1807
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceByReversingDirection',
1808
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeCommandRequest.SerializeToString,
1809
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1810
+ options, channel_credentials,
1811
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1812
+
1813
+ @staticmethod
1814
+ def ChangeForceDefinedByComponentEnabled(request,
1815
+ target,
1816
+ options=(),
1817
+ channel_credentials=None,
1818
+ call_credentials=None,
1819
+ insecure=False,
1820
+ compression=None,
1821
+ wait_for_ready=None,
1822
+ timeout=None,
1823
+ metadata=None):
1824
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDefinedByComponentEnabled',
1825
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1826
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1827
+ options, channel_credentials,
1828
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1829
+
1830
+ @staticmethod
1831
+ def ChangeForceDistributedTotalMagnitude(request,
1832
+ target,
1833
+ options=(),
1834
+ channel_credentials=None,
1835
+ call_credentials=None,
1836
+ insecure=False,
1837
+ compression=None,
1838
+ wait_for_ready=None,
1839
+ timeout=None,
1840
+ metadata=None):
1841
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalMagnitude',
1842
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1843
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1844
+ options, channel_credentials,
1845
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1846
+
1847
+ @staticmethod
1848
+ def ChangeForceDistributedTotalX(request,
1849
+ target,
1850
+ options=(),
1851
+ channel_credentials=None,
1852
+ call_credentials=None,
1853
+ insecure=False,
1854
+ compression=None,
1855
+ wait_for_ready=None,
1856
+ timeout=None,
1857
+ metadata=None):
1858
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalX',
1859
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1860
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1861
+ options, channel_credentials,
1862
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1863
+
1864
+ @staticmethod
1865
+ def ChangeForceDistributedTotalY(request,
1866
+ target,
1867
+ options=(),
1868
+ channel_credentials=None,
1869
+ call_credentials=None,
1870
+ insecure=False,
1871
+ compression=None,
1872
+ wait_for_ready=None,
1873
+ timeout=None,
1874
+ metadata=None):
1875
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalY',
1876
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1877
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1878
+ options, channel_credentials,
1879
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1880
+
1881
+ @staticmethod
1882
+ def ChangeForceDistributedTotalZ(request,
1883
+ target,
1884
+ options=(),
1885
+ channel_credentials=None,
1886
+ call_credentials=None,
1887
+ insecure=False,
1888
+ compression=None,
1889
+ wait_for_ready=None,
1890
+ timeout=None,
1891
+ metadata=None):
1892
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalZ',
1893
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1894
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1895
+ options, channel_credentials,
1896
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1897
+
1898
+ @staticmethod
1899
+ def ChangeForceDistributedAreaMagnitude(request,
1900
+ target,
1901
+ options=(),
1902
+ channel_credentials=None,
1903
+ call_credentials=None,
1904
+ insecure=False,
1905
+ compression=None,
1906
+ wait_for_ready=None,
1907
+ timeout=None,
1908
+ metadata=None):
1909
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaMagnitude',
1910
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1911
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1912
+ options, channel_credentials,
1913
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1914
+
1915
+ @staticmethod
1916
+ def ChangeForceDistributedAreaX(request,
1917
+ target,
1918
+ options=(),
1919
+ channel_credentials=None,
1920
+ call_credentials=None,
1921
+ insecure=False,
1922
+ compression=None,
1923
+ wait_for_ready=None,
1924
+ timeout=None,
1925
+ metadata=None):
1926
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaX',
1927
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1928
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1929
+ options, channel_credentials,
1930
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1931
+
1932
+ @staticmethod
1933
+ def ChangeForceDistributedAreaY(request,
1934
+ target,
1935
+ options=(),
1936
+ channel_credentials=None,
1937
+ call_credentials=None,
1938
+ insecure=False,
1939
+ compression=None,
1940
+ wait_for_ready=None,
1941
+ timeout=None,
1942
+ metadata=None):
1943
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaY',
1944
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1945
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1946
+ options, channel_credentials,
1947
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1948
+
1949
+ @staticmethod
1950
+ def ChangeForceDistributedAreaZ(request,
1951
+ target,
1952
+ options=(),
1953
+ channel_credentials=None,
1954
+ call_credentials=None,
1955
+ insecure=False,
1956
+ compression=None,
1957
+ wait_for_ready=None,
1958
+ timeout=None,
1959
+ metadata=None):
1960
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaZ',
1961
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1962
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1963
+ options, channel_credentials,
1964
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1965
+
1966
+ @staticmethod
1967
+ def ChangeForceUseRemoteForceEnabled(request,
1968
+ target,
1969
+ options=(),
1970
+ channel_credentials=None,
1971
+ call_credentials=None,
1972
+ insecure=False,
1973
+ compression=None,
1974
+ wait_for_ready=None,
1975
+ timeout=None,
1976
+ metadata=None):
1977
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceUseRemoteForceEnabled',
1978
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1979
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1980
+ options, channel_credentials,
1981
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1982
+
1983
+ @staticmethod
1984
+ def ChangeForceDistributedRemotePositionX(request,
1985
+ target,
1986
+ options=(),
1987
+ channel_credentials=None,
1988
+ call_credentials=None,
1989
+ insecure=False,
1990
+ compression=None,
1991
+ wait_for_ready=None,
1992
+ timeout=None,
1993
+ metadata=None):
1994
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedRemotePositionX',
1995
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1996
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1997
+ options, channel_credentials,
1998
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1999
+
2000
+ @staticmethod
2001
+ def ChangeForceDistributedRemotePositionY(request,
2002
+ target,
2003
+ options=(),
2004
+ channel_credentials=None,
2005
+ call_credentials=None,
2006
+ insecure=False,
2007
+ compression=None,
2008
+ wait_for_ready=None,
2009
+ timeout=None,
2010
+ metadata=None):
2011
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedRemotePositionY',
2012
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2013
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2014
+ options, channel_credentials,
2015
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2016
+
2017
+ @staticmethod
2018
+ def ChangeForceDistributedRemotePositionZ(request,
2019
+ target,
2020
+ options=(),
2021
+ channel_credentials=None,
2022
+ call_credentials=None,
2023
+ insecure=False,
2024
+ compression=None,
2025
+ wait_for_ready=None,
2026
+ timeout=None,
2027
+ metadata=None):
2028
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedRemotePositionZ',
2029
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2030
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2031
+ options, channel_credentials,
2032
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2033
+
2034
+ @staticmethod
2035
+ def ChangeForceTorqueMagnitude(request,
2036
+ target,
2037
+ options=(),
2038
+ channel_credentials=None,
2039
+ call_credentials=None,
2040
+ insecure=False,
2041
+ compression=None,
2042
+ wait_for_ready=None,
2043
+ timeout=None,
2044
+ metadata=None):
2045
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueMagnitude',
2046
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2047
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2048
+ options, channel_credentials,
2049
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2050
+
2051
+ @staticmethod
2052
+ def ChangeForceTorqueX(request,
2053
+ target,
2054
+ options=(),
2055
+ channel_credentials=None,
2056
+ call_credentials=None,
2057
+ insecure=False,
2058
+ compression=None,
2059
+ wait_for_ready=None,
2060
+ timeout=None,
2061
+ metadata=None):
2062
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueX',
2063
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2064
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2065
+ options, channel_credentials,
2066
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2067
+
2068
+ @staticmethod
2069
+ def ChangeForceTorqueY(request,
2070
+ target,
2071
+ options=(),
2072
+ channel_credentials=None,
2073
+ call_credentials=None,
2074
+ insecure=False,
2075
+ compression=None,
2076
+ wait_for_ready=None,
2077
+ timeout=None,
2078
+ metadata=None):
2079
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueY',
2080
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2081
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2082
+ options, channel_credentials,
2083
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2084
+
2085
+ @staticmethod
2086
+ def ChangeForceTorqueZ(request,
2087
+ target,
2088
+ options=(),
2089
+ channel_credentials=None,
2090
+ call_credentials=None,
2091
+ insecure=False,
2092
+ compression=None,
2093
+ wait_for_ready=None,
2094
+ timeout=None,
2095
+ metadata=None):
2096
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueZ',
2097
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2098
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2099
+ options, channel_credentials,
2100
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2101
+
2102
+ @staticmethod
2103
+ def CreatePressure(request,
2104
+ target,
2105
+ options=(),
2106
+ channel_credentials=None,
2107
+ call_credentials=None,
2108
+ insecure=False,
2109
+ compression=None,
2110
+ wait_for_ready=None,
2111
+ timeout=None,
2112
+ metadata=None):
2113
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreatePressure',
2114
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.PressureCreationRequest.SerializeToString,
2115
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.PressureCreationResponse.FromString,
2116
+ options, channel_credentials,
2117
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2118
+
2119
+ @staticmethod
2120
+ def ChangePressureLocation(request,
2121
+ target,
2122
+ options=(),
2123
+ channel_credentials=None,
2124
+ call_credentials=None,
2125
+ insecure=False,
2126
+ compression=None,
2127
+ wait_for_ready=None,
2128
+ timeout=None,
2129
+ metadata=None):
2130
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangePressureLocation',
2131
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
2132
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2133
+ options, channel_credentials,
2134
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2135
+
2136
+ @staticmethod
2137
+ def ChangePressureMagnitude(request,
2138
+ target,
2139
+ options=(),
2140
+ channel_credentials=None,
2141
+ call_credentials=None,
2142
+ insecure=False,
2143
+ compression=None,
2144
+ wait_for_ready=None,
2145
+ timeout=None,
2146
+ metadata=None):
2147
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangePressureMagnitude',
2148
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2149
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2150
+ options, channel_credentials,
2151
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2152
+
2153
+ @staticmethod
2154
+ def CreateDisplacementTranslation(request,
2155
+ target,
2156
+ options=(),
2157
+ channel_credentials=None,
2158
+ call_credentials=None,
2159
+ insecure=False,
2160
+ compression=None,
2161
+ wait_for_ready=None,
2162
+ timeout=None,
2163
+ metadata=None):
2164
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateDisplacementTranslation',
2165
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementTranslationCreationRequest.SerializeToString,
2166
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCreationResponse.FromString,
2167
+ options, channel_credentials,
2168
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2169
+
2170
+ @staticmethod
2171
+ def CreateDisplacementRotation(request,
2172
+ target,
2173
+ options=(),
2174
+ channel_credentials=None,
2175
+ call_credentials=None,
2176
+ insecure=False,
2177
+ compression=None,
2178
+ wait_for_ready=None,
2179
+ timeout=None,
2180
+ metadata=None):
2181
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateDisplacementRotation',
2182
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementRotationCreationRequest.SerializeToString,
2183
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCreationResponse.FromString,
2184
+ options, channel_credentials,
2185
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2186
+
2187
+ @staticmethod
2188
+ def CreateDisplacementCombined(request,
2189
+ target,
2190
+ options=(),
2191
+ channel_credentials=None,
2192
+ call_credentials=None,
2193
+ insecure=False,
2194
+ compression=None,
2195
+ wait_for_ready=None,
2196
+ timeout=None,
2197
+ metadata=None):
2198
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateDisplacementCombined',
2199
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCombinedCreationRequest.SerializeToString,
2200
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCreationResponse.FromString,
2201
+ options, channel_credentials,
2202
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2203
+
2204
+ @staticmethod
2205
+ def ChangeDisplacementLocation(request,
2206
+ target,
2207
+ options=(),
2208
+ channel_credentials=None,
2209
+ call_credentials=None,
2210
+ insecure=False,
2211
+ compression=None,
2212
+ wait_for_ready=None,
2213
+ timeout=None,
2214
+ metadata=None):
2215
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementLocation',
2216
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
2217
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2218
+ options, channel_credentials,
2219
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2220
+
2221
+ @staticmethod
2222
+ def ChangeDisplacementSpecification(request,
2223
+ target,
2224
+ options=(),
2225
+ channel_credentials=None,
2226
+ call_credentials=None,
2227
+ insecure=False,
2228
+ compression=None,
2229
+ wait_for_ready=None,
2230
+ timeout=None,
2231
+ metadata=None):
2232
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementSpecification',
2233
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeDisplacementSpecificationRequest.SerializeToString,
2234
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2235
+ options, channel_credentials,
2236
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2237
+
2238
+ @staticmethod
2239
+ def ChangeDisplacementOrientation(request,
2240
+ target,
2241
+ options=(),
2242
+ channel_credentials=None,
2243
+ call_credentials=None,
2244
+ insecure=False,
2245
+ compression=None,
2246
+ wait_for_ready=None,
2247
+ timeout=None,
2248
+ metadata=None):
2249
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementOrientation',
2250
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
2251
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2252
+ options, channel_credentials,
2253
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2254
+
2255
+ @staticmethod
2256
+ def ChangeDisplacementDX(request,
2257
+ target,
2258
+ options=(),
2259
+ channel_credentials=None,
2260
+ call_credentials=None,
2261
+ insecure=False,
2262
+ compression=None,
2263
+ wait_for_ready=None,
2264
+ timeout=None,
2265
+ metadata=None):
2266
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDX',
2267
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2268
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2269
+ options, channel_credentials,
2270
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2271
+
2272
+ @staticmethod
2273
+ def ChangeDisplacementDY(request,
2274
+ target,
2275
+ options=(),
2276
+ channel_credentials=None,
2277
+ call_credentials=None,
2278
+ insecure=False,
2279
+ compression=None,
2280
+ wait_for_ready=None,
2281
+ timeout=None,
2282
+ metadata=None):
2283
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDY',
2284
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2285
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2286
+ options, channel_credentials,
2287
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2288
+
2289
+ @staticmethod
2290
+ def ChangeDisplacementDZ(request,
2291
+ target,
2292
+ options=(),
2293
+ channel_credentials=None,
2294
+ call_credentials=None,
2295
+ insecure=False,
2296
+ compression=None,
2297
+ wait_for_ready=None,
2298
+ timeout=None,
2299
+ metadata=None):
2300
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDZ',
2301
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2302
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2303
+ options, channel_credentials,
2304
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2305
+
2306
+ @staticmethod
2307
+ def ChangeDisplacementTranslationalMagnitude(request,
2308
+ target,
2309
+ options=(),
2310
+ channel_credentials=None,
2311
+ call_credentials=None,
2312
+ insecure=False,
2313
+ compression=None,
2314
+ wait_for_ready=None,
2315
+ timeout=None,
2316
+ metadata=None):
2317
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementTranslationalMagnitude',
2318
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2319
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2320
+ options, channel_credentials,
2321
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2322
+
2323
+ @staticmethod
2324
+ def ChangeDisplacementRX(request,
2325
+ target,
2326
+ options=(),
2327
+ channel_credentials=None,
2328
+ call_credentials=None,
2329
+ insecure=False,
2330
+ compression=None,
2331
+ wait_for_ready=None,
2332
+ timeout=None,
2333
+ metadata=None):
2334
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRX',
2335
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2336
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2337
+ options, channel_credentials,
2338
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2339
+
2340
+ @staticmethod
2341
+ def ChangeDisplacementRY(request,
2342
+ target,
2343
+ options=(),
2344
+ channel_credentials=None,
2345
+ call_credentials=None,
2346
+ insecure=False,
2347
+ compression=None,
2348
+ wait_for_ready=None,
2349
+ timeout=None,
2350
+ metadata=None):
2351
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRY',
2352
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2353
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2354
+ options, channel_credentials,
2355
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2356
+
2357
+ @staticmethod
2358
+ def ChangeDisplacementRZ(request,
2359
+ target,
2360
+ options=(),
2361
+ channel_credentials=None,
2362
+ call_credentials=None,
2363
+ insecure=False,
2364
+ compression=None,
2365
+ wait_for_ready=None,
2366
+ timeout=None,
2367
+ metadata=None):
2368
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRZ',
2369
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2370
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2371
+ options, channel_credentials,
2372
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2373
+
2374
+ @staticmethod
2375
+ def ChangeDisplacementRotationalMagnitude(request,
2376
+ target,
2377
+ options=(),
2378
+ channel_credentials=None,
2379
+ call_credentials=None,
2380
+ insecure=False,
2381
+ compression=None,
2382
+ wait_for_ready=None,
2383
+ timeout=None,
2384
+ metadata=None):
2385
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRotationalMagnitude',
2386
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2387
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2388
+ options, channel_credentials,
2389
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2390
+
2391
+ @staticmethod
2392
+ def ChangeDisplacementIsFixedDX(request,
2393
+ target,
2394
+ options=(),
2395
+ channel_credentials=None,
2396
+ call_credentials=None,
2397
+ insecure=False,
2398
+ compression=None,
2399
+ wait_for_ready=None,
2400
+ timeout=None,
2401
+ metadata=None):
2402
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedDX',
2403
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
2404
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2405
+ options, channel_credentials,
2406
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2407
+
2408
+ @staticmethod
2409
+ def ChangeDisplacementIsFixedDY(request,
2410
+ target,
2411
+ options=(),
2412
+ channel_credentials=None,
2413
+ call_credentials=None,
2414
+ insecure=False,
2415
+ compression=None,
2416
+ wait_for_ready=None,
2417
+ timeout=None,
2418
+ metadata=None):
2419
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedDY',
2420
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
2421
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2422
+ options, channel_credentials,
2423
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2424
+
2425
+ @staticmethod
2426
+ def ChangeDisplacementIsFixedDZ(request,
2427
+ target,
2428
+ options=(),
2429
+ channel_credentials=None,
2430
+ call_credentials=None,
2431
+ insecure=False,
2432
+ compression=None,
2433
+ wait_for_ready=None,
2434
+ timeout=None,
2435
+ metadata=None):
2436
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedDZ',
2437
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
2438
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2439
+ options, channel_credentials,
2440
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2441
+
2442
+ @staticmethod
2443
+ def ChangeDisplacementIsFixedRX(request,
2444
+ target,
2445
+ options=(),
2446
+ channel_credentials=None,
2447
+ call_credentials=None,
2448
+ insecure=False,
2449
+ compression=None,
2450
+ wait_for_ready=None,
2451
+ timeout=None,
2452
+ metadata=None):
2453
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedRX',
2454
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
2455
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2456
+ options, channel_credentials,
2457
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2458
+
2459
+ @staticmethod
2460
+ def ChangeDisplacementIsFixedRY(request,
2461
+ target,
2462
+ options=(),
2463
+ channel_credentials=None,
2464
+ call_credentials=None,
2465
+ insecure=False,
2466
+ compression=None,
2467
+ wait_for_ready=None,
2468
+ timeout=None,
2469
+ metadata=None):
2470
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedRY',
2471
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
2472
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2473
+ options, channel_credentials,
2474
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2475
+
2476
+ @staticmethod
2477
+ def ChangeDisplacementIsFixedRZ(request,
2478
+ target,
2479
+ options=(),
2480
+ channel_credentials=None,
2481
+ call_credentials=None,
2482
+ insecure=False,
2483
+ compression=None,
2484
+ wait_for_ready=None,
2485
+ timeout=None,
2486
+ metadata=None):
2487
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedRZ',
2488
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
2489
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2490
+ options, channel_credentials,
2491
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2492
+
2493
+ @staticmethod
2494
+ def ChangeDisplacementUseRemotePointEnabled(request,
2495
+ target,
2496
+ options=(),
2497
+ channel_credentials=None,
2498
+ call_credentials=None,
2499
+ insecure=False,
2500
+ compression=None,
2501
+ wait_for_ready=None,
2502
+ timeout=None,
2503
+ metadata=None):
2504
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementUseRemotePointEnabled',
2505
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
2506
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2507
+ options, channel_credentials,
2508
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2509
+
2510
+ @staticmethod
2511
+ def ChangeDisplacementDistributedRemotePositionX(request,
2512
+ target,
2513
+ options=(),
2514
+ channel_credentials=None,
2515
+ call_credentials=None,
2516
+ insecure=False,
2517
+ compression=None,
2518
+ wait_for_ready=None,
2519
+ timeout=None,
2520
+ metadata=None):
2521
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDistributedRemotePositionX',
2522
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2523
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2524
+ options, channel_credentials,
2525
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2526
+
2527
+ @staticmethod
2528
+ def ChangeDisplacementDistributedRemotePositionY(request,
2529
+ target,
2530
+ options=(),
2531
+ channel_credentials=None,
2532
+ call_credentials=None,
2533
+ insecure=False,
2534
+ compression=None,
2535
+ wait_for_ready=None,
2536
+ timeout=None,
2537
+ metadata=None):
2538
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDistributedRemotePositionY',
2539
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2540
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2541
+ options, channel_credentials,
2542
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2543
+
2544
+ @staticmethod
2545
+ def ChangeDisplacementDistributedRemotePositionZ(request,
2546
+ target,
2547
+ options=(),
2548
+ channel_credentials=None,
2549
+ call_credentials=None,
2550
+ insecure=False,
2551
+ compression=None,
2552
+ wait_for_ready=None,
2553
+ timeout=None,
2554
+ metadata=None):
2555
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDistributedRemotePositionZ',
2556
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2557
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2558
+ options, channel_credentials,
2559
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2560
+
2561
+ @staticmethod
2562
+ def CreateMomentLocal(request,
2563
+ target,
2564
+ options=(),
2565
+ channel_credentials=None,
2566
+ call_credentials=None,
2567
+ insecure=False,
2568
+ compression=None,
2569
+ wait_for_ready=None,
2570
+ timeout=None,
2571
+ metadata=None):
2572
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateMomentLocal',
2573
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationRequest.SerializeToString,
2574
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationResponse.FromString,
2575
+ options, channel_credentials,
2576
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2577
+
2578
+ @staticmethod
2579
+ def CreateMomentGlobal(request,
2580
+ target,
2581
+ options=(),
2582
+ channel_credentials=None,
2583
+ call_credentials=None,
2584
+ insecure=False,
2585
+ compression=None,
2586
+ wait_for_ready=None,
2587
+ timeout=None,
2588
+ metadata=None):
2589
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateMomentGlobal',
2590
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationRequest.SerializeToString,
2591
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationResponse.FromString,
2592
+ options, channel_credentials,
2593
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2594
+
2595
+ @staticmethod
2596
+ def ChangeMomentLocation(request,
2597
+ target,
2598
+ options=(),
2599
+ channel_credentials=None,
2600
+ call_credentials=None,
2601
+ insecure=False,
2602
+ compression=None,
2603
+ wait_for_ready=None,
2604
+ timeout=None,
2605
+ metadata=None):
2606
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocation',
2607
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
2608
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2609
+ options, channel_credentials,
2610
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2611
+
2612
+ @staticmethod
2613
+ def ChangeMomentSpecification(request,
2614
+ target,
2615
+ options=(),
2616
+ channel_credentials=None,
2617
+ call_credentials=None,
2618
+ insecure=False,
2619
+ compression=None,
2620
+ wait_for_ready=None,
2621
+ timeout=None,
2622
+ metadata=None):
2623
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentSpecification',
2624
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeMomentSpecificationRequest.SerializeToString,
2625
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2626
+ options, channel_credentials,
2627
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2628
+
2629
+ @staticmethod
2630
+ def ChangeMomentOrientation(request,
2631
+ target,
2632
+ options=(),
2633
+ channel_credentials=None,
2634
+ call_credentials=None,
2635
+ insecure=False,
2636
+ compression=None,
2637
+ wait_for_ready=None,
2638
+ timeout=None,
2639
+ metadata=None):
2640
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentOrientation',
2641
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
2642
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2643
+ options, channel_credentials,
2644
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2645
+
2646
+ @staticmethod
2647
+ def ChangeMomentLocalX(request,
2648
+ target,
2649
+ options=(),
2650
+ channel_credentials=None,
2651
+ call_credentials=None,
2652
+ insecure=False,
2653
+ compression=None,
2654
+ wait_for_ready=None,
2655
+ timeout=None,
2656
+ metadata=None):
2657
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocalX',
2658
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2659
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2660
+ options, channel_credentials,
2661
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2662
+
2663
+ @staticmethod
2664
+ def ChangeMomentLocalY(request,
2665
+ target,
2666
+ options=(),
2667
+ channel_credentials=None,
2668
+ call_credentials=None,
2669
+ insecure=False,
2670
+ compression=None,
2671
+ wait_for_ready=None,
2672
+ timeout=None,
2673
+ metadata=None):
2674
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocalY',
2675
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2676
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2677
+ options, channel_credentials,
2678
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2679
+
2680
+ @staticmethod
2681
+ def ChangeMomentLocalZ(request,
2682
+ target,
2683
+ options=(),
2684
+ channel_credentials=None,
2685
+ call_credentials=None,
2686
+ insecure=False,
2687
+ compression=None,
2688
+ wait_for_ready=None,
2689
+ timeout=None,
2690
+ metadata=None):
2691
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocalZ',
2692
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2693
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2694
+ options, channel_credentials,
2695
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2696
+
2697
+ @staticmethod
2698
+ def ChangeMomentGlobalX(request,
2699
+ target,
2700
+ options=(),
2701
+ channel_credentials=None,
2702
+ call_credentials=None,
2703
+ insecure=False,
2704
+ compression=None,
2705
+ wait_for_ready=None,
2706
+ timeout=None,
2707
+ metadata=None):
2708
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentGlobalX',
2709
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2710
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2711
+ options, channel_credentials,
2712
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2713
+
2714
+ @staticmethod
2715
+ def ChangeMomentGlobalY(request,
2716
+ target,
2717
+ options=(),
2718
+ channel_credentials=None,
2719
+ call_credentials=None,
2720
+ insecure=False,
2721
+ compression=None,
2722
+ wait_for_ready=None,
2723
+ timeout=None,
2724
+ metadata=None):
2725
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentGlobalY',
2726
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2727
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2728
+ options, channel_credentials,
2729
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2730
+
2731
+ @staticmethod
2732
+ def ChangeMomentGlobalZ(request,
2733
+ target,
2734
+ options=(),
2735
+ channel_credentials=None,
2736
+ call_credentials=None,
2737
+ insecure=False,
2738
+ compression=None,
2739
+ wait_for_ready=None,
2740
+ timeout=None,
2741
+ metadata=None):
2742
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentGlobalZ',
2743
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2744
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2745
+ options, channel_credentials,
2746
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)