ansys-api-discovery 0.6.2__py3-none-any.whl → 0.6.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ansys-api-discovery might be problematic. Click here for more details.
- ansys/api/discovery/VERSION +1 -1
- ansys/api/discovery/v0/assignments/boltassignment.proto +40 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.py +37 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.pyi +95 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/conditions/acceleration.proto +52 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.py +365 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.pyi +118 -0
- ansys/api/discovery/v0/conditions/bearing.proto +47 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.py +200 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.pyi +68 -0
- ansys/api/discovery/v0/conditions/boltpreload.proto +94 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.pyi +218 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/{conditions.proto → conditions/condition.proto} +5 -4
- ansys/api/discovery/v0/conditions/condition_pb2.py +34 -0
- ansys/api/discovery/v0/{conditions_pb2.pyi → conditions/condition_pb2.pyi} +13 -6
- ansys/api/discovery/v0/{conditions_pb2_grpc.py → conditions/condition_pb2_grpc.py} +21 -21
- ansys/api/discovery/v0/{conditions_pb2_grpc.pyi → conditions/condition_pb2_grpc.pyi} +10 -10
- ansys/api/discovery/v0/conditions/convection.proto +43 -0
- ansys/api/discovery/v0/conditions/convection_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/convection_pb2.pyi +89 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/displacement.proto +105 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.pyi +209 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/{conditionsfluid.proto → conditions/flow.proto} +19 -24
- ansys/api/discovery/v0/conditions/flow_pb2.py +86 -0
- ansys/api/discovery/v0/{conditionsfluid_pb2.pyi → conditions/flow_pb2.pyi} +51 -34
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.py → conditions/flow_pb2_grpc.py} +86 -86
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.pyi → conditions/flow_pb2_grpc.pyi} +32 -32
- ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +13 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +28 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.pyi +7 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.py +66 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.pyi +24 -0
- ansys/api/discovery/v0/conditions/force.proto +131 -0
- ansys/api/discovery/v0/conditions/force_pb2.py +56 -0
- ansys/api/discovery/v0/conditions/force_pb2.pyi +286 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.py +829 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.pyi +257 -0
- ansys/api/discovery/v0/conditions/gravity.proto +39 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.py +32 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.pyi +65 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.pyi +91 -0
- ansys/api/discovery/v0/conditions/heat.proto +90 -0
- ansys/api/discovery/v0/conditions/heat_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/heat_pb2.pyi +210 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.py +332 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.pyi +108 -0
- ansys/api/discovery/v0/conditions/insulated.proto +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.pyi +73 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.py +100 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.pyi +35 -0
- ansys/api/discovery/v0/conditions/mass.proto +49 -0
- ansys/api/discovery/v0/conditions/mass_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/mass_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.pyi +88 -0
- ansys/api/discovery/v0/conditions/moment.proto +67 -0
- ansys/api/discovery/v0/conditions/moment_pb2.py +40 -0
- ansys/api/discovery/v0/conditions/moment_pb2.pyi +132 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.py +398 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.pyi +128 -0
- ansys/api/discovery/v0/conditions/porous.proto +116 -0
- ansys/api/discovery/v0/conditions/porous_pb2.py +44 -0
- ansys/api/discovery/v0/conditions/porous_pb2.pyi +217 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +534 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +181 -0
- ansys/api/discovery/v0/conditions/pressure.proto +43 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.py +134 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.pyi +48 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +57 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.py +136 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.pyi +54 -0
- ansys/api/discovery/v0/conditions/solidtemperature.proto +40 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.pyi +81 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/springpreload.proto +105 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.py +50 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.pyi +250 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/conditions/support.proto +98 -0
- ansys/api/discovery/v0/conditions/support_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/support_pb2.pyi +200 -0
- ansys/api/discovery/v0/{conditionsthermal_pb2_grpc.py → conditions/support_pb2_grpc.py} +251 -221
- ansys/api/discovery/v0/conditions/support_pb2_grpc.pyi +218 -0
- ansys/api/discovery/v0/conditions/velocity.proto +58 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.py +497 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.pyi +158 -0
- ansys/api/discovery/v0/conditions/wall.proto +209 -0
- ansys/api/discovery/v0/conditions/wall_pb2.py +70 -0
- ansys/api/discovery/v0/conditions/wall_pb2.pyi +494 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +633 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +211 -0
- ansys/api/discovery/v0/connections/contact.proto +110 -0
- ansys/api/discovery/v0/connections/contact_pb2.py +46 -0
- ansys/api/discovery/v0/connections/contact_pb2.pyi +242 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/connections/contactgroup.proto +89 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.py +37 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +178 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +860 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +266 -0
- ansys/api/discovery/v0/connections/joint.proto +56 -0
- ansys/api/discovery/v0/connections/joint_pb2.py +40 -0
- ansys/api/discovery/v0/connections/joint_pb2.pyi +129 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.py +167 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.pyi +58 -0
- ansys/api/discovery/v0/discoverymodels.proto +34 -17
- ansys/api/discovery/v0/discoverymodels_pb2.py +46 -40
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +118 -47
- ansys/api/discovery/v0/engineeringdata/boltdata.proto +37 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.py +36 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.pyi +81 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/monitors.proto +4 -4
- ansys/api/discovery/v0/monitors_pb2.py +10 -10
- ansys/api/discovery/v0/monitors_pb2.pyi +11 -11
- ansys/api/discovery/v0/solution.proto +4 -3
- ansys/api/discovery/v0/solution_pb2.py +16 -15
- ansys/api/discovery/v0/solution_pb2.pyi +11 -7
- ansys/api/discovery/v0/unsupported.proto +10 -0
- ansys/api/discovery/v0/unsupported_pb2.py +5 -3
- ansys/api/discovery/v0/unsupported_pb2.pyi +14 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.py +68 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +24 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/METADATA +13 -4
- ansys_api_discovery-0.6.4.dist-info/RECORD +200 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/WHEEL +1 -1
- ansys/api/discovery/v0/conditions_pb2.py +0 -33
- ansys/api/discovery/v0/conditionsfluid_pb2.py +0 -85
- ansys/api/discovery/v0/conditionsstructural.proto +0 -407
- ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -113
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -839
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -2746
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -854
- ansys/api/discovery/v0/conditionsthermal.proto +0 -179
- ansys/api/discovery/v0/conditionsthermal_pb2.py +0 -63
- ansys/api/discovery/v0/conditionsthermal_pb2.pyi +0 -399
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +0 -217
- ansys_api_discovery-0.6.2.dist-info/RECORD +0 -85
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/top_level.txt +0 -0
|
@@ -1,407 +0,0 @@
|
|
|
1
|
-
// Copyright 2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
|
|
2
|
-
syntax = "proto3";
|
|
3
|
-
package ansys.api.discovery.v0.conditions.conditionsstructural;
|
|
4
|
-
|
|
5
|
-
import "ansys/api/discovery/v0/discoverymodels.proto";
|
|
6
|
-
|
|
7
|
-
option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions.ConditionsStructural";
|
|
8
|
-
|
|
9
|
-
service ConditionsStructural
|
|
10
|
-
{
|
|
11
|
-
//Support condition methods
|
|
12
|
-
rpc CreateSupportFixed(SupportGeneralCreationRequest) returns (SupportGeneralCreationResponse);
|
|
13
|
-
rpc CreateSupportHinged(SupportGeneralCreationRequest) returns (SupportGeneralCreationResponse);
|
|
14
|
-
rpc CreateSupportSliding(SupportGeneralCreationRequest) returns (SupportGeneralCreationResponse);
|
|
15
|
-
rpc CreateSupportBall(SupportGeneralCreationRequest) returns (SupportGeneralCreationResponse);
|
|
16
|
-
rpc CreateSupportDisplaced(SupportDisplacedCreationRequest) returns (SupportDisplacedCreationResponse);
|
|
17
|
-
|
|
18
|
-
rpc ChangeSupportLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
19
|
-
|
|
20
|
-
rpc ChangeSupportSpecification(ChangeSupportSpecificationRequest) returns(ChangeResponse);
|
|
21
|
-
|
|
22
|
-
rpc ChangeSupportDisplacedOrientation(ChangeDirectionRequest) returns(ChangeResponse);
|
|
23
|
-
|
|
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
|
-
|
|
38
|
-
//Force condition methods
|
|
39
|
-
|
|
40
|
-
rpc CreateForceDistributedTotal(ForceDistributedTotalCreationRequest) returns (ForceDistributedTotalCreationResponse);
|
|
41
|
-
|
|
42
|
-
rpc CreateForceDistributedArea(ForceDistributedAreaCreationRequest) returns (ForceDistributedAreaCreationResponse);
|
|
43
|
-
|
|
44
|
-
rpc CreateForceTorque(ForceTorqueCreationRequest) returns (ForceTorqueCreationResponse);
|
|
45
|
-
|
|
46
|
-
rpc ChangeForceLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
47
|
-
|
|
48
|
-
rpc ChangeForceSpecification(ChangeForceSpecificationRequest) returns (ChangeResponse);
|
|
49
|
-
rpc ChangeForceMagnitudeDefinition(ChangeForceMagnitudeDefinitionRequest) returns (ChangeResponse);
|
|
50
|
-
rpc ChangeForceByReversingDirection(ChangeCommandRequest) returns (ChangeResponse);
|
|
51
|
-
|
|
52
|
-
rpc ChangeForceDefinedByComponentEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
53
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
74
|
-
//Pressure condition methods
|
|
75
|
-
rpc CreatePressure(PressureCreationRequest) returns (PressureCreationResponse);
|
|
76
|
-
|
|
77
|
-
rpc ChangePressureLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
78
|
-
|
|
79
|
-
rpc ChangePressureMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
//Displacement condition methods
|
|
83
|
-
rpc CreateDisplacementTranslation(DisplacementTranslationCreationRequest) returns (DisplacementCreationResponse);
|
|
84
|
-
rpc CreateDisplacementRotation(DisplacementRotationCreationRequest) returns (DisplacementCreationResponse);
|
|
85
|
-
rpc CreateDisplacementCombined(DisplacementCombinedCreationRequest) returns (DisplacementCreationResponse);
|
|
86
|
-
|
|
87
|
-
rpc ChangeDisplacementLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
88
|
-
|
|
89
|
-
rpc ChangeDisplacementSpecification(ChangeDisplacementSpecificationRequest) returns(ChangeResponse);
|
|
90
|
-
rpc ChangeDisplacementOrientation(ChangeDirectionRequest) returns(ChangeResponse);
|
|
91
|
-
|
|
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
|
-
|
|
106
|
-
rpc ChangeDisplacementIsFixedRX(ChangeBooleanRequest) returns (ChangeResponse);
|
|
107
|
-
rpc ChangeDisplacementIsFixedRY(ChangeBooleanRequest) returns (ChangeResponse);
|
|
108
|
-
rpc ChangeDisplacementIsFixedRZ(ChangeBooleanRequest) returns (ChangeResponse);
|
|
109
|
-
|
|
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
|
-
|
|
115
|
-
|
|
116
|
-
//Moment condition methods
|
|
117
|
-
rpc CreateMomentLocal(MomentCreationRequest) returns (MomentCreationResponse);
|
|
118
|
-
rpc CreateMomentGlobal(MomentCreationRequest) returns (MomentCreationResponse);
|
|
119
|
-
|
|
120
|
-
rpc ChangeMomentLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
121
|
-
|
|
122
|
-
rpc ChangeMomentSpecification(ChangeMomentSpecificationRequest) returns(ChangeResponse);
|
|
123
|
-
rpc ChangeMomentOrientation(ChangeDirectionRequest) returns(ChangeResponse);
|
|
124
|
-
|
|
125
|
-
rpc ChangeMomentLocalX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
126
|
-
rpc ChangeMomentLocalY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
127
|
-
rpc ChangeMomentLocalZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
128
|
-
|
|
129
|
-
rpc ChangeMomentGlobalX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
130
|
-
rpc ChangeMomentGlobalY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
131
|
-
rpc ChangeMomentGlobalZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
132
|
-
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
// Command requests and responses
|
|
137
|
-
|
|
138
|
-
// Support
|
|
139
|
-
message ChangeSupportSpecificationRequest{
|
|
140
|
-
string object_id = 1;
|
|
141
|
-
SupportSpecification support_specification = 2;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
message SupportGeneralCreationRequest{
|
|
145
|
-
ScopedCreationData creation_data = 1;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
message SupportGeneralCreationResponse{
|
|
149
|
-
CreationResponse condition_response = 1;
|
|
150
|
-
SupportGeneralDefinition condition_data = 2;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
message SupportDisplacedCreationRequest{
|
|
154
|
-
ScopedCreationData creation_data = 1;
|
|
155
|
-
SupportDisplacedProperties support_displaced = 2;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
message SupportDisplacedCreationResponse{
|
|
159
|
-
CreationResponse condition_response = 1;
|
|
160
|
-
SupportDisplacedDefinition condition_data = 2;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
// Force
|
|
165
|
-
message ChangeForceSpecificationRequest{
|
|
166
|
-
string object_id = 1;
|
|
167
|
-
ForceSpecification force_specification = 2;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
message ChangeForceMagnitudeDefinitionRequest{
|
|
171
|
-
string object_id = 1;
|
|
172
|
-
ForceMagnitudeDefinition force_magnitude_definition = 2;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
message ForceDistributedTotalCreationRequest{
|
|
176
|
-
ScopedCreationData creation_data = 1;
|
|
177
|
-
ForceDistributedProperties force_properties = 2;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
message ForceDistributedTotalCreationResponse{
|
|
181
|
-
CreationResponse condition_response = 1;
|
|
182
|
-
ForceDistributedDefinition condition_data = 2;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
message ForceDistributedAreaCreationRequest{
|
|
186
|
-
ScopedCreationData creation_data = 1;
|
|
187
|
-
ForceDistributedProperties force_properties = 2;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
message ForceDistributedAreaCreationResponse{
|
|
191
|
-
CreationResponse condition_response = 1;
|
|
192
|
-
ForceDistributedDefinition condition_data = 2;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
message ForceTorqueCreationRequest{
|
|
196
|
-
ScopedCreationData creation_data = 1;
|
|
197
|
-
ForceTorqueProperties force_properties = 2;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
message ForceTorqueCreationResponse{
|
|
201
|
-
CreationResponse condition_response = 1;
|
|
202
|
-
ForceTorqueDefinition condition_data = 2;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
// Pressure
|
|
206
|
-
message PressureCreationRequest{
|
|
207
|
-
ScopedCreationData creation_data = 1;
|
|
208
|
-
PressureProperties pressure_properties = 2;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
message PressureCreationResponse{
|
|
212
|
-
CreationResponse condition_response = 1;
|
|
213
|
-
PressureDefinition condition_data = 2;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
// Displacement
|
|
217
|
-
message DisplacementTranslationCreationRequest{
|
|
218
|
-
ScopedCreationData creation_data = 1;
|
|
219
|
-
DisplacementTranslationProperties displacement_properties = 2;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
message DisplacementRotationCreationRequest{
|
|
223
|
-
ScopedCreationData creation_data = 1;
|
|
224
|
-
DisplacementRotationProperties displacement_properties = 2;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
message DisplacementCombinedCreationRequest{
|
|
228
|
-
ScopedCreationData creation_data = 1;
|
|
229
|
-
DisplacementCombinedProperties displacement_properties = 2;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
message DisplacementCreationResponse{
|
|
233
|
-
CreationResponse condition_response = 1;
|
|
234
|
-
DisplacementDefinition condition_data = 2;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
message ChangeDisplacementSpecificationRequest{
|
|
238
|
-
string object_id = 1;
|
|
239
|
-
DisplacementSpecification displacement_specification = 2;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
// Moment
|
|
243
|
-
message MomentCreationRequest{
|
|
244
|
-
ScopedCreationData creation_data = 1;
|
|
245
|
-
MomentProperties moment_properties = 2;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
message MomentCreationResponse{
|
|
249
|
-
CreationResponse condition_response = 1;
|
|
250
|
-
MomentDefinition condition_data = 2;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
message ChangeMomentSpecificationRequest{
|
|
254
|
-
string object_id = 1;
|
|
255
|
-
MomentSpecification moment_specification = 2;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
// Support enumerations
|
|
260
|
-
|
|
261
|
-
enum SupportSpecification {
|
|
262
|
-
FIXED = 0;
|
|
263
|
-
SLIDING = 1;
|
|
264
|
-
HINGED = 2;
|
|
265
|
-
BALL = 3;
|
|
266
|
-
DISPLACED = 4;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
// Support condition definitions
|
|
270
|
-
|
|
271
|
-
message SupportGeneralDefinition {
|
|
272
|
-
string id = 1;
|
|
273
|
-
string parent_id = 2;
|
|
274
|
-
string label = 3;
|
|
275
|
-
repeated string locations = 4;
|
|
276
|
-
bool suppressed = 5;
|
|
277
|
-
SupportSpecification support_type = 6;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
message SupportDisplacedDefinition {
|
|
281
|
-
string id = 1;
|
|
282
|
-
string parent_id = 2;
|
|
283
|
-
string label = 3;
|
|
284
|
-
repeated string locations = 4;
|
|
285
|
-
bool suppressed = 5;
|
|
286
|
-
SupportSpecification support_type = 6;
|
|
287
|
-
TensorOfOptionalQuantities displacement = 7;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
message SupportDisplacedProperties {
|
|
291
|
-
TensorOfOptionalQuantities displacement = 1;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
// force enumerations
|
|
295
|
-
|
|
296
|
-
enum ForceMagnitudeDefinition {
|
|
297
|
-
TOTALFORCE = 0;
|
|
298
|
-
FORCEPERAREA = 1;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
enum ForceSpecification {
|
|
302
|
-
DISTRIBUTED = 0;
|
|
303
|
-
TORQUE = 1;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
// force condition definitions
|
|
307
|
-
|
|
308
|
-
message ForceDistributedDefinition {
|
|
309
|
-
string id = 1;
|
|
310
|
-
string parent_id = 2;
|
|
311
|
-
string label = 3;
|
|
312
|
-
repeated string locations = 4;
|
|
313
|
-
bool suppressed = 5;
|
|
314
|
-
ForceDistributedProperties force_distributed = 6;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
message ForceDistributedProperties {
|
|
318
|
-
Quantity force = 1;
|
|
319
|
-
OptionalVector force_components = 2;
|
|
320
|
-
OptionalVector remote_point = 3;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
message ForceTorqueDefinition {
|
|
324
|
-
string id = 1;
|
|
325
|
-
string parent_id = 2;
|
|
326
|
-
string label = 3;
|
|
327
|
-
repeated string locations = 4;
|
|
328
|
-
bool suppressed = 5;
|
|
329
|
-
ForceTorqueProperties force_torque = 6;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
message ForceTorqueProperties {
|
|
333
|
-
Quantity force = 1;
|
|
334
|
-
OptionalVector force_components = 2;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
// Pressure condition definitions
|
|
338
|
-
message PressureProperties {
|
|
339
|
-
Quantity pressure_magnitude = 1;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
message PressureDefinition {
|
|
343
|
-
string id = 1;
|
|
344
|
-
string parent_id = 2;
|
|
345
|
-
string label = 3;
|
|
346
|
-
repeated string locations = 4;
|
|
347
|
-
bool suppressed = 5;
|
|
348
|
-
PressureProperties pressure = 6;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
// Displacement enumerations
|
|
352
|
-
|
|
353
|
-
enum DisplacementSpecification {
|
|
354
|
-
TRANSLATION = 0;
|
|
355
|
-
ROTATION = 1;
|
|
356
|
-
COMBINED = 2;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
// Displacement condition definitions
|
|
360
|
-
|
|
361
|
-
message DisplacementTranslationProperties {
|
|
362
|
-
VectorOfOptionalQuantities displacement = 1;
|
|
363
|
-
OptionalVector remote_point = 2;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
message DisplacementRotationProperties {
|
|
367
|
-
VectorOfOptionalQuantities rotation = 1;
|
|
368
|
-
OptionalVector remote_point = 2;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
message DisplacementCombinedProperties {
|
|
372
|
-
VectorOfOptionalQuantities displacement = 1;
|
|
373
|
-
VectorOfOptionalQuantities rotation = 2;
|
|
374
|
-
OptionalVector remote_point = 3;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
message DisplacementDefinition {
|
|
378
|
-
string id = 1;
|
|
379
|
-
string parent_id = 2;
|
|
380
|
-
string label = 3;
|
|
381
|
-
repeated string locations = 4;
|
|
382
|
-
bool suppressed = 5;
|
|
383
|
-
DisplacementCombinedProperties displacement = 6;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
// Displacement enumerations
|
|
387
|
-
|
|
388
|
-
enum MomentSpecification {
|
|
389
|
-
GLOBAL = 0;
|
|
390
|
-
LOCAL = 1;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
// Displacement condition definitions
|
|
394
|
-
|
|
395
|
-
message MomentProperties {
|
|
396
|
-
QuantityVector moment = 1;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
message MomentDefinition {
|
|
400
|
-
string id = 1;
|
|
401
|
-
string parent_id = 2;
|
|
402
|
-
string label = 3;
|
|
403
|
-
repeated string locations = 4;
|
|
404
|
-
bool suppressed = 5;
|
|
405
|
-
MomentProperties local = 6;
|
|
406
|
-
MomentProperties global = 7;
|
|
407
|
-
}
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# source: ansys/api/discovery/v0/conditionsstructural.proto
|
|
4
|
-
"""Generated protocol buffer code."""
|
|
5
|
-
from google.protobuf.internal import builder as _builder
|
|
6
|
-
from google.protobuf import descriptor as _descriptor
|
|
7
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
9
|
-
# @@protoc_insertion_point(imports)
|
|
10
|
-
|
|
11
|
-
_sym_db = _symbol_database.Default()
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
15
|
-
|
|
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\"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
|
-
|
|
19
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
20
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditionsstructural_pb2', globals())
|
|
21
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
22
|
-
|
|
23
|
-
DESCRIPTOR._options = None
|
|
24
|
-
DESCRIPTOR._serialized_options = b'\252\0026Ansys.Api.Discovery.V0.Conditions.ConditionsStructural'
|
|
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
|
-
_CHANGESUPPORTSPECIFICATIONREQUEST._serialized_start=156
|
|
36
|
-
_CHANGESUPPORTSPECIFICATIONREQUEST._serialized_end=319
|
|
37
|
-
_SUPPORTGENERALCREATIONREQUEST._serialized_start=321
|
|
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
|
-
# @@protoc_insertion_point(module_scope)
|