ansys-api-discovery 0.6.0__py3-none-any.whl → 0.6.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ansys-api-discovery might be problematic. Click here for more details.
- ansys/api/discovery/VERSION +1 -1
- ansys/api/discovery/v0/conditions.proto +3 -3
- ansys/api/discovery/v0/conditions_pb2.py +2 -2
- ansys/api/discovery/v0/conditions_pb2_grpc.py +9 -9
- ansys/api/discovery/v0/conditions_pb2_grpc.pyi +6 -6
- ansys/api/discovery/v0/conditionsfluid.proto +25 -25
- ansys/api/discovery/v0/conditionsfluid_pb2.py +60 -60
- ansys/api/discovery/v0/conditionsfluid_pb2.pyi +24 -24
- ansys/api/discovery/v0/conditionsfluid_pb2_grpc.py +39 -39
- ansys/api/discovery/v0/conditionsfluid_pb2_grpc.pyi +26 -26
- ansys/api/discovery/v0/conditionsstructural.proto +89 -89
- ansys/api/discovery/v0/conditionsstructural_pb2.py +86 -86
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +36 -36
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +204 -204
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +136 -136
- ansys/api/discovery/v0/conditionsthermal.proto +21 -21
- ansys/api/discovery/v0/conditionsthermal_pb2.py +36 -36
- ansys/api/discovery/v0/conditionsthermal_pb2.pyi +20 -20
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.py +33 -33
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +22 -22
- ansys/api/discovery/v0/discoverymodels.proto +3 -3
- ansys/api/discovery/v0/discoverymodels_pb2.py +27 -27
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +6 -6
- ansys/api/discovery/v0/monitors.proto +42 -0
- ansys/api/discovery/v0/monitors_pb2.py +37 -0
- ansys/api/discovery/v0/monitors_pb2.pyi +100 -0
- ansys/api/discovery/v0/monitors_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/monitors_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/results.proto +104 -0
- ansys/api/discovery/v0/results_pb2.py +32 -0
- ansys/api/discovery/v0/results_pb2.pyi +218 -0
- ansys/api/discovery/v0/results_pb2_grpc.py +4 -0
- ansys/api/discovery/v0/results_pb2_grpc.pyi +4 -0
- ansys/api/discovery/v0/solution.proto +5 -4
- ansys/api/discovery/v0/solution_pb2.py +9 -9
- ansys/api/discovery/v0/solution_pb2.pyi +17 -12
- ansys/api/discovery/v0/unsupported.proto +33 -0
- ansys/api/discovery/v0/unsupported_pb2.py +35 -0
- ansys/api/discovery/v0/unsupported_pb2.pyi +54 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.py +102 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +41 -0
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.2.dist-info}/METADATA +2 -2
- ansys_api_discovery-0.6.2.dist-info/RECORD +85 -0
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.2.dist-info}/WHEEL +1 -1
- ansys_api_discovery-0.6.0.dist-info/RECORD +0 -70
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.2.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.2.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.2.dist-info}/top_level.txt +0 -0
|
@@ -32,63 +32,63 @@ class ConditionsStructuralStub:
|
|
|
32
32
|
|
|
33
33
|
ChangeSupportLocation: grpc.UnaryUnaryMultiCallable[
|
|
34
34
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
35
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
35
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
36
36
|
|
|
37
37
|
ChangeSupportSpecification: grpc.UnaryUnaryMultiCallable[
|
|
38
38
|
ansys.api.discovery.v0.conditionsstructural_pb2.ChangeSupportSpecificationRequest,
|
|
39
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
39
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
40
40
|
|
|
41
41
|
ChangeSupportDisplacedOrientation: grpc.UnaryUnaryMultiCallable[
|
|
42
42
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
43
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
43
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
44
44
|
|
|
45
45
|
ChangeSupportDisplacedDX: grpc.UnaryUnaryMultiCallable[
|
|
46
46
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
47
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
47
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
48
48
|
|
|
49
49
|
ChangeSupportDisplacedDY: grpc.UnaryUnaryMultiCallable[
|
|
50
50
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
51
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
51
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
52
52
|
|
|
53
53
|
ChangeSupportDisplacedDZ: grpc.UnaryUnaryMultiCallable[
|
|
54
54
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
55
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
55
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
56
56
|
|
|
57
57
|
ChangeSupportDisplacedRX: grpc.UnaryUnaryMultiCallable[
|
|
58
58
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
59
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
59
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
60
60
|
|
|
61
61
|
ChangeSupportDisplacedRY: grpc.UnaryUnaryMultiCallable[
|
|
62
62
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
63
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
63
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
64
64
|
|
|
65
65
|
ChangeSupportDisplacedRZ: grpc.UnaryUnaryMultiCallable[
|
|
66
66
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
67
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
67
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
68
68
|
|
|
69
69
|
ChangeSupportDisplacedIsFixedDX: grpc.UnaryUnaryMultiCallable[
|
|
70
70
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
71
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
71
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
72
72
|
|
|
73
73
|
ChangeSupportDisplacedIsFixedDY: grpc.UnaryUnaryMultiCallable[
|
|
74
74
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
75
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
75
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
76
76
|
|
|
77
77
|
ChangeSupportDisplacedIsFixedDZ: grpc.UnaryUnaryMultiCallable[
|
|
78
78
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
79
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
79
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
80
80
|
|
|
81
81
|
ChangeSupportDisplacedIsFixedRX: grpc.UnaryUnaryMultiCallable[
|
|
82
82
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
83
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
83
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
84
84
|
|
|
85
85
|
ChangeSupportDisplacedIsFixedRY: grpc.UnaryUnaryMultiCallable[
|
|
86
86
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
87
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
87
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
88
88
|
|
|
89
89
|
ChangeSupportDisplacedIsFixedRZ: grpc.UnaryUnaryMultiCallable[
|
|
90
90
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
91
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
91
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
92
92
|
|
|
93
93
|
CreateForceDistributedTotal: grpc.UnaryUnaryMultiCallable[
|
|
94
94
|
ansys.api.discovery.v0.conditionsstructural_pb2.ForceDistributedTotalCreationRequest,
|
|
@@ -107,87 +107,87 @@ class ConditionsStructuralStub:
|
|
|
107
107
|
|
|
108
108
|
ChangeForceLocation: grpc.UnaryUnaryMultiCallable[
|
|
109
109
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
110
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
110
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
111
111
|
|
|
112
112
|
ChangeForceSpecification: grpc.UnaryUnaryMultiCallable[
|
|
113
113
|
ansys.api.discovery.v0.conditionsstructural_pb2.ChangeForceSpecificationRequest,
|
|
114
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
114
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
115
115
|
|
|
116
116
|
ChangeForceMagnitudeDefinition: grpc.UnaryUnaryMultiCallable[
|
|
117
117
|
ansys.api.discovery.v0.conditionsstructural_pb2.ChangeForceMagnitudeDefinitionRequest,
|
|
118
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
118
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
119
119
|
|
|
120
120
|
ChangeForceByReversingDirection: grpc.UnaryUnaryMultiCallable[
|
|
121
121
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeCommandRequest,
|
|
122
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
122
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
123
123
|
|
|
124
124
|
ChangeForceDefinedByComponentEnabled: grpc.UnaryUnaryMultiCallable[
|
|
125
125
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
126
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
126
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
127
127
|
|
|
128
128
|
ChangeForceDistributedTotalMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
129
129
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
130
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
130
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
131
131
|
|
|
132
132
|
ChangeForceDistributedTotalX: grpc.UnaryUnaryMultiCallable[
|
|
133
133
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
134
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
134
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
135
135
|
|
|
136
136
|
ChangeForceDistributedTotalY: grpc.UnaryUnaryMultiCallable[
|
|
137
137
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
138
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
138
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
139
139
|
|
|
140
140
|
ChangeForceDistributedTotalZ: grpc.UnaryUnaryMultiCallable[
|
|
141
141
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
142
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
142
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
143
143
|
|
|
144
144
|
ChangeForceDistributedAreaMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
145
145
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
146
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
146
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
147
147
|
|
|
148
148
|
ChangeForceDistributedAreaX: grpc.UnaryUnaryMultiCallable[
|
|
149
149
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
150
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
150
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
151
151
|
|
|
152
152
|
ChangeForceDistributedAreaY: grpc.UnaryUnaryMultiCallable[
|
|
153
153
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
154
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
154
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
155
155
|
|
|
156
156
|
ChangeForceDistributedAreaZ: grpc.UnaryUnaryMultiCallable[
|
|
157
157
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
158
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
158
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
159
159
|
|
|
160
160
|
ChangeForceUseRemoteForceEnabled: grpc.UnaryUnaryMultiCallable[
|
|
161
161
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
162
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
162
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
163
163
|
|
|
164
164
|
ChangeForceDistributedRemotePositionX: grpc.UnaryUnaryMultiCallable[
|
|
165
165
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
166
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
166
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
167
167
|
|
|
168
168
|
ChangeForceDistributedRemotePositionY: grpc.UnaryUnaryMultiCallable[
|
|
169
169
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
170
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
170
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
171
171
|
|
|
172
172
|
ChangeForceDistributedRemotePositionZ: grpc.UnaryUnaryMultiCallable[
|
|
173
173
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
174
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
174
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
175
175
|
|
|
176
176
|
ChangeForceTorqueMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
177
177
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
178
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
178
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
179
179
|
|
|
180
180
|
ChangeForceTorqueX: grpc.UnaryUnaryMultiCallable[
|
|
181
181
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
182
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
182
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
183
183
|
|
|
184
184
|
ChangeForceTorqueY: grpc.UnaryUnaryMultiCallable[
|
|
185
185
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
186
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
186
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
187
187
|
|
|
188
188
|
ChangeForceTorqueZ: grpc.UnaryUnaryMultiCallable[
|
|
189
189
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
190
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
190
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
191
191
|
|
|
192
192
|
CreatePressure: grpc.UnaryUnaryMultiCallable[
|
|
193
193
|
ansys.api.discovery.v0.conditionsstructural_pb2.PressureCreationRequest,
|
|
@@ -196,11 +196,11 @@ class ConditionsStructuralStub:
|
|
|
196
196
|
|
|
197
197
|
ChangePressureLocation: grpc.UnaryUnaryMultiCallable[
|
|
198
198
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
199
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
199
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
200
200
|
|
|
201
201
|
ChangePressureMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
202
202
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
203
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
203
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
204
204
|
|
|
205
205
|
CreateDisplacementTranslation: grpc.UnaryUnaryMultiCallable[
|
|
206
206
|
ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementTranslationCreationRequest,
|
|
@@ -217,87 +217,87 @@ class ConditionsStructuralStub:
|
|
|
217
217
|
|
|
218
218
|
ChangeDisplacementLocation: grpc.UnaryUnaryMultiCallable[
|
|
219
219
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
220
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
220
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
221
221
|
|
|
222
222
|
ChangeDisplacementSpecification: grpc.UnaryUnaryMultiCallable[
|
|
223
223
|
ansys.api.discovery.v0.conditionsstructural_pb2.ChangeDisplacementSpecificationRequest,
|
|
224
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
224
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
225
225
|
|
|
226
226
|
ChangeDisplacementOrientation: grpc.UnaryUnaryMultiCallable[
|
|
227
227
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
228
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
228
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
229
229
|
|
|
230
230
|
ChangeDisplacementDX: grpc.UnaryUnaryMultiCallable[
|
|
231
231
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
232
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
232
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
233
233
|
|
|
234
234
|
ChangeDisplacementDY: grpc.UnaryUnaryMultiCallable[
|
|
235
235
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
236
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
236
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
237
237
|
|
|
238
238
|
ChangeDisplacementDZ: grpc.UnaryUnaryMultiCallable[
|
|
239
239
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
240
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
240
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
241
241
|
|
|
242
242
|
ChangeDisplacementTranslationalMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
243
243
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
244
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
244
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
245
245
|
|
|
246
246
|
ChangeDisplacementRX: grpc.UnaryUnaryMultiCallable[
|
|
247
247
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
248
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
248
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
249
249
|
|
|
250
250
|
ChangeDisplacementRY: grpc.UnaryUnaryMultiCallable[
|
|
251
251
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
252
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
252
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
253
253
|
|
|
254
254
|
ChangeDisplacementRZ: grpc.UnaryUnaryMultiCallable[
|
|
255
255
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
256
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
256
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
257
257
|
|
|
258
258
|
ChangeDisplacementRotationalMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
259
259
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
260
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
260
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
261
261
|
|
|
262
262
|
ChangeDisplacementIsFixedDX: grpc.UnaryUnaryMultiCallable[
|
|
263
263
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
264
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
264
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
265
265
|
|
|
266
266
|
ChangeDisplacementIsFixedDY: grpc.UnaryUnaryMultiCallable[
|
|
267
267
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
268
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
268
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
269
269
|
|
|
270
270
|
ChangeDisplacementIsFixedDZ: grpc.UnaryUnaryMultiCallable[
|
|
271
271
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
272
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
272
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
273
273
|
|
|
274
274
|
ChangeDisplacementIsFixedRX: grpc.UnaryUnaryMultiCallable[
|
|
275
275
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
276
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
276
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
277
277
|
|
|
278
278
|
ChangeDisplacementIsFixedRY: grpc.UnaryUnaryMultiCallable[
|
|
279
279
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
280
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
280
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
281
281
|
|
|
282
282
|
ChangeDisplacementIsFixedRZ: grpc.UnaryUnaryMultiCallable[
|
|
283
283
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
284
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
284
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
285
285
|
|
|
286
286
|
ChangeDisplacementUseRemotePointEnabled: grpc.UnaryUnaryMultiCallable[
|
|
287
287
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
288
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
288
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
289
289
|
|
|
290
290
|
ChangeDisplacementDistributedRemotePositionX: grpc.UnaryUnaryMultiCallable[
|
|
291
291
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
292
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
292
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
293
293
|
|
|
294
294
|
ChangeDisplacementDistributedRemotePositionY: grpc.UnaryUnaryMultiCallable[
|
|
295
295
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
296
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
296
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
297
297
|
|
|
298
298
|
ChangeDisplacementDistributedRemotePositionZ: grpc.UnaryUnaryMultiCallable[
|
|
299
299
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
300
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
300
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
301
301
|
|
|
302
302
|
CreateMomentLocal: grpc.UnaryUnaryMultiCallable[
|
|
303
303
|
ansys.api.discovery.v0.conditionsstructural_pb2.MomentCreationRequest,
|
|
@@ -310,39 +310,39 @@ class ConditionsStructuralStub:
|
|
|
310
310
|
|
|
311
311
|
ChangeMomentLocation: grpc.UnaryUnaryMultiCallable[
|
|
312
312
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
313
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
313
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
314
314
|
|
|
315
315
|
ChangeMomentSpecification: grpc.UnaryUnaryMultiCallable[
|
|
316
316
|
ansys.api.discovery.v0.conditionsstructural_pb2.ChangeMomentSpecificationRequest,
|
|
317
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
317
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
318
318
|
|
|
319
319
|
ChangeMomentOrientation: grpc.UnaryUnaryMultiCallable[
|
|
320
320
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
321
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
321
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
322
322
|
|
|
323
323
|
ChangeMomentLocalX: grpc.UnaryUnaryMultiCallable[
|
|
324
324
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
325
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
325
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
326
326
|
|
|
327
327
|
ChangeMomentLocalY: grpc.UnaryUnaryMultiCallable[
|
|
328
328
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
329
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
329
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
330
330
|
|
|
331
331
|
ChangeMomentLocalZ: grpc.UnaryUnaryMultiCallable[
|
|
332
332
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
333
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
333
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
334
334
|
|
|
335
335
|
ChangeMomentGlobalX: grpc.UnaryUnaryMultiCallable[
|
|
336
336
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
337
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
337
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
338
338
|
|
|
339
339
|
ChangeMomentGlobalY: grpc.UnaryUnaryMultiCallable[
|
|
340
340
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
341
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
341
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
342
342
|
|
|
343
343
|
ChangeMomentGlobalZ: grpc.UnaryUnaryMultiCallable[
|
|
344
344
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
345
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
345
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
346
346
|
|
|
347
347
|
|
|
348
348
|
class ConditionsStructuralServicer(metaclass=abc.ABCMeta):
|
|
@@ -382,91 +382,91 @@ class ConditionsStructuralServicer(metaclass=abc.ABCMeta):
|
|
|
382
382
|
def ChangeSupportLocation(self,
|
|
383
383
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
384
384
|
context: grpc.ServicerContext,
|
|
385
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
385
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
386
386
|
|
|
387
387
|
@abc.abstractmethod
|
|
388
388
|
def ChangeSupportSpecification(self,
|
|
389
389
|
request: ansys.api.discovery.v0.conditionsstructural_pb2.ChangeSupportSpecificationRequest,
|
|
390
390
|
context: grpc.ServicerContext,
|
|
391
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
391
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
392
392
|
|
|
393
393
|
@abc.abstractmethod
|
|
394
394
|
def ChangeSupportDisplacedOrientation(self,
|
|
395
395
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
396
396
|
context: grpc.ServicerContext,
|
|
397
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
397
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
398
398
|
|
|
399
399
|
@abc.abstractmethod
|
|
400
400
|
def ChangeSupportDisplacedDX(self,
|
|
401
401
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
402
402
|
context: grpc.ServicerContext,
|
|
403
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
403
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
404
404
|
|
|
405
405
|
@abc.abstractmethod
|
|
406
406
|
def ChangeSupportDisplacedDY(self,
|
|
407
407
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
408
408
|
context: grpc.ServicerContext,
|
|
409
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
409
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
410
410
|
|
|
411
411
|
@abc.abstractmethod
|
|
412
412
|
def ChangeSupportDisplacedDZ(self,
|
|
413
413
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
414
414
|
context: grpc.ServicerContext,
|
|
415
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
415
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
416
416
|
|
|
417
417
|
@abc.abstractmethod
|
|
418
418
|
def ChangeSupportDisplacedRX(self,
|
|
419
419
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
420
420
|
context: grpc.ServicerContext,
|
|
421
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
421
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
422
422
|
|
|
423
423
|
@abc.abstractmethod
|
|
424
424
|
def ChangeSupportDisplacedRY(self,
|
|
425
425
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
426
426
|
context: grpc.ServicerContext,
|
|
427
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
427
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
428
428
|
|
|
429
429
|
@abc.abstractmethod
|
|
430
430
|
def ChangeSupportDisplacedRZ(self,
|
|
431
431
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
432
432
|
context: grpc.ServicerContext,
|
|
433
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
433
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
434
434
|
|
|
435
435
|
@abc.abstractmethod
|
|
436
436
|
def ChangeSupportDisplacedIsFixedDX(self,
|
|
437
437
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
438
438
|
context: grpc.ServicerContext,
|
|
439
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
439
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
440
440
|
|
|
441
441
|
@abc.abstractmethod
|
|
442
442
|
def ChangeSupportDisplacedIsFixedDY(self,
|
|
443
443
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
444
444
|
context: grpc.ServicerContext,
|
|
445
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
445
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
446
446
|
|
|
447
447
|
@abc.abstractmethod
|
|
448
448
|
def ChangeSupportDisplacedIsFixedDZ(self,
|
|
449
449
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
450
450
|
context: grpc.ServicerContext,
|
|
451
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
451
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
452
452
|
|
|
453
453
|
@abc.abstractmethod
|
|
454
454
|
def ChangeSupportDisplacedIsFixedRX(self,
|
|
455
455
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
456
456
|
context: grpc.ServicerContext,
|
|
457
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
457
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
458
458
|
|
|
459
459
|
@abc.abstractmethod
|
|
460
460
|
def ChangeSupportDisplacedIsFixedRY(self,
|
|
461
461
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
462
462
|
context: grpc.ServicerContext,
|
|
463
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
463
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
464
464
|
|
|
465
465
|
@abc.abstractmethod
|
|
466
466
|
def ChangeSupportDisplacedIsFixedRZ(self,
|
|
467
467
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
468
468
|
context: grpc.ServicerContext,
|
|
469
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
469
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
470
470
|
|
|
471
471
|
@abc.abstractmethod
|
|
472
472
|
def CreateForceDistributedTotal(self,
|
|
@@ -494,127 +494,127 @@ class ConditionsStructuralServicer(metaclass=abc.ABCMeta):
|
|
|
494
494
|
def ChangeForceLocation(self,
|
|
495
495
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
496
496
|
context: grpc.ServicerContext,
|
|
497
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
497
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
498
498
|
|
|
499
499
|
@abc.abstractmethod
|
|
500
500
|
def ChangeForceSpecification(self,
|
|
501
501
|
request: ansys.api.discovery.v0.conditionsstructural_pb2.ChangeForceSpecificationRequest,
|
|
502
502
|
context: grpc.ServicerContext,
|
|
503
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
503
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
504
504
|
|
|
505
505
|
@abc.abstractmethod
|
|
506
506
|
def ChangeForceMagnitudeDefinition(self,
|
|
507
507
|
request: ansys.api.discovery.v0.conditionsstructural_pb2.ChangeForceMagnitudeDefinitionRequest,
|
|
508
508
|
context: grpc.ServicerContext,
|
|
509
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
509
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
510
510
|
|
|
511
511
|
@abc.abstractmethod
|
|
512
512
|
def ChangeForceByReversingDirection(self,
|
|
513
513
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeCommandRequest,
|
|
514
514
|
context: grpc.ServicerContext,
|
|
515
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
515
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
516
516
|
|
|
517
517
|
@abc.abstractmethod
|
|
518
518
|
def ChangeForceDefinedByComponentEnabled(self,
|
|
519
519
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
520
520
|
context: grpc.ServicerContext,
|
|
521
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
521
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
522
522
|
|
|
523
523
|
@abc.abstractmethod
|
|
524
524
|
def ChangeForceDistributedTotalMagnitude(self,
|
|
525
525
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
526
526
|
context: grpc.ServicerContext,
|
|
527
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
527
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
528
528
|
|
|
529
529
|
@abc.abstractmethod
|
|
530
530
|
def ChangeForceDistributedTotalX(self,
|
|
531
531
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
532
532
|
context: grpc.ServicerContext,
|
|
533
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
533
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
534
534
|
|
|
535
535
|
@abc.abstractmethod
|
|
536
536
|
def ChangeForceDistributedTotalY(self,
|
|
537
537
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
538
538
|
context: grpc.ServicerContext,
|
|
539
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
539
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
540
540
|
|
|
541
541
|
@abc.abstractmethod
|
|
542
542
|
def ChangeForceDistributedTotalZ(self,
|
|
543
543
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
544
544
|
context: grpc.ServicerContext,
|
|
545
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
545
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
546
546
|
|
|
547
547
|
@abc.abstractmethod
|
|
548
548
|
def ChangeForceDistributedAreaMagnitude(self,
|
|
549
549
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
550
550
|
context: grpc.ServicerContext,
|
|
551
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
551
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
552
552
|
|
|
553
553
|
@abc.abstractmethod
|
|
554
554
|
def ChangeForceDistributedAreaX(self,
|
|
555
555
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
556
556
|
context: grpc.ServicerContext,
|
|
557
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
557
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
558
558
|
|
|
559
559
|
@abc.abstractmethod
|
|
560
560
|
def ChangeForceDistributedAreaY(self,
|
|
561
561
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
562
562
|
context: grpc.ServicerContext,
|
|
563
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
563
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
564
564
|
|
|
565
565
|
@abc.abstractmethod
|
|
566
566
|
def ChangeForceDistributedAreaZ(self,
|
|
567
567
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
568
568
|
context: grpc.ServicerContext,
|
|
569
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
569
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
570
570
|
|
|
571
571
|
@abc.abstractmethod
|
|
572
572
|
def ChangeForceUseRemoteForceEnabled(self,
|
|
573
573
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
574
574
|
context: grpc.ServicerContext,
|
|
575
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
575
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
576
576
|
|
|
577
577
|
@abc.abstractmethod
|
|
578
578
|
def ChangeForceDistributedRemotePositionX(self,
|
|
579
579
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
580
580
|
context: grpc.ServicerContext,
|
|
581
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
581
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
582
582
|
|
|
583
583
|
@abc.abstractmethod
|
|
584
584
|
def ChangeForceDistributedRemotePositionY(self,
|
|
585
585
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
586
586
|
context: grpc.ServicerContext,
|
|
587
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
587
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
588
588
|
|
|
589
589
|
@abc.abstractmethod
|
|
590
590
|
def ChangeForceDistributedRemotePositionZ(self,
|
|
591
591
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
592
592
|
context: grpc.ServicerContext,
|
|
593
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
593
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
594
594
|
|
|
595
595
|
@abc.abstractmethod
|
|
596
596
|
def ChangeForceTorqueMagnitude(self,
|
|
597
597
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
598
598
|
context: grpc.ServicerContext,
|
|
599
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
599
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
600
600
|
|
|
601
601
|
@abc.abstractmethod
|
|
602
602
|
def ChangeForceTorqueX(self,
|
|
603
603
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
604
604
|
context: grpc.ServicerContext,
|
|
605
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
605
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
606
606
|
|
|
607
607
|
@abc.abstractmethod
|
|
608
608
|
def ChangeForceTorqueY(self,
|
|
609
609
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
610
610
|
context: grpc.ServicerContext,
|
|
611
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
611
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
612
612
|
|
|
613
613
|
@abc.abstractmethod
|
|
614
614
|
def ChangeForceTorqueZ(self,
|
|
615
615
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
616
616
|
context: grpc.ServicerContext,
|
|
617
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
617
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
618
618
|
|
|
619
619
|
@abc.abstractmethod
|
|
620
620
|
def CreatePressure(self,
|
|
@@ -628,13 +628,13 @@ class ConditionsStructuralServicer(metaclass=abc.ABCMeta):
|
|
|
628
628
|
def ChangePressureLocation(self,
|
|
629
629
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
630
630
|
context: grpc.ServicerContext,
|
|
631
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
631
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
632
632
|
|
|
633
633
|
@abc.abstractmethod
|
|
634
634
|
def ChangePressureMagnitude(self,
|
|
635
635
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
636
636
|
context: grpc.ServicerContext,
|
|
637
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
637
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
638
638
|
|
|
639
639
|
@abc.abstractmethod
|
|
640
640
|
def CreateDisplacementTranslation(self,
|
|
@@ -660,127 +660,127 @@ class ConditionsStructuralServicer(metaclass=abc.ABCMeta):
|
|
|
660
660
|
def ChangeDisplacementLocation(self,
|
|
661
661
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
662
662
|
context: grpc.ServicerContext,
|
|
663
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
663
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
664
664
|
|
|
665
665
|
@abc.abstractmethod
|
|
666
666
|
def ChangeDisplacementSpecification(self,
|
|
667
667
|
request: ansys.api.discovery.v0.conditionsstructural_pb2.ChangeDisplacementSpecificationRequest,
|
|
668
668
|
context: grpc.ServicerContext,
|
|
669
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
669
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
670
670
|
|
|
671
671
|
@abc.abstractmethod
|
|
672
672
|
def ChangeDisplacementOrientation(self,
|
|
673
673
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
674
674
|
context: grpc.ServicerContext,
|
|
675
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
675
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
676
676
|
|
|
677
677
|
@abc.abstractmethod
|
|
678
678
|
def ChangeDisplacementDX(self,
|
|
679
679
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
680
680
|
context: grpc.ServicerContext,
|
|
681
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
681
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
682
682
|
|
|
683
683
|
@abc.abstractmethod
|
|
684
684
|
def ChangeDisplacementDY(self,
|
|
685
685
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
686
686
|
context: grpc.ServicerContext,
|
|
687
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
687
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
688
688
|
|
|
689
689
|
@abc.abstractmethod
|
|
690
690
|
def ChangeDisplacementDZ(self,
|
|
691
691
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
692
692
|
context: grpc.ServicerContext,
|
|
693
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
693
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
694
694
|
|
|
695
695
|
@abc.abstractmethod
|
|
696
696
|
def ChangeDisplacementTranslationalMagnitude(self,
|
|
697
697
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
698
698
|
context: grpc.ServicerContext,
|
|
699
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
699
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
700
700
|
|
|
701
701
|
@abc.abstractmethod
|
|
702
702
|
def ChangeDisplacementRX(self,
|
|
703
703
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
704
704
|
context: grpc.ServicerContext,
|
|
705
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
705
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
706
706
|
|
|
707
707
|
@abc.abstractmethod
|
|
708
708
|
def ChangeDisplacementRY(self,
|
|
709
709
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
710
710
|
context: grpc.ServicerContext,
|
|
711
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
711
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
712
712
|
|
|
713
713
|
@abc.abstractmethod
|
|
714
714
|
def ChangeDisplacementRZ(self,
|
|
715
715
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
716
716
|
context: grpc.ServicerContext,
|
|
717
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
717
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
718
718
|
|
|
719
719
|
@abc.abstractmethod
|
|
720
720
|
def ChangeDisplacementRotationalMagnitude(self,
|
|
721
721
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
722
722
|
context: grpc.ServicerContext,
|
|
723
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
723
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
724
724
|
|
|
725
725
|
@abc.abstractmethod
|
|
726
726
|
def ChangeDisplacementIsFixedDX(self,
|
|
727
727
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
728
728
|
context: grpc.ServicerContext,
|
|
729
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
729
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
730
730
|
|
|
731
731
|
@abc.abstractmethod
|
|
732
732
|
def ChangeDisplacementIsFixedDY(self,
|
|
733
733
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
734
734
|
context: grpc.ServicerContext,
|
|
735
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
735
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
736
736
|
|
|
737
737
|
@abc.abstractmethod
|
|
738
738
|
def ChangeDisplacementIsFixedDZ(self,
|
|
739
739
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
740
740
|
context: grpc.ServicerContext,
|
|
741
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
741
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
742
742
|
|
|
743
743
|
@abc.abstractmethod
|
|
744
744
|
def ChangeDisplacementIsFixedRX(self,
|
|
745
745
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
746
746
|
context: grpc.ServicerContext,
|
|
747
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
747
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
748
748
|
|
|
749
749
|
@abc.abstractmethod
|
|
750
750
|
def ChangeDisplacementIsFixedRY(self,
|
|
751
751
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
752
752
|
context: grpc.ServicerContext,
|
|
753
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
753
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
754
754
|
|
|
755
755
|
@abc.abstractmethod
|
|
756
756
|
def ChangeDisplacementIsFixedRZ(self,
|
|
757
757
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
758
758
|
context: grpc.ServicerContext,
|
|
759
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
759
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
760
760
|
|
|
761
761
|
@abc.abstractmethod
|
|
762
762
|
def ChangeDisplacementUseRemotePointEnabled(self,
|
|
763
763
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
764
764
|
context: grpc.ServicerContext,
|
|
765
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
765
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
766
766
|
|
|
767
767
|
@abc.abstractmethod
|
|
768
768
|
def ChangeDisplacementDistributedRemotePositionX(self,
|
|
769
769
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
770
770
|
context: grpc.ServicerContext,
|
|
771
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
771
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
772
772
|
|
|
773
773
|
@abc.abstractmethod
|
|
774
774
|
def ChangeDisplacementDistributedRemotePositionY(self,
|
|
775
775
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
776
776
|
context: grpc.ServicerContext,
|
|
777
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
777
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
778
778
|
|
|
779
779
|
@abc.abstractmethod
|
|
780
780
|
def ChangeDisplacementDistributedRemotePositionZ(self,
|
|
781
781
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
782
782
|
context: grpc.ServicerContext,
|
|
783
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
783
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
784
784
|
|
|
785
785
|
@abc.abstractmethod
|
|
786
786
|
def CreateMomentLocal(self,
|
|
@@ -800,55 +800,55 @@ class ConditionsStructuralServicer(metaclass=abc.ABCMeta):
|
|
|
800
800
|
def ChangeMomentLocation(self,
|
|
801
801
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
802
802
|
context: grpc.ServicerContext,
|
|
803
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
803
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
804
804
|
|
|
805
805
|
@abc.abstractmethod
|
|
806
806
|
def ChangeMomentSpecification(self,
|
|
807
807
|
request: ansys.api.discovery.v0.conditionsstructural_pb2.ChangeMomentSpecificationRequest,
|
|
808
808
|
context: grpc.ServicerContext,
|
|
809
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
809
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
810
810
|
|
|
811
811
|
@abc.abstractmethod
|
|
812
812
|
def ChangeMomentOrientation(self,
|
|
813
813
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
814
814
|
context: grpc.ServicerContext,
|
|
815
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
815
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
816
816
|
|
|
817
817
|
@abc.abstractmethod
|
|
818
818
|
def ChangeMomentLocalX(self,
|
|
819
819
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
820
820
|
context: grpc.ServicerContext,
|
|
821
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
821
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
822
822
|
|
|
823
823
|
@abc.abstractmethod
|
|
824
824
|
def ChangeMomentLocalY(self,
|
|
825
825
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
826
826
|
context: grpc.ServicerContext,
|
|
827
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
827
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
828
828
|
|
|
829
829
|
@abc.abstractmethod
|
|
830
830
|
def ChangeMomentLocalZ(self,
|
|
831
831
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
832
832
|
context: grpc.ServicerContext,
|
|
833
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
833
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
834
834
|
|
|
835
835
|
@abc.abstractmethod
|
|
836
836
|
def ChangeMomentGlobalX(self,
|
|
837
837
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
838
838
|
context: grpc.ServicerContext,
|
|
839
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
839
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
840
840
|
|
|
841
841
|
@abc.abstractmethod
|
|
842
842
|
def ChangeMomentGlobalY(self,
|
|
843
843
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
844
844
|
context: grpc.ServicerContext,
|
|
845
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
845
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
846
846
|
|
|
847
847
|
@abc.abstractmethod
|
|
848
848
|
def ChangeMomentGlobalZ(self,
|
|
849
849
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
850
850
|
context: grpc.ServicerContext,
|
|
851
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
851
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
852
852
|
|
|
853
853
|
|
|
854
854
|
def add_ConditionsStructuralServicer_to_server(servicer: ConditionsStructuralServicer, server: grpc.Server) -> None: ...
|