ansys-api-discovery 0.6.0__py3-none-any.whl → 0.6.1__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 +137 -0
- ansys/api/discovery/v0/monitors_pb2.py +42 -0
- ansys/api/discovery/v0/monitors_pb2.pyi +307 -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/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-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/METADATA +2 -2
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/RECORD +37 -32
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/WHEEL +1 -1
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/top_level.txt +0 -0
|
@@ -15,25 +15,25 @@ service ConditionsStructural
|
|
|
15
15
|
rpc CreateSupportBall(SupportGeneralCreationRequest) returns (SupportGeneralCreationResponse);
|
|
16
16
|
rpc CreateSupportDisplaced(SupportDisplacedCreationRequest) returns (SupportDisplacedCreationResponse);
|
|
17
17
|
|
|
18
|
-
rpc ChangeSupportLocation(ChangeLocationRequest) returns(
|
|
18
|
+
rpc ChangeSupportLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
19
19
|
|
|
20
|
-
rpc ChangeSupportSpecification(ChangeSupportSpecificationRequest) returns(
|
|
20
|
+
rpc ChangeSupportSpecification(ChangeSupportSpecificationRequest) returns(ChangeResponse);
|
|
21
21
|
|
|
22
|
-
rpc ChangeSupportDisplacedOrientation(ChangeDirectionRequest) returns(
|
|
22
|
+
rpc ChangeSupportDisplacedOrientation(ChangeDirectionRequest) returns(ChangeResponse);
|
|
23
23
|
|
|
24
|
-
rpc ChangeSupportDisplacedDX(ChangeQuantityRequest) returns (
|
|
25
|
-
rpc ChangeSupportDisplacedDY(ChangeQuantityRequest) returns (
|
|
26
|
-
rpc ChangeSupportDisplacedDZ(ChangeQuantityRequest) returns (
|
|
27
|
-
rpc ChangeSupportDisplacedRX(ChangeQuantityRequest) returns (
|
|
28
|
-
rpc ChangeSupportDisplacedRY(ChangeQuantityRequest) returns (
|
|
29
|
-
rpc ChangeSupportDisplacedRZ(ChangeQuantityRequest) returns (
|
|
30
|
-
|
|
31
|
-
rpc ChangeSupportDisplacedIsFixedDX(ChangeBooleanRequest) returns (
|
|
32
|
-
rpc ChangeSupportDisplacedIsFixedDY(ChangeBooleanRequest) returns (
|
|
33
|
-
rpc ChangeSupportDisplacedIsFixedDZ(ChangeBooleanRequest) returns (
|
|
34
|
-
rpc ChangeSupportDisplacedIsFixedRX(ChangeBooleanRequest) returns (
|
|
35
|
-
rpc ChangeSupportDisplacedIsFixedRY(ChangeBooleanRequest) returns (
|
|
36
|
-
rpc ChangeSupportDisplacedIsFixedRZ(ChangeBooleanRequest) returns (
|
|
24
|
+
rpc ChangeSupportDisplacedDX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
25
|
+
rpc ChangeSupportDisplacedDY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
26
|
+
rpc ChangeSupportDisplacedDZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
27
|
+
rpc ChangeSupportDisplacedRX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
28
|
+
rpc ChangeSupportDisplacedRY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
29
|
+
rpc ChangeSupportDisplacedRZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
30
|
+
|
|
31
|
+
rpc ChangeSupportDisplacedIsFixedDX(ChangeBooleanRequest) returns (ChangeResponse);
|
|
32
|
+
rpc ChangeSupportDisplacedIsFixedDY(ChangeBooleanRequest) returns (ChangeResponse);
|
|
33
|
+
rpc ChangeSupportDisplacedIsFixedDZ(ChangeBooleanRequest) returns (ChangeResponse);
|
|
34
|
+
rpc ChangeSupportDisplacedIsFixedRX(ChangeBooleanRequest) returns (ChangeResponse);
|
|
35
|
+
rpc ChangeSupportDisplacedIsFixedRY(ChangeBooleanRequest) returns (ChangeResponse);
|
|
36
|
+
rpc ChangeSupportDisplacedIsFixedRZ(ChangeBooleanRequest) returns (ChangeResponse);
|
|
37
37
|
|
|
38
38
|
//Force condition methods
|
|
39
39
|
|
|
@@ -43,40 +43,40 @@ service ConditionsStructural
|
|
|
43
43
|
|
|
44
44
|
rpc CreateForceTorque(ForceTorqueCreationRequest) returns (ForceTorqueCreationResponse);
|
|
45
45
|
|
|
46
|
-
rpc ChangeForceLocation(ChangeLocationRequest) returns(
|
|
46
|
+
rpc ChangeForceLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
47
47
|
|
|
48
|
-
rpc ChangeForceSpecification(ChangeForceSpecificationRequest) returns (
|
|
49
|
-
rpc ChangeForceMagnitudeDefinition(ChangeForceMagnitudeDefinitionRequest) returns (
|
|
50
|
-
rpc ChangeForceByReversingDirection(ChangeCommandRequest) returns (
|
|
48
|
+
rpc ChangeForceSpecification(ChangeForceSpecificationRequest) returns (ChangeResponse);
|
|
49
|
+
rpc ChangeForceMagnitudeDefinition(ChangeForceMagnitudeDefinitionRequest) returns (ChangeResponse);
|
|
50
|
+
rpc ChangeForceByReversingDirection(ChangeCommandRequest) returns (ChangeResponse);
|
|
51
51
|
|
|
52
|
-
rpc ChangeForceDefinedByComponentEnabled(ChangeBooleanRequest) returns (
|
|
52
|
+
rpc ChangeForceDefinedByComponentEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
53
53
|
|
|
54
|
-
rpc ChangeForceDistributedTotalMagnitude(ChangeQuantityRequest) returns (
|
|
55
|
-
rpc ChangeForceDistributedTotalX(ChangeQuantityRequest) returns (
|
|
56
|
-
rpc ChangeForceDistributedTotalY(ChangeQuantityRequest) returns (
|
|
57
|
-
rpc ChangeForceDistributedTotalZ(ChangeQuantityRequest) returns (
|
|
54
|
+
rpc ChangeForceDistributedTotalMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
55
|
+
rpc ChangeForceDistributedTotalX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
56
|
+
rpc ChangeForceDistributedTotalY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
57
|
+
rpc ChangeForceDistributedTotalZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
58
58
|
|
|
59
|
-
rpc ChangeForceDistributedAreaMagnitude(ChangeQuantityRequest) returns (
|
|
60
|
-
rpc ChangeForceDistributedAreaX(ChangeQuantityRequest) returns (
|
|
61
|
-
rpc ChangeForceDistributedAreaY(ChangeQuantityRequest) returns (
|
|
62
|
-
rpc ChangeForceDistributedAreaZ(ChangeQuantityRequest) returns (
|
|
59
|
+
rpc ChangeForceDistributedAreaMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
60
|
+
rpc ChangeForceDistributedAreaX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
61
|
+
rpc ChangeForceDistributedAreaY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
62
|
+
rpc ChangeForceDistributedAreaZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
63
63
|
|
|
64
|
-
rpc ChangeForceUseRemoteForceEnabled(ChangeBooleanRequest) returns (
|
|
65
|
-
rpc ChangeForceDistributedRemotePositionX(ChangeQuantityRequest) returns (
|
|
66
|
-
rpc ChangeForceDistributedRemotePositionY(ChangeQuantityRequest) returns (
|
|
67
|
-
rpc ChangeForceDistributedRemotePositionZ(ChangeQuantityRequest) returns (
|
|
64
|
+
rpc ChangeForceUseRemoteForceEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
65
|
+
rpc ChangeForceDistributedRemotePositionX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
66
|
+
rpc ChangeForceDistributedRemotePositionY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
67
|
+
rpc ChangeForceDistributedRemotePositionZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
68
68
|
|
|
69
|
-
rpc ChangeForceTorqueMagnitude(ChangeQuantityRequest) returns (
|
|
70
|
-
rpc ChangeForceTorqueX(ChangeQuantityRequest) returns (
|
|
71
|
-
rpc ChangeForceTorqueY(ChangeQuantityRequest) returns (
|
|
72
|
-
rpc ChangeForceTorqueZ(ChangeQuantityRequest) returns (
|
|
69
|
+
rpc ChangeForceTorqueMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
70
|
+
rpc ChangeForceTorqueX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
71
|
+
rpc ChangeForceTorqueY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
72
|
+
rpc ChangeForceTorqueZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
73
73
|
|
|
74
74
|
//Pressure condition methods
|
|
75
75
|
rpc CreatePressure(PressureCreationRequest) returns (PressureCreationResponse);
|
|
76
76
|
|
|
77
|
-
rpc ChangePressureLocation(ChangeLocationRequest) returns(
|
|
77
|
+
rpc ChangePressureLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
78
78
|
|
|
79
|
-
rpc ChangePressureMagnitude(ChangeQuantityRequest) returns (
|
|
79
|
+
rpc ChangePressureMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
//Displacement condition methods
|
|
@@ -84,51 +84,51 @@ service ConditionsStructural
|
|
|
84
84
|
rpc CreateDisplacementRotation(DisplacementRotationCreationRequest) returns (DisplacementCreationResponse);
|
|
85
85
|
rpc CreateDisplacementCombined(DisplacementCombinedCreationRequest) returns (DisplacementCreationResponse);
|
|
86
86
|
|
|
87
|
-
rpc ChangeDisplacementLocation(ChangeLocationRequest) returns(
|
|
87
|
+
rpc ChangeDisplacementLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
88
88
|
|
|
89
|
-
rpc ChangeDisplacementSpecification(ChangeDisplacementSpecificationRequest) returns(
|
|
90
|
-
rpc ChangeDisplacementOrientation(ChangeDirectionRequest) returns(
|
|
89
|
+
rpc ChangeDisplacementSpecification(ChangeDisplacementSpecificationRequest) returns(ChangeResponse);
|
|
90
|
+
rpc ChangeDisplacementOrientation(ChangeDirectionRequest) returns(ChangeResponse);
|
|
91
91
|
|
|
92
|
-
rpc ChangeDisplacementDX(ChangeQuantityRequest) returns (
|
|
93
|
-
rpc ChangeDisplacementDY(ChangeQuantityRequest) returns (
|
|
94
|
-
rpc ChangeDisplacementDZ(ChangeQuantityRequest) returns (
|
|
95
|
-
rpc ChangeDisplacementTranslationalMagnitude(ChangeQuantityRequest) returns (
|
|
96
|
-
|
|
97
|
-
rpc ChangeDisplacementRX(ChangeQuantityRequest) returns (
|
|
98
|
-
rpc ChangeDisplacementRY(ChangeQuantityRequest) returns (
|
|
99
|
-
rpc ChangeDisplacementRZ(ChangeQuantityRequest) returns (
|
|
100
|
-
rpc ChangeDisplacementRotationalMagnitude(ChangeQuantityRequest) returns (
|
|
101
|
-
|
|
102
|
-
rpc ChangeDisplacementIsFixedDX(ChangeBooleanRequest) returns (
|
|
103
|
-
rpc ChangeDisplacementIsFixedDY(ChangeBooleanRequest) returns (
|
|
104
|
-
rpc ChangeDisplacementIsFixedDZ(ChangeBooleanRequest) returns (
|
|
92
|
+
rpc ChangeDisplacementDX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
93
|
+
rpc ChangeDisplacementDY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
94
|
+
rpc ChangeDisplacementDZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
95
|
+
rpc ChangeDisplacementTranslationalMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
96
|
+
|
|
97
|
+
rpc ChangeDisplacementRX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
98
|
+
rpc ChangeDisplacementRY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
99
|
+
rpc ChangeDisplacementRZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
100
|
+
rpc ChangeDisplacementRotationalMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
101
|
+
|
|
102
|
+
rpc ChangeDisplacementIsFixedDX(ChangeBooleanRequest) returns (ChangeResponse);
|
|
103
|
+
rpc ChangeDisplacementIsFixedDY(ChangeBooleanRequest) returns (ChangeResponse);
|
|
104
|
+
rpc ChangeDisplacementIsFixedDZ(ChangeBooleanRequest) returns (ChangeResponse);
|
|
105
105
|
|
|
106
|
-
rpc ChangeDisplacementIsFixedRX(ChangeBooleanRequest) returns (
|
|
107
|
-
rpc ChangeDisplacementIsFixedRY(ChangeBooleanRequest) returns (
|
|
108
|
-
rpc ChangeDisplacementIsFixedRZ(ChangeBooleanRequest) returns (
|
|
106
|
+
rpc ChangeDisplacementIsFixedRX(ChangeBooleanRequest) returns (ChangeResponse);
|
|
107
|
+
rpc ChangeDisplacementIsFixedRY(ChangeBooleanRequest) returns (ChangeResponse);
|
|
108
|
+
rpc ChangeDisplacementIsFixedRZ(ChangeBooleanRequest) returns (ChangeResponse);
|
|
109
109
|
|
|
110
|
-
rpc ChangeDisplacementUseRemotePointEnabled(ChangeBooleanRequest) returns (
|
|
111
|
-
rpc ChangeDisplacementDistributedRemotePositionX(ChangeQuantityRequest) returns (
|
|
112
|
-
rpc ChangeDisplacementDistributedRemotePositionY(ChangeQuantityRequest) returns (
|
|
113
|
-
rpc ChangeDisplacementDistributedRemotePositionZ(ChangeQuantityRequest) returns (
|
|
110
|
+
rpc ChangeDisplacementUseRemotePointEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
111
|
+
rpc ChangeDisplacementDistributedRemotePositionX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
112
|
+
rpc ChangeDisplacementDistributedRemotePositionY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
113
|
+
rpc ChangeDisplacementDistributedRemotePositionZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
114
114
|
|
|
115
115
|
|
|
116
116
|
//Moment condition methods
|
|
117
117
|
rpc CreateMomentLocal(MomentCreationRequest) returns (MomentCreationResponse);
|
|
118
118
|
rpc CreateMomentGlobal(MomentCreationRequest) returns (MomentCreationResponse);
|
|
119
119
|
|
|
120
|
-
rpc ChangeMomentLocation(ChangeLocationRequest) returns(
|
|
120
|
+
rpc ChangeMomentLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
121
121
|
|
|
122
|
-
rpc ChangeMomentSpecification(ChangeMomentSpecificationRequest) returns(
|
|
123
|
-
rpc ChangeMomentOrientation(ChangeDirectionRequest) returns(
|
|
122
|
+
rpc ChangeMomentSpecification(ChangeMomentSpecificationRequest) returns(ChangeResponse);
|
|
123
|
+
rpc ChangeMomentOrientation(ChangeDirectionRequest) returns(ChangeResponse);
|
|
124
124
|
|
|
125
|
-
rpc ChangeMomentLocalX(ChangeQuantityRequest) returns (
|
|
126
|
-
rpc ChangeMomentLocalY(ChangeQuantityRequest) returns (
|
|
127
|
-
rpc ChangeMomentLocalZ(ChangeQuantityRequest) returns (
|
|
125
|
+
rpc ChangeMomentLocalX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
126
|
+
rpc ChangeMomentLocalY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
127
|
+
rpc ChangeMomentLocalZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
128
128
|
|
|
129
|
-
rpc ChangeMomentGlobalX(ChangeQuantityRequest) returns (
|
|
130
|
-
rpc ChangeMomentGlobalY(ChangeQuantityRequest) returns (
|
|
131
|
-
rpc ChangeMomentGlobalZ(ChangeQuantityRequest) returns (
|
|
129
|
+
rpc ChangeMomentGlobalX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
130
|
+
rpc ChangeMomentGlobalY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
131
|
+
rpc ChangeMomentGlobalZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
132
132
|
|
|
133
133
|
}
|
|
134
134
|
|
|
@@ -142,21 +142,21 @@ message ChangeSupportSpecificationRequest{
|
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
message SupportGeneralCreationRequest{
|
|
145
|
-
|
|
145
|
+
ScopedCreationData creation_data = 1;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
message SupportGeneralCreationResponse{
|
|
149
|
-
|
|
149
|
+
CreationResponse condition_response = 1;
|
|
150
150
|
SupportGeneralDefinition condition_data = 2;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
message SupportDisplacedCreationRequest{
|
|
154
|
-
|
|
154
|
+
ScopedCreationData creation_data = 1;
|
|
155
155
|
SupportDisplacedProperties support_displaced = 2;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
message SupportDisplacedCreationResponse{
|
|
159
|
-
|
|
159
|
+
CreationResponse condition_response = 1;
|
|
160
160
|
SupportDisplacedDefinition condition_data = 2;
|
|
161
161
|
}
|
|
162
162
|
|
|
@@ -173,64 +173,64 @@ message ChangeForceMagnitudeDefinitionRequest{
|
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
message ForceDistributedTotalCreationRequest{
|
|
176
|
-
|
|
176
|
+
ScopedCreationData creation_data = 1;
|
|
177
177
|
ForceDistributedProperties force_properties = 2;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
message ForceDistributedTotalCreationResponse{
|
|
181
|
-
|
|
181
|
+
CreationResponse condition_response = 1;
|
|
182
182
|
ForceDistributedDefinition condition_data = 2;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
message ForceDistributedAreaCreationRequest{
|
|
186
|
-
|
|
186
|
+
ScopedCreationData creation_data = 1;
|
|
187
187
|
ForceDistributedProperties force_properties = 2;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
message ForceDistributedAreaCreationResponse{
|
|
191
|
-
|
|
191
|
+
CreationResponse condition_response = 1;
|
|
192
192
|
ForceDistributedDefinition condition_data = 2;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
message ForceTorqueCreationRequest{
|
|
196
|
-
|
|
196
|
+
ScopedCreationData creation_data = 1;
|
|
197
197
|
ForceTorqueProperties force_properties = 2;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
message ForceTorqueCreationResponse{
|
|
201
|
-
|
|
201
|
+
CreationResponse condition_response = 1;
|
|
202
202
|
ForceTorqueDefinition condition_data = 2;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
// Pressure
|
|
206
206
|
message PressureCreationRequest{
|
|
207
|
-
|
|
207
|
+
ScopedCreationData creation_data = 1;
|
|
208
208
|
PressureProperties pressure_properties = 2;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
message PressureCreationResponse{
|
|
212
|
-
|
|
212
|
+
CreationResponse condition_response = 1;
|
|
213
213
|
PressureDefinition condition_data = 2;
|
|
214
214
|
}
|
|
215
215
|
|
|
216
216
|
// Displacement
|
|
217
217
|
message DisplacementTranslationCreationRequest{
|
|
218
|
-
|
|
218
|
+
ScopedCreationData creation_data = 1;
|
|
219
219
|
DisplacementTranslationProperties displacement_properties = 2;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
message DisplacementRotationCreationRequest{
|
|
223
|
-
|
|
223
|
+
ScopedCreationData creation_data = 1;
|
|
224
224
|
DisplacementRotationProperties displacement_properties = 2;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
message DisplacementCombinedCreationRequest{
|
|
228
|
-
|
|
228
|
+
ScopedCreationData creation_data = 1;
|
|
229
229
|
DisplacementCombinedProperties displacement_properties = 2;
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
message DisplacementCreationResponse{
|
|
233
|
-
|
|
233
|
+
CreationResponse condition_response = 1;
|
|
234
234
|
DisplacementDefinition condition_data = 2;
|
|
235
235
|
}
|
|
236
236
|
|
|
@@ -241,12 +241,12 @@ message ChangeDisplacementSpecificationRequest{
|
|
|
241
241
|
|
|
242
242
|
// Moment
|
|
243
243
|
message MomentCreationRequest{
|
|
244
|
-
|
|
244
|
+
ScopedCreationData creation_data = 1;
|
|
245
245
|
MomentProperties moment_properties = 2;
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
message MomentCreationResponse{
|
|
249
|
-
|
|
249
|
+
CreationResponse condition_response = 1;
|
|
250
250
|
MomentDefinition condition_data = 2;
|
|
251
251
|
}
|
|
252
252
|
|
|
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
|
|
|
14
14
|
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1ansys/api/discovery/v0/conditionsstructural.proto\x12\x36\x61nsys.api.discovery.v0.conditions.conditionsstructural\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xa3\x01\n!ChangeSupportSpecificationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12k\n\x15support_specification\x18\x02 \x01(\x0e\x32L.ansys.api.discovery.v0.conditions.conditionsstructural.SupportSpecification\"k\n\x1dSupportGeneralCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\"\xd9\x01\n\x1eSupportGeneralCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12h\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32P.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralDefinition\"\xdc\x01\n\x1fSupportDisplacedCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12m\n\x11support_displaced\x18\x02 \x01(\x0b\x32R.ansys.api.discovery.v0.conditions.conditionsstructural.SupportDisplacedProperties\"\xdd\x01\n SupportDisplacedCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12j\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32R.ansys.api.discovery.v0.conditions.conditionsstructural.SupportDisplacedDefinition\"\x9d\x01\n\x1f\x43hangeForceSpecificationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12g\n\x13\x66orce_specification\x18\x02 \x01(\x0e\x32J.ansys.api.discovery.v0.conditions.conditionsstructural.ForceSpecification\"\xb0\x01\n%ChangeForceMagnitudeDefinitionRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12t\n\x1a\x66orce_magnitude_definition\x18\x02 \x01(\x0e\x32P.ansys.api.discovery.v0.conditions.conditionsstructural.ForceMagnitudeDefinition\"\xe0\x01\n$ForceDistributedTotalCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12l\n\x10\x66orce_properties\x18\x02 \x01(\x0b\x32R.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedProperties\"\xe2\x01\n%ForceDistributedTotalCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12j\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32R.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedDefinition\"\xdf\x01\n#ForceDistributedAreaCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12l\n\x10\x66orce_properties\x18\x02 \x01(\x0b\x32R.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedProperties\"\xe1\x01\n$ForceDistributedAreaCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12j\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32R.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedDefinition\"\xd1\x01\n\x1a\x46orceTorqueCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12g\n\x10\x66orce_properties\x18\x02 \x01(\x0b\x32M.ansys.api.discovery.v0.conditions.conditionsstructural.ForceTorqueProperties\"\xd3\x01\n\x1b\x46orceTorqueCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12\x65\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32M.ansys.api.discovery.v0.conditions.conditionsstructural.ForceTorqueDefinition\"\xce\x01\n\x17PressureCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12g\n\x13pressure_properties\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsstructural.PressureProperties\"\xcd\x01\n\x18PressureCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12\x62\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsstructural.PressureDefinition\"\xf0\x01\n&DisplacementTranslationCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12z\n\x17\x64isplacement_properties\x18\x02 \x01(\x0b\x32Y.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementTranslationProperties\"\xea\x01\n#DisplacementRotationCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12w\n\x17\x64isplacement_properties\x18\x02 \x01(\x0b\x32V.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementRotationProperties\"\xea\x01\n#DisplacementCombinedCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12w\n\x17\x64isplacement_properties\x18\x02 \x01(\x0b\x32V.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementCombinedProperties\"\xd5\x01\n\x1c\x44isplacementCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12\x66\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32N.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementDefinition\"\xb2\x01\n&ChangeDisplacementSpecificationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12u\n\x1a\x64isplacement_specification\x18\x02 \x01(\x0e\x32Q.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementSpecification\"\xc8\x01\n\x15MomentCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12\x63\n\x11moment_properties\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsstructural.MomentProperties\"\xc9\x01\n\x16MomentCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12`\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsstructural.MomentDefinition\"\xa0\x01\n ChangeMomentSpecificationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12i\n\x14moment_specification\x18\x02 \x01(\x0e\x32K.ansys.api.discovery.v0.conditions.conditionsstructural.MomentSpecification\"\xd3\x01\n\x18SupportGeneralDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x62\n\x0csupport_type\x18\x06 \x01(\x0e\x32L.ansys.api.discovery.v0.conditions.conditionsstructural.SupportSpecification\"\x9f\x02\n\x1aSupportDisplacedDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x62\n\x0csupport_type\x18\x06 \x01(\x0e\x32L.ansys.api.discovery.v0.conditions.conditionsstructural.SupportSpecification\x12H\n\x0c\x64isplacement\x18\x07 \x01(\x0b\x32\x32.ansys.api.discovery.v0.TensorOfOptionalQuantities\"f\n\x1aSupportDisplacedProperties\x12H\n\x0c\x64isplacement\x18\x01 \x01(\x0b\x32\x32.ansys.api.discovery.v0.TensorOfOptionalQuantities\"\xe0\x01\n\x1a\x46orceDistributedDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12m\n\x11\x66orce_distributed\x18\x06 \x01(\x0b\x32R.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedProperties\"\xcd\x01\n\x1a\x46orceDistributedProperties\x12/\n\x05\x66orce\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12@\n\x10\x66orce_components\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.OptionalVector\x12<\n\x0cremote_point\x18\x03 \x01(\x0b\x32&.ansys.api.discovery.v0.OptionalVector\"\xd1\x01\n\x15\x46orceTorqueDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x63\n\x0c\x66orce_torque\x18\x06 \x01(\x0b\x32M.ansys.api.discovery.v0.conditions.conditionsstructural.ForceTorqueProperties\"\x8a\x01\n\x15\x46orceTorqueProperties\x12/\n\x05\x66orce\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12@\n\x10\x66orce_components\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.OptionalVector\"R\n\x12PressureProperties\x12<\n\x12pressure_magnitude\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xc7\x01\n\x12PressureDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\\\n\x08pressure\x18\x06 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsstructural.PressureProperties\"\xab\x01\n!DisplacementTranslationProperties\x12H\n\x0c\x64isplacement\x18\x01 \x01(\x0b\x32\x32.ansys.api.discovery.v0.VectorOfOptionalQuantities\x12<\n\x0cremote_point\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.OptionalVector\"\xa4\x01\n\x1e\x44isplacementRotationProperties\x12\x44\n\x08rotation\x18\x01 \x01(\x0b\x32\x32.ansys.api.discovery.v0.VectorOfOptionalQuantities\x12<\n\x0cremote_point\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.OptionalVector\"\xee\x01\n\x1e\x44isplacementCombinedProperties\x12H\n\x0c\x64isplacement\x18\x01 \x01(\x0b\x32\x32.ansys.api.discovery.v0.VectorOfOptionalQuantities\x12\x44\n\x08rotation\x18\x02 \x01(\x0b\x32\x32.ansys.api.discovery.v0.VectorOfOptionalQuantities\x12<\n\x0cremote_point\x18\x03 \x01(\x0b\x32&.ansys.api.discovery.v0.OptionalVector\"\xdb\x01\n\x16\x44isplacementDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12l\n\x0c\x64isplacement\x18\x06 \x01(\x0b\x32V.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementCombinedProperties\"J\n\x10MomentProperties\x12\x36\n\x06moment\x18\x01 \x01(\x0b\x32&.ansys.api.discovery.v0.QuantityVector\"\x9a\x02\n\x10MomentDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12W\n\x05local\x18\x06 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsstructural.MomentProperties\x12X\n\x06global\x18\x07 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsstructural.MomentProperties*S\n\x14SupportSpecification\x12\t\n\x05\x46IXED\x10\x00\x12\x0b\n\x07SLIDING\x10\x01\x12\n\n\x06HINGED\x10\x02\x12\x08\n\x04\x42\x41LL\x10\x03\x12\r\n\tDISPLACED\x10\x04*<\n\x18\x46orceMagnitudeDefinition\x12\x0e\n\nTOTALFORCE\x10\x00\x12\x10\n\x0c\x46ORCEPERAREA\x10\x01*1\n\x12\x46orceSpecification\x12\x0f\n\x0b\x44ISTRIBUTED\x10\x00\x12\n\n\x06TORQUE\x10\x01*H\n\x19\x44isplacementSpecification\x12\x0f\n\x0bTRANSLATION\x10\x00\x12\x0c\n\x08ROTATION\x10\x01\x12\x0c\n\x08\x43OMBINED\x10\x02*,\n\x13MomentSpecification\x12\n\n\x06GLOBAL\x10\x00\x12\t\n\x05LOCAL\x10\x01\x32\x8e\\\n\x14\x43onditionsStructural\x12\xc3\x01\n\x12\x43reateSupportFixed\x12U.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationRequest\x1aV.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationResponse\x12\xc4\x01\n\x13\x43reateSupportHinged\x12U.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationRequest\x1aV.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationResponse\x12\xc5\x01\n\x14\x43reateSupportSliding\x12U.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationRequest\x1aV.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationResponse\x12\xc2\x01\n\x11\x43reateSupportBall\x12U.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationRequest\x1aV.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationResponse\x12\xcb\x01\n\x16\x43reateSupportDisplaced\x12W.ansys.api.discovery.v0.conditions.conditionsstructural.SupportDisplacedCreationRequest\x1aX.ansys.api.discovery.v0.conditions.conditionsstructural.SupportDisplacedCreationResponse\x12x\n\x15\x43hangeSupportLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\xa9\x01\n\x1a\x43hangeSupportSpecification\x12Y.ansys.api.discovery.v0.conditions.conditionsstructural.ChangeSupportSpecificationRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x85\x01\n!ChangeSupportDisplacedOrientation\x12..ansys.api.discovery.v0.ChangeDirectionRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12{\n\x18\x43hangeSupportDisplacedDX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12{\n\x18\x43hangeSupportDisplacedDY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12{\n\x18\x43hangeSupportDisplacedDZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12{\n\x18\x43hangeSupportDisplacedRX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12{\n\x18\x43hangeSupportDisplacedRY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12{\n\x18\x43hangeSupportDisplacedRZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x81\x01\n\x1f\x43hangeSupportDisplacedIsFixedDX\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x81\x01\n\x1f\x43hangeSupportDisplacedIsFixedDY\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x81\x01\n\x1f\x43hangeSupportDisplacedIsFixedDZ\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x81\x01\n\x1f\x43hangeSupportDisplacedIsFixedRX\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x81\x01\n\x1f\x43hangeSupportDisplacedIsFixedRY\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x81\x01\n\x1f\x43hangeSupportDisplacedIsFixedRZ\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\xda\x01\n\x1b\x43reateForceDistributedTotal\x12\\.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedTotalCreationRequest\x1a].ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedTotalCreationResponse\x12\xd7\x01\n\x1a\x43reateForceDistributedArea\x12[.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedAreaCreationRequest\x1a\\.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedAreaCreationResponse\x12\xbc\x01\n\x11\x43reateForceTorque\x12R.ansys.api.discovery.v0.conditions.conditionsstructural.ForceTorqueCreationRequest\x1aS.ansys.api.discovery.v0.conditions.conditionsstructural.ForceTorqueCreationResponse\x12v\n\x13\x43hangeForceLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\xa5\x01\n\x18\x43hangeForceSpecification\x12W.ansys.api.discovery.v0.conditions.conditionsstructural.ChangeForceSpecificationRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\xb1\x01\n\x1e\x43hangeForceMagnitudeDefinition\x12].ansys.api.discovery.v0.conditions.conditionsstructural.ChangeForceMagnitudeDefinitionRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x81\x01\n\x1f\x43hangeForceByReversingDirection\x12,.ansys.api.discovery.v0.ChangeCommandRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x86\x01\n$ChangeForceDefinedByComponentEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x87\x01\n$ChangeForceDistributedTotalMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x7f\n\x1c\x43hangeForceDistributedTotalX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x7f\n\x1c\x43hangeForceDistributedTotalY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x7f\n\x1c\x43hangeForceDistributedTotalZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x86\x01\n#ChangeForceDistributedAreaMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12~\n\x1b\x43hangeForceDistributedAreaX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12~\n\x1b\x43hangeForceDistributedAreaY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12~\n\x1b\x43hangeForceDistributedAreaZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x82\x01\n ChangeForceUseRemoteForceEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x88\x01\n%ChangeForceDistributedRemotePositionX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x88\x01\n%ChangeForceDistributedRemotePositionY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x88\x01\n%ChangeForceDistributedRemotePositionZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12}\n\x1a\x43hangeForceTorqueMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12u\n\x12\x43hangeForceTorqueX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12u\n\x12\x43hangeForceTorqueY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12u\n\x12\x43hangeForceTorqueZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\xb3\x01\n\x0e\x43reatePressure\x12O.ansys.api.discovery.v0.conditions.conditionsstructural.PressureCreationRequest\x1aP.ansys.api.discovery.v0.conditions.conditionsstructural.PressureCreationResponse\x12y\n\x16\x43hangePressureLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12z\n\x17\x43hangePressureMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\xd5\x01\n\x1d\x43reateDisplacementTranslation\x12^.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementTranslationCreationRequest\x1aT.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementCreationResponse\x12\xcf\x01\n\x1a\x43reateDisplacementRotation\x12[.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementRotationCreationRequest\x1aT.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementCreationResponse\x12\xcf\x01\n\x1a\x43reateDisplacementCombined\x12[.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementCombinedCreationRequest\x1aT.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementCreationResponse\x12}\n\x1a\x43hangeDisplacementLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\xb3\x01\n\x1f\x43hangeDisplacementSpecification\x12^.ansys.api.discovery.v0.conditions.conditionsstructural.ChangeDisplacementSpecificationRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x81\x01\n\x1d\x43hangeDisplacementOrientation\x12..ansys.api.discovery.v0.ChangeDirectionRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12w\n\x14\x43hangeDisplacementDX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12w\n\x14\x43hangeDisplacementDY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12w\n\x14\x43hangeDisplacementDZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x8b\x01\n(ChangeDisplacementTranslationalMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12w\n\x14\x43hangeDisplacementRX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12w\n\x14\x43hangeDisplacementRY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12w\n\x14\x43hangeDisplacementRZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x88\x01\n%ChangeDisplacementRotationalMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12}\n\x1b\x43hangeDisplacementIsFixedDX\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12}\n\x1b\x43hangeDisplacementIsFixedDY\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12}\n\x1b\x43hangeDisplacementIsFixedDZ\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12}\n\x1b\x43hangeDisplacementIsFixedRX\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12}\n\x1b\x43hangeDisplacementIsFixedRY\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12}\n\x1b\x43hangeDisplacementIsFixedRZ\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x89\x01\n\'ChangeDisplacementUseRemotePointEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x8f\x01\n,ChangeDisplacementDistributedRemotePositionX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x8f\x01\n,ChangeDisplacementDistributedRemotePositionY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x8f\x01\n,ChangeDisplacementDistributedRemotePositionZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\xb2\x01\n\x11\x43reateMomentLocal\x12M.ansys.api.discovery.v0.conditions.conditionsstructural.MomentCreationRequest\x1aN.ansys.api.discovery.v0.conditions.conditionsstructural.MomentCreationResponse\x12\xb3\x01\n\x12\x43reateMomentGlobal\x12M.ansys.api.discovery.v0.conditions.conditionsstructural.MomentCreationRequest\x1aN.ansys.api.discovery.v0.conditions.conditionsstructural.MomentCreationResponse\x12w\n\x14\x43hangeMomentLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\xa7\x01\n\x19\x43hangeMomentSpecification\x12X.ansys.api.discovery.v0.conditions.conditionsstructural.ChangeMomentSpecificationRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12{\n\x17\x43hangeMomentOrientation\x12..ansys.api.discovery.v0.ChangeDirectionRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12u\n\x12\x43hangeMomentLocalX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12u\n\x12\x43hangeMomentLocalY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12u\n\x12\x43hangeMomentLocalZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12v\n\x13\x43hangeMomentGlobalX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12v\n\x13\x43hangeMomentGlobalY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12v\n\x13\x43hangeMomentGlobalZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponseB9\xaa\x02\x36\x41nsys.Api.Discovery.V0.Conditions.ConditionsStructuralb\x06proto3')
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1ansys/api/discovery/v0/conditionsstructural.proto\x12\x36\x61nsys.api.discovery.v0.conditions.conditionsstructural\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xa3\x01\n!ChangeSupportSpecificationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12k\n\x15support_specification\x18\x02 \x01(\x0e\x32L.ansys.api.discovery.v0.conditions.conditionsstructural.SupportSpecification\"b\n\x1dSupportGeneralCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\"\xd0\x01\n\x1eSupportGeneralCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12h\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32P.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralDefinition\"\xd3\x01\n\x1fSupportDisplacedCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12m\n\x11support_displaced\x18\x02 \x01(\x0b\x32R.ansys.api.discovery.v0.conditions.conditionsstructural.SupportDisplacedProperties\"\xd4\x01\n SupportDisplacedCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12j\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32R.ansys.api.discovery.v0.conditions.conditionsstructural.SupportDisplacedDefinition\"\x9d\x01\n\x1f\x43hangeForceSpecificationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12g\n\x13\x66orce_specification\x18\x02 \x01(\x0e\x32J.ansys.api.discovery.v0.conditions.conditionsstructural.ForceSpecification\"\xb0\x01\n%ChangeForceMagnitudeDefinitionRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12t\n\x1a\x66orce_magnitude_definition\x18\x02 \x01(\x0e\x32P.ansys.api.discovery.v0.conditions.conditionsstructural.ForceMagnitudeDefinition\"\xd7\x01\n$ForceDistributedTotalCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12l\n\x10\x66orce_properties\x18\x02 \x01(\x0b\x32R.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedProperties\"\xd9\x01\n%ForceDistributedTotalCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12j\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32R.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedDefinition\"\xd6\x01\n#ForceDistributedAreaCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12l\n\x10\x66orce_properties\x18\x02 \x01(\x0b\x32R.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedProperties\"\xd8\x01\n$ForceDistributedAreaCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12j\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32R.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedDefinition\"\xc8\x01\n\x1a\x46orceTorqueCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12g\n\x10\x66orce_properties\x18\x02 \x01(\x0b\x32M.ansys.api.discovery.v0.conditions.conditionsstructural.ForceTorqueProperties\"\xca\x01\n\x1b\x46orceTorqueCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x65\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32M.ansys.api.discovery.v0.conditions.conditionsstructural.ForceTorqueDefinition\"\xc5\x01\n\x17PressureCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12g\n\x13pressure_properties\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsstructural.PressureProperties\"\xc4\x01\n\x18PressureCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x62\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsstructural.PressureDefinition\"\xe7\x01\n&DisplacementTranslationCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12z\n\x17\x64isplacement_properties\x18\x02 \x01(\x0b\x32Y.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementTranslationProperties\"\xe1\x01\n#DisplacementRotationCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12w\n\x17\x64isplacement_properties\x18\x02 \x01(\x0b\x32V.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementRotationProperties\"\xe1\x01\n#DisplacementCombinedCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12w\n\x17\x64isplacement_properties\x18\x02 \x01(\x0b\x32V.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementCombinedProperties\"\xcc\x01\n\x1c\x44isplacementCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x66\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32N.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementDefinition\"\xb2\x01\n&ChangeDisplacementSpecificationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12u\n\x1a\x64isplacement_specification\x18\x02 \x01(\x0e\x32Q.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementSpecification\"\xbf\x01\n\x15MomentCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x63\n\x11moment_properties\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsstructural.MomentProperties\"\xc0\x01\n\x16MomentCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12`\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsstructural.MomentDefinition\"\xa0\x01\n ChangeMomentSpecificationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12i\n\x14moment_specification\x18\x02 \x01(\x0e\x32K.ansys.api.discovery.v0.conditions.conditionsstructural.MomentSpecification\"\xd3\x01\n\x18SupportGeneralDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x62\n\x0csupport_type\x18\x06 \x01(\x0e\x32L.ansys.api.discovery.v0.conditions.conditionsstructural.SupportSpecification\"\x9f\x02\n\x1aSupportDisplacedDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x62\n\x0csupport_type\x18\x06 \x01(\x0e\x32L.ansys.api.discovery.v0.conditions.conditionsstructural.SupportSpecification\x12H\n\x0c\x64isplacement\x18\x07 \x01(\x0b\x32\x32.ansys.api.discovery.v0.TensorOfOptionalQuantities\"f\n\x1aSupportDisplacedProperties\x12H\n\x0c\x64isplacement\x18\x01 \x01(\x0b\x32\x32.ansys.api.discovery.v0.TensorOfOptionalQuantities\"\xe0\x01\n\x1a\x46orceDistributedDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12m\n\x11\x66orce_distributed\x18\x06 \x01(\x0b\x32R.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedProperties\"\xcd\x01\n\x1a\x46orceDistributedProperties\x12/\n\x05\x66orce\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12@\n\x10\x66orce_components\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.OptionalVector\x12<\n\x0cremote_point\x18\x03 \x01(\x0b\x32&.ansys.api.discovery.v0.OptionalVector\"\xd1\x01\n\x15\x46orceTorqueDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x63\n\x0c\x66orce_torque\x18\x06 \x01(\x0b\x32M.ansys.api.discovery.v0.conditions.conditionsstructural.ForceTorqueProperties\"\x8a\x01\n\x15\x46orceTorqueProperties\x12/\n\x05\x66orce\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12@\n\x10\x66orce_components\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.OptionalVector\"R\n\x12PressureProperties\x12<\n\x12pressure_magnitude\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xc7\x01\n\x12PressureDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\\\n\x08pressure\x18\x06 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsstructural.PressureProperties\"\xab\x01\n!DisplacementTranslationProperties\x12H\n\x0c\x64isplacement\x18\x01 \x01(\x0b\x32\x32.ansys.api.discovery.v0.VectorOfOptionalQuantities\x12<\n\x0cremote_point\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.OptionalVector\"\xa4\x01\n\x1e\x44isplacementRotationProperties\x12\x44\n\x08rotation\x18\x01 \x01(\x0b\x32\x32.ansys.api.discovery.v0.VectorOfOptionalQuantities\x12<\n\x0cremote_point\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.OptionalVector\"\xee\x01\n\x1e\x44isplacementCombinedProperties\x12H\n\x0c\x64isplacement\x18\x01 \x01(\x0b\x32\x32.ansys.api.discovery.v0.VectorOfOptionalQuantities\x12\x44\n\x08rotation\x18\x02 \x01(\x0b\x32\x32.ansys.api.discovery.v0.VectorOfOptionalQuantities\x12<\n\x0cremote_point\x18\x03 \x01(\x0b\x32&.ansys.api.discovery.v0.OptionalVector\"\xdb\x01\n\x16\x44isplacementDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12l\n\x0c\x64isplacement\x18\x06 \x01(\x0b\x32V.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementCombinedProperties\"J\n\x10MomentProperties\x12\x36\n\x06moment\x18\x01 \x01(\x0b\x32&.ansys.api.discovery.v0.QuantityVector\"\x9a\x02\n\x10MomentDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12W\n\x05local\x18\x06 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsstructural.MomentProperties\x12X\n\x06global\x18\x07 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsstructural.MomentProperties*S\n\x14SupportSpecification\x12\t\n\x05\x46IXED\x10\x00\x12\x0b\n\x07SLIDING\x10\x01\x12\n\n\x06HINGED\x10\x02\x12\x08\n\x04\x42\x41LL\x10\x03\x12\r\n\tDISPLACED\x10\x04*<\n\x18\x46orceMagnitudeDefinition\x12\x0e\n\nTOTALFORCE\x10\x00\x12\x10\n\x0c\x46ORCEPERAREA\x10\x01*1\n\x12\x46orceSpecification\x12\x0f\n\x0b\x44ISTRIBUTED\x10\x00\x12\n\n\x06TORQUE\x10\x01*H\n\x19\x44isplacementSpecification\x12\x0f\n\x0bTRANSLATION\x10\x00\x12\x0c\n\x08ROTATION\x10\x01\x12\x0c\n\x08\x43OMBINED\x10\x02*,\n\x13MomentSpecification\x12\n\n\x06GLOBAL\x10\x00\x12\t\n\x05LOCAL\x10\x01\x32\xd4V\n\x14\x43onditionsStructural\x12\xc3\x01\n\x12\x43reateSupportFixed\x12U.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationRequest\x1aV.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationResponse\x12\xc4\x01\n\x13\x43reateSupportHinged\x12U.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationRequest\x1aV.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationResponse\x12\xc5\x01\n\x14\x43reateSupportSliding\x12U.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationRequest\x1aV.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationResponse\x12\xc2\x01\n\x11\x43reateSupportBall\x12U.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationRequest\x1aV.ansys.api.discovery.v0.conditions.conditionsstructural.SupportGeneralCreationResponse\x12\xcb\x01\n\x16\x43reateSupportDisplaced\x12W.ansys.api.discovery.v0.conditions.conditionsstructural.SupportDisplacedCreationRequest\x1aX.ansys.api.discovery.v0.conditions.conditionsstructural.SupportDisplacedCreationResponse\x12n\n\x15\x43hangeSupportLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x9f\x01\n\x1a\x43hangeSupportSpecification\x12Y.ansys.api.discovery.v0.conditions.conditionsstructural.ChangeSupportSpecificationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12{\n!ChangeSupportDisplacedOrientation\x12..ansys.api.discovery.v0.ChangeDirectionRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x18\x43hangeSupportDisplacedDX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x18\x43hangeSupportDisplacedDY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x18\x43hangeSupportDisplacedDZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x18\x43hangeSupportDisplacedRX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x18\x43hangeSupportDisplacedRY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x18\x43hangeSupportDisplacedRZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeSupportDisplacedIsFixedDX\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeSupportDisplacedIsFixedDY\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeSupportDisplacedIsFixedDZ\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeSupportDisplacedIsFixedRX\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeSupportDisplacedIsFixedRY\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeSupportDisplacedIsFixedRZ\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xda\x01\n\x1b\x43reateForceDistributedTotal\x12\\.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedTotalCreationRequest\x1a].ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedTotalCreationResponse\x12\xd7\x01\n\x1a\x43reateForceDistributedArea\x12[.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedAreaCreationRequest\x1a\\.ansys.api.discovery.v0.conditions.conditionsstructural.ForceDistributedAreaCreationResponse\x12\xbc\x01\n\x11\x43reateForceTorque\x12R.ansys.api.discovery.v0.conditions.conditionsstructural.ForceTorqueCreationRequest\x1aS.ansys.api.discovery.v0.conditions.conditionsstructural.ForceTorqueCreationResponse\x12l\n\x13\x43hangeForceLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x9b\x01\n\x18\x43hangeForceSpecification\x12W.ansys.api.discovery.v0.conditions.conditionsstructural.ChangeForceSpecificationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xa7\x01\n\x1e\x43hangeForceMagnitudeDefinition\x12].ansys.api.discovery.v0.conditions.conditionsstructural.ChangeForceMagnitudeDefinitionRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeForceByReversingDirection\x12,.ansys.api.discovery.v0.ChangeCommandRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12|\n$ChangeForceDefinedByComponentEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12}\n$ChangeForceDistributedTotalMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1c\x43hangeForceDistributedTotalX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1c\x43hangeForceDistributedTotalY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1c\x43hangeForceDistributedTotalZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12|\n#ChangeForceDistributedAreaMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12t\n\x1b\x43hangeForceDistributedAreaX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12t\n\x1b\x43hangeForceDistributedAreaY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12t\n\x1b\x43hangeForceDistributedAreaZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12x\n ChangeForceUseRemoteForceEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12~\n%ChangeForceDistributedRemotePositionX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12~\n%ChangeForceDistributedRemotePositionY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12~\n%ChangeForceDistributedRemotePositionZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1a\x43hangeForceTorqueMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeForceTorqueX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeForceTorqueY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeForceTorqueZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xb3\x01\n\x0e\x43reatePressure\x12O.ansys.api.discovery.v0.conditions.conditionsstructural.PressureCreationRequest\x1aP.ansys.api.discovery.v0.conditions.conditionsstructural.PressureCreationResponse\x12o\n\x16\x43hangePressureLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12p\n\x17\x43hangePressureMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xd5\x01\n\x1d\x43reateDisplacementTranslation\x12^.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementTranslationCreationRequest\x1aT.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementCreationResponse\x12\xcf\x01\n\x1a\x43reateDisplacementRotation\x12[.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementRotationCreationRequest\x1aT.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementCreationResponse\x12\xcf\x01\n\x1a\x43reateDisplacementCombined\x12[.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementCombinedCreationRequest\x1aT.ansys.api.discovery.v0.conditions.conditionsstructural.DisplacementCreationResponse\x12s\n\x1a\x43hangeDisplacementLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xa9\x01\n\x1f\x43hangeDisplacementSpecification\x12^.ansys.api.discovery.v0.conditions.conditionsstructural.ChangeDisplacementSpecificationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1d\x43hangeDisplacementOrientation\x12..ansys.api.discovery.v0.ChangeDirectionRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12m\n\x14\x43hangeDisplacementDX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12m\n\x14\x43hangeDisplacementDY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12m\n\x14\x43hangeDisplacementDZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x81\x01\n(ChangeDisplacementTranslationalMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12m\n\x14\x43hangeDisplacementRX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12m\n\x14\x43hangeDisplacementRY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12m\n\x14\x43hangeDisplacementRZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12~\n%ChangeDisplacementRotationalMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1b\x43hangeDisplacementIsFixedDX\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1b\x43hangeDisplacementIsFixedDY\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1b\x43hangeDisplacementIsFixedDZ\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1b\x43hangeDisplacementIsFixedRX\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1b\x43hangeDisplacementIsFixedRY\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1b\x43hangeDisplacementIsFixedRZ\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x7f\n\'ChangeDisplacementUseRemotePointEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x85\x01\n,ChangeDisplacementDistributedRemotePositionX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x85\x01\n,ChangeDisplacementDistributedRemotePositionY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x85\x01\n,ChangeDisplacementDistributedRemotePositionZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xb2\x01\n\x11\x43reateMomentLocal\x12M.ansys.api.discovery.v0.conditions.conditionsstructural.MomentCreationRequest\x1aN.ansys.api.discovery.v0.conditions.conditionsstructural.MomentCreationResponse\x12\xb3\x01\n\x12\x43reateMomentGlobal\x12M.ansys.api.discovery.v0.conditions.conditionsstructural.MomentCreationRequest\x1aN.ansys.api.discovery.v0.conditions.conditionsstructural.MomentCreationResponse\x12m\n\x14\x43hangeMomentLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x9d\x01\n\x19\x43hangeMomentSpecification\x12X.ansys.api.discovery.v0.conditions.conditionsstructural.ChangeMomentSpecificationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x17\x43hangeMomentOrientation\x12..ansys.api.discovery.v0.ChangeDirectionRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeMomentLocalX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeMomentLocalY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeMomentLocalZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12l\n\x13\x43hangeMomentGlobalX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12l\n\x13\x43hangeMomentGlobalY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12l\n\x13\x43hangeMomentGlobalZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB9\xaa\x02\x36\x41nsys.Api.Discovery.V0.Conditions.ConditionsStructuralb\x06proto3')
|
|
18
18
|
|
|
19
19
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
20
20
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditionsstructural_pb2', globals())
|
|
@@ -22,92 +22,92 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
22
22
|
|
|
23
23
|
DESCRIPTOR._options = None
|
|
24
24
|
DESCRIPTOR._serialized_options = b'\252\0026Ansys.Api.Discovery.V0.Conditions.ConditionsStructural'
|
|
25
|
-
_SUPPORTSPECIFICATION._serialized_start=
|
|
26
|
-
_SUPPORTSPECIFICATION._serialized_end=
|
|
27
|
-
_FORCEMAGNITUDEDEFINITION._serialized_start=
|
|
28
|
-
_FORCEMAGNITUDEDEFINITION._serialized_end=
|
|
29
|
-
_FORCESPECIFICATION._serialized_start=
|
|
30
|
-
_FORCESPECIFICATION._serialized_end=
|
|
31
|
-
_DISPLACEMENTSPECIFICATION._serialized_start=
|
|
32
|
-
_DISPLACEMENTSPECIFICATION._serialized_end=
|
|
33
|
-
_MOMENTSPECIFICATION._serialized_start=
|
|
34
|
-
_MOMENTSPECIFICATION._serialized_end=
|
|
25
|
+
_SUPPORTSPECIFICATION._serialized_start=7558
|
|
26
|
+
_SUPPORTSPECIFICATION._serialized_end=7641
|
|
27
|
+
_FORCEMAGNITUDEDEFINITION._serialized_start=7643
|
|
28
|
+
_FORCEMAGNITUDEDEFINITION._serialized_end=7703
|
|
29
|
+
_FORCESPECIFICATION._serialized_start=7705
|
|
30
|
+
_FORCESPECIFICATION._serialized_end=7754
|
|
31
|
+
_DISPLACEMENTSPECIFICATION._serialized_start=7756
|
|
32
|
+
_DISPLACEMENTSPECIFICATION._serialized_end=7828
|
|
33
|
+
_MOMENTSPECIFICATION._serialized_start=7830
|
|
34
|
+
_MOMENTSPECIFICATION._serialized_end=7874
|
|
35
35
|
_CHANGESUPPORTSPECIFICATIONREQUEST._serialized_start=156
|
|
36
36
|
_CHANGESUPPORTSPECIFICATIONREQUEST._serialized_end=319
|
|
37
37
|
_SUPPORTGENERALCREATIONREQUEST._serialized_start=321
|
|
38
|
-
_SUPPORTGENERALCREATIONREQUEST._serialized_end=
|
|
39
|
-
_SUPPORTGENERALCREATIONRESPONSE._serialized_start=
|
|
40
|
-
_SUPPORTGENERALCREATIONRESPONSE._serialized_end=
|
|
41
|
-
_SUPPORTDISPLACEDCREATIONREQUEST._serialized_start=
|
|
42
|
-
_SUPPORTDISPLACEDCREATIONREQUEST._serialized_end=
|
|
43
|
-
_SUPPORTDISPLACEDCREATIONRESPONSE._serialized_start=
|
|
44
|
-
_SUPPORTDISPLACEDCREATIONRESPONSE._serialized_end=
|
|
45
|
-
_CHANGEFORCESPECIFICATIONREQUEST._serialized_start=
|
|
46
|
-
_CHANGEFORCESPECIFICATIONREQUEST._serialized_end=
|
|
47
|
-
_CHANGEFORCEMAGNITUDEDEFINITIONREQUEST._serialized_start=
|
|
48
|
-
_CHANGEFORCEMAGNITUDEDEFINITIONREQUEST._serialized_end=
|
|
49
|
-
_FORCEDISTRIBUTEDTOTALCREATIONREQUEST._serialized_start=
|
|
50
|
-
_FORCEDISTRIBUTEDTOTALCREATIONREQUEST._serialized_end=
|
|
51
|
-
_FORCEDISTRIBUTEDTOTALCREATIONRESPONSE._serialized_start=
|
|
52
|
-
_FORCEDISTRIBUTEDTOTALCREATIONRESPONSE._serialized_end=
|
|
53
|
-
_FORCEDISTRIBUTEDAREACREATIONREQUEST._serialized_start=
|
|
54
|
-
_FORCEDISTRIBUTEDAREACREATIONREQUEST._serialized_end=
|
|
55
|
-
_FORCEDISTRIBUTEDAREACREATIONRESPONSE._serialized_start=
|
|
56
|
-
_FORCEDISTRIBUTEDAREACREATIONRESPONSE._serialized_end=
|
|
57
|
-
_FORCETORQUECREATIONREQUEST._serialized_start=
|
|
58
|
-
_FORCETORQUECREATIONREQUEST._serialized_end=
|
|
59
|
-
_FORCETORQUECREATIONRESPONSE._serialized_start=
|
|
60
|
-
_FORCETORQUECREATIONRESPONSE._serialized_end=
|
|
61
|
-
_PRESSURECREATIONREQUEST._serialized_start=
|
|
62
|
-
_PRESSURECREATIONREQUEST._serialized_end=
|
|
63
|
-
_PRESSURECREATIONRESPONSE._serialized_start=
|
|
64
|
-
_PRESSURECREATIONRESPONSE._serialized_end=
|
|
65
|
-
_DISPLACEMENTTRANSLATIONCREATIONREQUEST._serialized_start=
|
|
66
|
-
_DISPLACEMENTTRANSLATIONCREATIONREQUEST._serialized_end=
|
|
67
|
-
_DISPLACEMENTROTATIONCREATIONREQUEST._serialized_start=
|
|
68
|
-
_DISPLACEMENTROTATIONCREATIONREQUEST._serialized_end=
|
|
69
|
-
_DISPLACEMENTCOMBINEDCREATIONREQUEST._serialized_start=
|
|
70
|
-
_DISPLACEMENTCOMBINEDCREATIONREQUEST._serialized_end=
|
|
71
|
-
_DISPLACEMENTCREATIONRESPONSE._serialized_start=
|
|
72
|
-
_DISPLACEMENTCREATIONRESPONSE._serialized_end=
|
|
73
|
-
_CHANGEDISPLACEMENTSPECIFICATIONREQUEST._serialized_start=
|
|
74
|
-
_CHANGEDISPLACEMENTSPECIFICATIONREQUEST._serialized_end=
|
|
75
|
-
_MOMENTCREATIONREQUEST._serialized_start=
|
|
76
|
-
_MOMENTCREATIONREQUEST._serialized_end=
|
|
77
|
-
_MOMENTCREATIONRESPONSE._serialized_start=
|
|
78
|
-
_MOMENTCREATIONRESPONSE._serialized_end=
|
|
79
|
-
_CHANGEMOMENTSPECIFICATIONREQUEST._serialized_start=
|
|
80
|
-
_CHANGEMOMENTSPECIFICATIONREQUEST._serialized_end=
|
|
81
|
-
_SUPPORTGENERALDEFINITION._serialized_start=
|
|
82
|
-
_SUPPORTGENERALDEFINITION._serialized_end=
|
|
83
|
-
_SUPPORTDISPLACEDDEFINITION._serialized_start=
|
|
84
|
-
_SUPPORTDISPLACEDDEFINITION._serialized_end=
|
|
85
|
-
_SUPPORTDISPLACEDPROPERTIES._serialized_start=
|
|
86
|
-
_SUPPORTDISPLACEDPROPERTIES._serialized_end=
|
|
87
|
-
_FORCEDISTRIBUTEDDEFINITION._serialized_start=
|
|
88
|
-
_FORCEDISTRIBUTEDDEFINITION._serialized_end=
|
|
89
|
-
_FORCEDISTRIBUTEDPROPERTIES._serialized_start=
|
|
90
|
-
_FORCEDISTRIBUTEDPROPERTIES._serialized_end=
|
|
91
|
-
_FORCETORQUEDEFINITION._serialized_start=
|
|
92
|
-
_FORCETORQUEDEFINITION._serialized_end=
|
|
93
|
-
_FORCETORQUEPROPERTIES._serialized_start=
|
|
94
|
-
_FORCETORQUEPROPERTIES._serialized_end=
|
|
95
|
-
_PRESSUREPROPERTIES._serialized_start=
|
|
96
|
-
_PRESSUREPROPERTIES._serialized_end=
|
|
97
|
-
_PRESSUREDEFINITION._serialized_start=
|
|
98
|
-
_PRESSUREDEFINITION._serialized_end=
|
|
99
|
-
_DISPLACEMENTTRANSLATIONPROPERTIES._serialized_start=
|
|
100
|
-
_DISPLACEMENTTRANSLATIONPROPERTIES._serialized_end=
|
|
101
|
-
_DISPLACEMENTROTATIONPROPERTIES._serialized_start=
|
|
102
|
-
_DISPLACEMENTROTATIONPROPERTIES._serialized_end=
|
|
103
|
-
_DISPLACEMENTCOMBINEDPROPERTIES._serialized_start=
|
|
104
|
-
_DISPLACEMENTCOMBINEDPROPERTIES._serialized_end=
|
|
105
|
-
_DISPLACEMENTDEFINITION._serialized_start=
|
|
106
|
-
_DISPLACEMENTDEFINITION._serialized_end=
|
|
107
|
-
_MOMENTPROPERTIES._serialized_start=
|
|
108
|
-
_MOMENTPROPERTIES._serialized_end=
|
|
109
|
-
_MOMENTDEFINITION._serialized_start=
|
|
110
|
-
_MOMENTDEFINITION._serialized_end=
|
|
111
|
-
_CONDITIONSSTRUCTURAL._serialized_start=
|
|
112
|
-
_CONDITIONSSTRUCTURAL._serialized_end=
|
|
38
|
+
_SUPPORTGENERALCREATIONREQUEST._serialized_end=419
|
|
39
|
+
_SUPPORTGENERALCREATIONRESPONSE._serialized_start=422
|
|
40
|
+
_SUPPORTGENERALCREATIONRESPONSE._serialized_end=630
|
|
41
|
+
_SUPPORTDISPLACEDCREATIONREQUEST._serialized_start=633
|
|
42
|
+
_SUPPORTDISPLACEDCREATIONREQUEST._serialized_end=844
|
|
43
|
+
_SUPPORTDISPLACEDCREATIONRESPONSE._serialized_start=847
|
|
44
|
+
_SUPPORTDISPLACEDCREATIONRESPONSE._serialized_end=1059
|
|
45
|
+
_CHANGEFORCESPECIFICATIONREQUEST._serialized_start=1062
|
|
46
|
+
_CHANGEFORCESPECIFICATIONREQUEST._serialized_end=1219
|
|
47
|
+
_CHANGEFORCEMAGNITUDEDEFINITIONREQUEST._serialized_start=1222
|
|
48
|
+
_CHANGEFORCEMAGNITUDEDEFINITIONREQUEST._serialized_end=1398
|
|
49
|
+
_FORCEDISTRIBUTEDTOTALCREATIONREQUEST._serialized_start=1401
|
|
50
|
+
_FORCEDISTRIBUTEDTOTALCREATIONREQUEST._serialized_end=1616
|
|
51
|
+
_FORCEDISTRIBUTEDTOTALCREATIONRESPONSE._serialized_start=1619
|
|
52
|
+
_FORCEDISTRIBUTEDTOTALCREATIONRESPONSE._serialized_end=1836
|
|
53
|
+
_FORCEDISTRIBUTEDAREACREATIONREQUEST._serialized_start=1839
|
|
54
|
+
_FORCEDISTRIBUTEDAREACREATIONREQUEST._serialized_end=2053
|
|
55
|
+
_FORCEDISTRIBUTEDAREACREATIONRESPONSE._serialized_start=2056
|
|
56
|
+
_FORCEDISTRIBUTEDAREACREATIONRESPONSE._serialized_end=2272
|
|
57
|
+
_FORCETORQUECREATIONREQUEST._serialized_start=2275
|
|
58
|
+
_FORCETORQUECREATIONREQUEST._serialized_end=2475
|
|
59
|
+
_FORCETORQUECREATIONRESPONSE._serialized_start=2478
|
|
60
|
+
_FORCETORQUECREATIONRESPONSE._serialized_end=2680
|
|
61
|
+
_PRESSURECREATIONREQUEST._serialized_start=2683
|
|
62
|
+
_PRESSURECREATIONREQUEST._serialized_end=2880
|
|
63
|
+
_PRESSURECREATIONRESPONSE._serialized_start=2883
|
|
64
|
+
_PRESSURECREATIONRESPONSE._serialized_end=3079
|
|
65
|
+
_DISPLACEMENTTRANSLATIONCREATIONREQUEST._serialized_start=3082
|
|
66
|
+
_DISPLACEMENTTRANSLATIONCREATIONREQUEST._serialized_end=3313
|
|
67
|
+
_DISPLACEMENTROTATIONCREATIONREQUEST._serialized_start=3316
|
|
68
|
+
_DISPLACEMENTROTATIONCREATIONREQUEST._serialized_end=3541
|
|
69
|
+
_DISPLACEMENTCOMBINEDCREATIONREQUEST._serialized_start=3544
|
|
70
|
+
_DISPLACEMENTCOMBINEDCREATIONREQUEST._serialized_end=3769
|
|
71
|
+
_DISPLACEMENTCREATIONRESPONSE._serialized_start=3772
|
|
72
|
+
_DISPLACEMENTCREATIONRESPONSE._serialized_end=3976
|
|
73
|
+
_CHANGEDISPLACEMENTSPECIFICATIONREQUEST._serialized_start=3979
|
|
74
|
+
_CHANGEDISPLACEMENTSPECIFICATIONREQUEST._serialized_end=4157
|
|
75
|
+
_MOMENTCREATIONREQUEST._serialized_start=4160
|
|
76
|
+
_MOMENTCREATIONREQUEST._serialized_end=4351
|
|
77
|
+
_MOMENTCREATIONRESPONSE._serialized_start=4354
|
|
78
|
+
_MOMENTCREATIONRESPONSE._serialized_end=4546
|
|
79
|
+
_CHANGEMOMENTSPECIFICATIONREQUEST._serialized_start=4549
|
|
80
|
+
_CHANGEMOMENTSPECIFICATIONREQUEST._serialized_end=4709
|
|
81
|
+
_SUPPORTGENERALDEFINITION._serialized_start=4712
|
|
82
|
+
_SUPPORTGENERALDEFINITION._serialized_end=4923
|
|
83
|
+
_SUPPORTDISPLACEDDEFINITION._serialized_start=4926
|
|
84
|
+
_SUPPORTDISPLACEDDEFINITION._serialized_end=5213
|
|
85
|
+
_SUPPORTDISPLACEDPROPERTIES._serialized_start=5215
|
|
86
|
+
_SUPPORTDISPLACEDPROPERTIES._serialized_end=5317
|
|
87
|
+
_FORCEDISTRIBUTEDDEFINITION._serialized_start=5320
|
|
88
|
+
_FORCEDISTRIBUTEDDEFINITION._serialized_end=5544
|
|
89
|
+
_FORCEDISTRIBUTEDPROPERTIES._serialized_start=5547
|
|
90
|
+
_FORCEDISTRIBUTEDPROPERTIES._serialized_end=5752
|
|
91
|
+
_FORCETORQUEDEFINITION._serialized_start=5755
|
|
92
|
+
_FORCETORQUEDEFINITION._serialized_end=5964
|
|
93
|
+
_FORCETORQUEPROPERTIES._serialized_start=5967
|
|
94
|
+
_FORCETORQUEPROPERTIES._serialized_end=6105
|
|
95
|
+
_PRESSUREPROPERTIES._serialized_start=6107
|
|
96
|
+
_PRESSUREPROPERTIES._serialized_end=6189
|
|
97
|
+
_PRESSUREDEFINITION._serialized_start=6192
|
|
98
|
+
_PRESSUREDEFINITION._serialized_end=6391
|
|
99
|
+
_DISPLACEMENTTRANSLATIONPROPERTIES._serialized_start=6394
|
|
100
|
+
_DISPLACEMENTTRANSLATIONPROPERTIES._serialized_end=6565
|
|
101
|
+
_DISPLACEMENTROTATIONPROPERTIES._serialized_start=6568
|
|
102
|
+
_DISPLACEMENTROTATIONPROPERTIES._serialized_end=6732
|
|
103
|
+
_DISPLACEMENTCOMBINEDPROPERTIES._serialized_start=6735
|
|
104
|
+
_DISPLACEMENTCOMBINEDPROPERTIES._serialized_end=6973
|
|
105
|
+
_DISPLACEMENTDEFINITION._serialized_start=6976
|
|
106
|
+
_DISPLACEMENTDEFINITION._serialized_end=7195
|
|
107
|
+
_MOMENTPROPERTIES._serialized_start=7197
|
|
108
|
+
_MOMENTPROPERTIES._serialized_end=7271
|
|
109
|
+
_MOMENTDEFINITION._serialized_start=7274
|
|
110
|
+
_MOMENTDEFINITION._serialized_end=7556
|
|
111
|
+
_CONDITIONSSTRUCTURAL._serialized_start=7877
|
|
112
|
+
_CONDITIONSSTRUCTURAL._serialized_end=18969
|
|
113
113
|
# @@protoc_insertion_point(module_scope)
|