ansys-api-discovery 0.6.3__py3-none-any.whl → 0.6.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ansys-api-discovery might be problematic. Click here for more details.
- 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.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/METADATA +13 -4
- ansys_api_discovery-0.6.5.dist-info/RECORD +200 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.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 -595
- ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -149
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -1216
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -4171
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -1303
- 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.3.dist-info/RECORD +0 -85
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import abc
|
|
6
|
+
import ansys.api.discovery.v0.connections.joint_pb2
|
|
7
|
+
import ansys.api.discovery.v0.discoverymodels_pb2
|
|
8
|
+
import grpc
|
|
9
|
+
|
|
10
|
+
class JointStub:
|
|
11
|
+
def __init__(self, channel: grpc.Channel) -> None: ...
|
|
12
|
+
CreateJoint: grpc.UnaryUnaryMultiCallable[
|
|
13
|
+
ansys.api.discovery.v0.connections.joint_pb2.JointCreationRequest,
|
|
14
|
+
ansys.api.discovery.v0.connections.joint_pb2.JointCreationResponse] = ...
|
|
15
|
+
"""Joint condition methods"""
|
|
16
|
+
|
|
17
|
+
ChangeJointSide1Location: grpc.UnaryUnaryMultiCallable[
|
|
18
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
19
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
20
|
+
|
|
21
|
+
ChangeJointSide2Location: grpc.UnaryUnaryMultiCallable[
|
|
22
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
23
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
24
|
+
|
|
25
|
+
ChangeJointType: grpc.UnaryUnaryMultiCallable[
|
|
26
|
+
ansys.api.discovery.v0.connections.joint_pb2.ChangeJointTypeRequest,
|
|
27
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
class JointServicer(metaclass=abc.ABCMeta):
|
|
31
|
+
@abc.abstractmethod
|
|
32
|
+
def CreateJoint(self,
|
|
33
|
+
request: ansys.api.discovery.v0.connections.joint_pb2.JointCreationRequest,
|
|
34
|
+
context: grpc.ServicerContext,
|
|
35
|
+
) -> ansys.api.discovery.v0.connections.joint_pb2.JointCreationResponse:
|
|
36
|
+
"""Joint condition methods"""
|
|
37
|
+
pass
|
|
38
|
+
|
|
39
|
+
@abc.abstractmethod
|
|
40
|
+
def ChangeJointSide1Location(self,
|
|
41
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
42
|
+
context: grpc.ServicerContext,
|
|
43
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
44
|
+
|
|
45
|
+
@abc.abstractmethod
|
|
46
|
+
def ChangeJointSide2Location(self,
|
|
47
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
48
|
+
context: grpc.ServicerContext,
|
|
49
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
50
|
+
|
|
51
|
+
@abc.abstractmethod
|
|
52
|
+
def ChangeJointType(self,
|
|
53
|
+
request: ansys.api.discovery.v0.connections.joint_pb2.ChangeJointTypeRequest,
|
|
54
|
+
context: grpc.ServicerContext,
|
|
55
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
def add_JointServicer_to_server(servicer: JointServicer, server: grpc.Server) -> None: ...
|
|
@@ -89,47 +89,70 @@ message ScriptParameter {
|
|
|
89
89
|
// SIMULATIONS PROTOS
|
|
90
90
|
//
|
|
91
91
|
message Simulation {
|
|
92
|
-
|
|
92
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
93
93
|
string label = 2;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
// General Requests
|
|
97
97
|
|
|
98
98
|
message ChangeLocationRequest{
|
|
99
|
-
|
|
100
|
-
repeated string
|
|
99
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
100
|
+
repeated string location_ids = 2;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
//enables the type of location to be changed as well as the scope. Only supported for specific condition types
|
|
104
104
|
message ChangeLocationExtendedRequest
|
|
105
105
|
{
|
|
106
106
|
ChangeLocationRequest change_location_request = 1;
|
|
107
|
-
|
|
107
|
+
ansys.api.dbu.v0.LocationType location_type = 2;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
message ChangeQuantityRequest{
|
|
111
|
-
|
|
111
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
112
112
|
Quantity quantity = 2;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
message ChangeBooleanRequest{
|
|
116
|
-
|
|
116
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
117
117
|
bool boolean_value = 2;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
+
message ChangeDoubleRequest{
|
|
121
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
122
|
+
double value = 2;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
message ChangeEmptyRequest{
|
|
126
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
127
|
+
}
|
|
128
|
+
|
|
120
129
|
message ChangeDirectionRequest{
|
|
121
|
-
|
|
130
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
122
131
|
ansys.api.geometry.v0.Direction direction = 2;
|
|
123
132
|
}
|
|
124
133
|
|
|
125
134
|
message ChangeCommandRequest{
|
|
126
|
-
|
|
135
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
127
136
|
}
|
|
128
137
|
|
|
138
|
+
//location data definitions
|
|
139
|
+
|
|
129
140
|
message ScopedCreationData{
|
|
130
|
-
optional
|
|
131
|
-
|
|
132
|
-
|
|
141
|
+
optional ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
142
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier simulation_id = 2;
|
|
143
|
+
LocationIdentifier locations = 3;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
message DoubleSidedScopedCreationData{
|
|
147
|
+
optional ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
148
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier simulation_id = 2;
|
|
149
|
+
LocationIdentifier side1_locations = 3;
|
|
150
|
+
LocationIdentifier side2_locations = 4;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
message LocationIdentifier{
|
|
154
|
+
repeated string location_ids = 1;
|
|
155
|
+
optional ansys.api.dbu.v0.LocationType location_type = 2;
|
|
133
156
|
}
|
|
134
157
|
|
|
135
158
|
// General Responses
|
|
@@ -148,12 +171,6 @@ message MessageResponse{
|
|
|
148
171
|
string message = 1;
|
|
149
172
|
}
|
|
150
173
|
|
|
151
|
-
// Defines the type of location, some conditions support application to either bodies and faces
|
|
152
|
-
enum LocationSpecification {
|
|
153
|
-
FACELOCATIONS = 0;
|
|
154
|
-
BODYLOCATIONS = 1;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
174
|
// Quantity Data
|
|
158
175
|
message Quantity {
|
|
159
176
|
QuantityType quantity_type = 1; //not required in cases where the usage context defines the quantity type
|
|
@@ -15,7 +15,7 @@ from ansys.api.dbu.v0 import dbumodels_pb2 as ansys_dot_api_dot_dbu_dot_v0_dot_d
|
|
|
15
15
|
from ansys.api.geometry.v0 import models_pb2 as ansys_dot_api_dot_geometry_dot_v0_dot_models__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,ansys/api/discovery/v0/discoverymodels.proto\x12\x16\x61nsys.api.discovery.v0\x1a ansys/api/dbu/v0/dbumodels.proto\x1a\"ansys/api/geometry/v0/models.proto\"\xa8\x01\n\tVariation\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0f\n\x07starred\x18\x03 \x01(\x08\x12\x36\n\x06inputs\x18\x04 \x03(\x0b\x32&.ansys.api.discovery.v0.InputParameter\x12\x38\n\x07outputs\x18\x05 \x03(\x0b\x32\'.ansys.api.discovery.v0.OutputParameter\"|\n\x0bInputColumn\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\r\n\x05range\x18\x03 \x01(\t\x12\x44\n\x14parameter_variations\x18\x04 \x03(\x0b\x32&.ansys.api.discovery.v0.InputParameter\"~\n\x0cOutputColumn\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\r\n\x05range\x18\x03 \x01(\t\x12\x45\n\x14parameter_variations\x18\x04 \x03(\x0b\x32\'.ansys.api.discovery.v0.OutputParameter\"\x83\x01\n\x15HistoryTrackParameter\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x37\n\x0e\x64imension_type\x18\x03 \x01(\x0e\x32\x1f.ansys.api.dbu.v0.DimensionType\x12\x17\n\x0f\x64imension_value\x18\x04 \x01(\x01\"\x95\x02\n\x0eInputParameter\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12;\n\rquantity_type\x18\x04 \x01(\x0e\x32$.ansys.api.discovery.v0.QuantityType\x12\x16\n\x0equantity_value\x18\x05 \x01(\x01\x12\x0c\n\x04unit\x18\x06 \x01(\x05\x12\x19\n\x11unit_abbreviation\x18\x07 \x01(\t\x12>\n\ninput_type\x18\x08 \x01(\x0e\x32*.ansys.api.discovery.v0.InputParameterType\x12\x18\n\x10parent_object_id\x18\t \x01(\t\"\xbc\x01\n\x0fOutputParameter\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12;\n\rquantity_type\x18\x04 \x01(\x0e\x32$.ansys.api.discovery.v0.QuantityType\x12\x16\n\x0equantity_value\x18\x05 \x01(\x01\x12\x0c\n\x04unit\x18\x06 \x01(\x05\x12\x19\n\x11unit_abbreviation\x18\x07 \x01(\t\"}\n\x0fScriptParameter\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x37\n\x0e\x64imension_type\x18\x03 \x01(\x0e\x32\x1f.ansys.api.dbu.v0.DimensionType\x12\x17\n\x0f\x64imension_value\x18\x04 \x01(\x01\"\'\n\nSimulation\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\"=\n\x15\x43hangeLocationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x11\n\tlocations\x18\x02 \x03(\t\"\xbe\x01\n\x1d\x43hangeLocationExtendedRequest\x12N\n\x17\x63hange_location_request\x18\x01 \x01(\x0b\x32-.ansys.api.discovery.v0.ChangeLocationRequest\x12M\n\x16location_specification\x18\x02 \x01(\x0e\x32-.ansys.api.discovery.v0.LocationSpecification\"^\n\x15\x43hangeQuantityRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x32\n\x08quantity\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"@\n\x14\x43hangeBooleanRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x15\n\rboolean_value\x18\x02 \x01(\x08\"`\n\x16\x43hangeDirectionRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x33\n\tdirection\x18\x02 \x01(\x0b\x32 .ansys.api.geometry.v0.Direction\")\n\x14\x43hangeCommandRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\"d\n\x12ScopedCreationData\x12\x16\n\tobject_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x15\n\rsimulation_id\x18\x02 \x01(\t\x12\x11\n\tlocations\x18\x03 \x03(\tB\x0c\n\n_object_id\"2\n\x0e\x43hangeResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x0f\n\x07message\x18\x02 \x01(\t\"4\n\x10\x43reationResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x0f\n\x07message\x18\x02 \x01(\t\"\"\n\x0fMessageResponse\x12\x0f\n\x07message\x18\x01 \x01(\t\"\x9b\x01\n\x08Quantity\x12;\n\rquantity_type\x18\x01 \x01(\x0e\x32$.ansys.api.discovery.v0.QuantityType\x12\x16\n\x0equantity_value\x18\x02 \x01(\x01\x12\x0c\n\x04unit\x18\x03 \x01(\x05\x12\x19\n\x11unit_abbreviation\x18\x04 \x01(\t\x12\x11\n\tas_string\x18\x05 \x01(\t\"\x97\x01\n\x0eQuantityVector\x12+\n\x01x\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12+\n\x01y\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12+\n\x01z\x18\x03 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\\\n\x0eOptionalVector\x12\x12\n\nis_defined\x18\x01 \x01(\x08\x12\x36\n\x06vector\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.QuantityVector\"Z\n\x10OptionalQuantity\x12\x12\n\nis_defined\x18\x01 \x01(\x08\x12\x32\n\x08quantity\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xe0\x02\n\x1aTensorOfOptionalQuantities\x12\x34\n\x02\x64x\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x34\n\x02\x64y\x18\x02 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x34\n\x02\x64z\x18\x03 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x34\n\x02rx\x18\x04 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x34\n\x02ry\x18\x05 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x34\n\x02rz\x18\x06 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\"\xbb\x01\n\x1aVectorOfOptionalQuantities\x12\x33\n\x01x\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x33\n\x01y\x18\x02 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x33\n\x01z\x18\x03 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity*X\n\x12InputParameterType\x12\x0b\n\x07PHYSICS\x10\x00\x12\x15\n\x11\x44RIVING_DIMENSION\x10\x01\x12\x11\n\rHISTORY_TRACK\x10\x02\x12\x0b\n\x07UNKNOWN\x10\x03*=\n\x15LocationSpecification\x12\x11\n\rFACELOCATIONS\x10\x00\x12\x11\n\rBODYLOCATIONS\x10\x01*\xb5\x16\n\x0cQuantityType\x12\x1e\n\x1aQUANTITY_TYPE_ACCELERATION\x10\x00\x12\x17\n\x13QUANTITY_TYPE_ANGLE\x10\x01\x12\x16\n\x12QUANTITY_TYPE_AREA\x10\x02\x12\x1e\n\x1aQUANTITY_TYPE_AREA_DENSITY\x10\x03\x12(\n$QUANTITY_TYPE_AREA_MOMENT_OF_INERTIA\x10\x04\x12\x1d\n\x19QUANTITY_TYPE_CAPACITANCE\x10\x05\x12\x32\n.QUANTITY_TYPE_COEFFICIENT_OF_THERMAL_EXPANSION\x10\x06\x12\x19\n\x15QUANTITY_TYPE_DENSITY\x10\x07\x12#\n\x1fQUANTITY_TYPE_DYNAMIC_VISCOSITY\x10\x08\x12%\n!QUANTITY_TYPE_ELECTRIC_ADMITTANCE\x10\t\x12!\n\x1dQUANTITY_TYPE_ELECTRIC_CHARGE\x10\n\x12)\n%QUANTITY_TYPE_ELECTRIC_CHARGE_DENSITY\x10\x0b\x12&\n\"QUANTITY_TYPE_ELECTRIC_CONDUCTANCE\x10\x0c\x12\'\n#QUANTITY_TYPE_ELECTRIC_CONDUCTIVITY\x10\r\x12\"\n\x1eQUANTITY_TYPE_ELECTRIC_CURRENT\x10\x0e\x12*\n&QUANTITY_TYPE_ELECTRIC_CURRENT_DENSITY\x10\x0f\x12+\n\'QUANTITY_TYPE_ELECTRIC_CURRENT_GRADIENT\x10\x10\x12 \n\x1cQUANTITY_TYPE_ELECTRIC_FIELD\x10\x11\x12%\n!QUANTITY_TYPE_ELECTRIC_INDUCTANCE\x10\x12\x12$\n QUANTITY_TYPE_ELECTRIC_POTENTIAL\x10\x13\x12\'\n#QUANTITY_TYPE_ELECTRIC_POTENTIAL_AC\x10\x14\x12\x30\n,QUANTITY_TYPE_ELECTRIC_POTENTIAL_CHANGE_RATE\x10\x15\x12\'\n#QUANTITY_TYPE_ELECTRIC_POTENTIAL_DC\x10\x16\x12%\n!QUANTITY_TYPE_ELECTRIC_RESISTANCE\x10\x17\x12&\n\"QUANTITY_TYPE_ELECTRIC_RESISTIVITY\x10\x18\x12\x31\n-QUANTITY_TYPE_ELECTRIC_SURFACE_CHARGE_DENSITY\x10\x19\x12\x18\n\x14QUANTITY_TYPE_ENERGY\x10\x1a\x12\x19\n\x15QUANTITY_TYPE_ENTROPY\x10\x1b\x12\x17\n\x13QUANTITY_TYPE_FORCE\x10\x1c\x12#\n\x1fQUANTITY_TYPE_FORCE_CHANGE_RATE\x10\x1d\x12\"\n\x1eQUANTITY_TYPE_FORCE_PER_LENGTH\x10\x1e\x12\x1b\n\x17QUANTITY_TYPE_FREQUENCY\x10\x1f\x12\x1b\n\x17QUANTITY_TYPE_HEAT_FLUX\x10 \x12+\n\'QUANTITY_TYPE_HEAT_TRANSFER_COEFFICIENT\x10!\x12\x1e\n\x1aQUANTITY_TYPE_INVERSE_AREA\x10\"\x12 \n\x1cQUANTITY_TYPE_INVERSE_LENGTH\x10#\x12%\n!QUANTITY_TYPE_KINEMATIC_VISCOSITY\x10$\x12\x18\n\x14QUANTITY_TYPE_LENGTH\x10%\x12 \n\x1cQUANTITY_TYPE_MAGNETIC_FIELD\x10&\x12\x16\n\x12QUANTITY_TYPE_MASS\x10\'\x12$\n QUANTITY_TYPE_MASS_CONCENTRATION\x10(\x12\x1b\n\x17QUANTITY_TYPE_MASS_FLOW\x10)\x12\x1b\n\x17QUANTITY_TYPE_MASS_FLUX\x10*\x12\x1f\n\x1bQUANTITY_TYPE_MASS_FRACTION\x10+\x12(\n$QUANTITY_TYPE_MASS_MOMENT_OF_INERTIA\x10,\x12\x1a\n\x16QUANTITY_TYPE_MOLARITY\x10-\x12\x1c\n\x18QUANTITY_TYPE_MOLAR_MASS\x10.\x12\x1e\n\x1aQUANTITY_TYPE_PERMEABILITY\x10/\x12\x1e\n\x1aQUANTITY_TYPE_PERMITTIVITY\x10\x30\x12\x17\n\x13QUANTITY_TYPE_POWER\x10\x31\x12\x1f\n\x1bQUANTITY_TYPE_POWER_DENSITY\x10\x32\x12\x1d\n\x19QUANTITY_TYPE_POWER_RATIO\x10\x33\x12\x1a\n\x16QUANTITY_TYPE_PRESSURE\x10\x34\x12\x17\n\x13QUANTITY_TYPE_RATIO\x10\x35\x12#\n\x1fQUANTITY_TYPE_RATIO_CHANGE_RATE\x10\x36\x12!\n\x1dQUANTITY_TYPE_REACTIVE_ENERGY\x10\x37\x12 \n\x1cQUANTITY_TYPE_REACTIVE_POWER\x10\x38\x12)\n%QUANTITY_TYPE_ROTATIONAL_ACCELERATION\x10\x39\x12\"\n\x1eQUANTITY_TYPE_ROTATIONAL_SPEED\x10:\x12&\n\"QUANTITY_TYPE_ROTATIONAL_STIFFNESS\x10;\x12\x31\n-QUANTITY_TYPE_ROTATIONAL_STIFFNESS_PER_LENGTH\x10<\x12\x1d\n\x19QUANTITY_TYPE_SOLID_ANGLE\x10=\x12!\n\x1dQUANTITY_TYPE_SPECIFIC_ENERGY\x10>\x12\"\n\x1eQUANTITY_TYPE_SPECIFIC_ENTROPY\x10?\x12!\n\x1dQUANTITY_TYPE_SPECIFIC_VOLUME\x10@\x12!\n\x1dQUANTITY_TYPE_SPECIFIC_WEIGHT\x10\x41\x12\x17\n\x13QUANTITY_TYPE_SPEED\x10\x42\x12\x1d\n\x19QUANTITY_TYPE_TEMPERATURE\x10\x43\x12)\n%QUANTITY_TYPE_TEMPERATURE_CHANGE_RATE\x10\x44\x12#\n\x1fQUANTITY_TYPE_TEMPERATURE_DELTA\x10\x45\x12&\n\"QUANTITY_TYPE_THERMAL_CONDUCTIVITY\x10\x46\x12$\n QUANTITY_TYPE_THERMAL_RESISTANCE\x10G\x12\x16\n\x12QUANTITY_TYPE_TIME\x10H\x12\x18\n\x14QUANTITY_TYPE_TORQUE\x10I\x12#\n\x1fQUANTITY_TYPE_TORQUE_PER_LENGTH\x10J\x12\x18\n\x14QUANTITY_TYPE_VOLUME\x10K\x12&\n\"QUANTITY_TYPE_VOLUME_CONCENTRATION\x10L\x12\x1d\n\x19QUANTITY_TYPE_VOLUME_FLOW\x10M\x12#\n\x1fQUANTITY_TYPE_VOLUME_PER_LENGTH\x10N\x12+\n\'QUANTITY_TYPE_WARPING_MOMENT_OF_INERTIA\x10O\x12\x16\n\x12QUANTITY_TYPE_NONE\x10P\x12\x19\n\x15QUANTITY_TYPE_UNKNOWN\x10QB\x19\xaa\x02\x16\x41nsys.Api.Discovery.V0b\x06proto3')
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,ansys/api/discovery/v0/discoverymodels.proto\x12\x16\x61nsys.api.discovery.v0\x1a ansys/api/dbu/v0/dbumodels.proto\x1a\"ansys/api/geometry/v0/models.proto\"\xa8\x01\n\tVariation\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0f\n\x07starred\x18\x03 \x01(\x08\x12\x36\n\x06inputs\x18\x04 \x03(\x0b\x32&.ansys.api.discovery.v0.InputParameter\x12\x38\n\x07outputs\x18\x05 \x03(\x0b\x32\'.ansys.api.discovery.v0.OutputParameter\"|\n\x0bInputColumn\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\r\n\x05range\x18\x03 \x01(\t\x12\x44\n\x14parameter_variations\x18\x04 \x03(\x0b\x32&.ansys.api.discovery.v0.InputParameter\"~\n\x0cOutputColumn\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\r\n\x05range\x18\x03 \x01(\t\x12\x45\n\x14parameter_variations\x18\x04 \x03(\x0b\x32\'.ansys.api.discovery.v0.OutputParameter\"\x83\x01\n\x15HistoryTrackParameter\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x37\n\x0e\x64imension_type\x18\x03 \x01(\x0e\x32\x1f.ansys.api.dbu.v0.DimensionType\x12\x17\n\x0f\x64imension_value\x18\x04 \x01(\x01\"\x95\x02\n\x0eInputParameter\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12;\n\rquantity_type\x18\x04 \x01(\x0e\x32$.ansys.api.discovery.v0.QuantityType\x12\x16\n\x0equantity_value\x18\x05 \x01(\x01\x12\x0c\n\x04unit\x18\x06 \x01(\x05\x12\x19\n\x11unit_abbreviation\x18\x07 \x01(\t\x12>\n\ninput_type\x18\x08 \x01(\x0e\x32*.ansys.api.discovery.v0.InputParameterType\x12\x18\n\x10parent_object_id\x18\t \x01(\t\"\xbc\x01\n\x0fOutputParameter\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12;\n\rquantity_type\x18\x04 \x01(\x0e\x32$.ansys.api.discovery.v0.QuantityType\x12\x16\n\x0equantity_value\x18\x05 \x01(\x01\x12\x0c\n\x04unit\x18\x06 \x01(\x05\x12\x19\n\x11unit_abbreviation\x18\x07 \x01(\t\"}\n\x0fScriptParameter\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x37\n\x0e\x64imension_type\x18\x03 \x01(\x0e\x32\x1f.ansys.api.dbu.v0.DimensionType\x12\x17\n\x0f\x64imension_value\x18\x04 \x01(\x01\"Y\n\nSimulation\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x02 \x01(\t\"k\n\x15\x43hangeLocationRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\x14\n\x0clocation_ids\x18\x02 \x03(\t\"\xa6\x01\n\x1d\x43hangeLocationExtendedRequest\x12N\n\x17\x63hange_location_request\x18\x01 \x01(\x0b\x32-.ansys.api.discovery.v0.ChangeLocationRequest\x12\x35\n\rlocation_type\x18\x02 \x01(\x0e\x32\x1e.ansys.api.dbu.v0.LocationType\"\x89\x01\n\x15\x43hangeQuantityRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\x32\n\x08quantity\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"k\n\x14\x43hangeBooleanRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\x15\n\rboolean_value\x18\x02 \x01(\x08\"b\n\x13\x43hangeDoubleRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05value\x18\x02 \x01(\x01\"R\n\x12\x43hangeEmptyRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\"\x8b\x01\n\x16\x43hangeDirectionRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\x33\n\tdirection\x18\x02 \x01(\x0b\x32 .ansys.api.geometry.v0.Direction\"T\n\x14\x43hangeCommandRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\"\xe6\x01\n\x12ScopedCreationData\x12\x41\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifierH\x00\x88\x01\x01\x12@\n\rsimulation_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12=\n\tlocations\x18\x03 \x01(\x0b\x32*.ansys.api.discovery.v0.LocationIdentifierB\x0c\n\n_object_id\"\xbc\x02\n\x1d\x44oubleSidedScopedCreationData\x12\x41\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifierH\x00\x88\x01\x01\x12@\n\rsimulation_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\x43\n\x0fside1_locations\x18\x03 \x01(\x0b\x32*.ansys.api.discovery.v0.LocationIdentifier\x12\x43\n\x0fside2_locations\x18\x04 \x01(\x0b\x32*.ansys.api.discovery.v0.LocationIdentifierB\x0c\n\n_object_id\"x\n\x12LocationIdentifier\x12\x14\n\x0clocation_ids\x18\x01 \x03(\t\x12:\n\rlocation_type\x18\x02 \x01(\x0e\x32\x1e.ansys.api.dbu.v0.LocationTypeH\x00\x88\x01\x01\x42\x10\n\x0e_location_type\"2\n\x0e\x43hangeResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x0f\n\x07message\x18\x02 \x01(\t\"4\n\x10\x43reationResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x0f\n\x07message\x18\x02 \x01(\t\"\"\n\x0fMessageResponse\x12\x0f\n\x07message\x18\x01 \x01(\t\"\x9b\x01\n\x08Quantity\x12;\n\rquantity_type\x18\x01 \x01(\x0e\x32$.ansys.api.discovery.v0.QuantityType\x12\x16\n\x0equantity_value\x18\x02 \x01(\x01\x12\x0c\n\x04unit\x18\x03 \x01(\x05\x12\x19\n\x11unit_abbreviation\x18\x04 \x01(\t\x12\x11\n\tas_string\x18\x05 \x01(\t\"\x97\x01\n\x0eQuantityVector\x12+\n\x01x\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12+\n\x01y\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12+\n\x01z\x18\x03 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\\\n\x0eOptionalVector\x12\x12\n\nis_defined\x18\x01 \x01(\x08\x12\x36\n\x06vector\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.QuantityVector\"Z\n\x10OptionalQuantity\x12\x12\n\nis_defined\x18\x01 \x01(\x08\x12\x32\n\x08quantity\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xe0\x02\n\x1aTensorOfOptionalQuantities\x12\x34\n\x02\x64x\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x34\n\x02\x64y\x18\x02 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x34\n\x02\x64z\x18\x03 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x34\n\x02rx\x18\x04 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x34\n\x02ry\x18\x05 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x34\n\x02rz\x18\x06 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\"\xbb\x01\n\x1aVectorOfOptionalQuantities\x12\x33\n\x01x\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x33\n\x01y\x18\x02 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x33\n\x01z\x18\x03 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity*X\n\x12InputParameterType\x12\x0b\n\x07PHYSICS\x10\x00\x12\x15\n\x11\x44RIVING_DIMENSION\x10\x01\x12\x11\n\rHISTORY_TRACK\x10\x02\x12\x0b\n\x07UNKNOWN\x10\x03*\xb5\x16\n\x0cQuantityType\x12\x1e\n\x1aQUANTITY_TYPE_ACCELERATION\x10\x00\x12\x17\n\x13QUANTITY_TYPE_ANGLE\x10\x01\x12\x16\n\x12QUANTITY_TYPE_AREA\x10\x02\x12\x1e\n\x1aQUANTITY_TYPE_AREA_DENSITY\x10\x03\x12(\n$QUANTITY_TYPE_AREA_MOMENT_OF_INERTIA\x10\x04\x12\x1d\n\x19QUANTITY_TYPE_CAPACITANCE\x10\x05\x12\x32\n.QUANTITY_TYPE_COEFFICIENT_OF_THERMAL_EXPANSION\x10\x06\x12\x19\n\x15QUANTITY_TYPE_DENSITY\x10\x07\x12#\n\x1fQUANTITY_TYPE_DYNAMIC_VISCOSITY\x10\x08\x12%\n!QUANTITY_TYPE_ELECTRIC_ADMITTANCE\x10\t\x12!\n\x1dQUANTITY_TYPE_ELECTRIC_CHARGE\x10\n\x12)\n%QUANTITY_TYPE_ELECTRIC_CHARGE_DENSITY\x10\x0b\x12&\n\"QUANTITY_TYPE_ELECTRIC_CONDUCTANCE\x10\x0c\x12\'\n#QUANTITY_TYPE_ELECTRIC_CONDUCTIVITY\x10\r\x12\"\n\x1eQUANTITY_TYPE_ELECTRIC_CURRENT\x10\x0e\x12*\n&QUANTITY_TYPE_ELECTRIC_CURRENT_DENSITY\x10\x0f\x12+\n\'QUANTITY_TYPE_ELECTRIC_CURRENT_GRADIENT\x10\x10\x12 \n\x1cQUANTITY_TYPE_ELECTRIC_FIELD\x10\x11\x12%\n!QUANTITY_TYPE_ELECTRIC_INDUCTANCE\x10\x12\x12$\n QUANTITY_TYPE_ELECTRIC_POTENTIAL\x10\x13\x12\'\n#QUANTITY_TYPE_ELECTRIC_POTENTIAL_AC\x10\x14\x12\x30\n,QUANTITY_TYPE_ELECTRIC_POTENTIAL_CHANGE_RATE\x10\x15\x12\'\n#QUANTITY_TYPE_ELECTRIC_POTENTIAL_DC\x10\x16\x12%\n!QUANTITY_TYPE_ELECTRIC_RESISTANCE\x10\x17\x12&\n\"QUANTITY_TYPE_ELECTRIC_RESISTIVITY\x10\x18\x12\x31\n-QUANTITY_TYPE_ELECTRIC_SURFACE_CHARGE_DENSITY\x10\x19\x12\x18\n\x14QUANTITY_TYPE_ENERGY\x10\x1a\x12\x19\n\x15QUANTITY_TYPE_ENTROPY\x10\x1b\x12\x17\n\x13QUANTITY_TYPE_FORCE\x10\x1c\x12#\n\x1fQUANTITY_TYPE_FORCE_CHANGE_RATE\x10\x1d\x12\"\n\x1eQUANTITY_TYPE_FORCE_PER_LENGTH\x10\x1e\x12\x1b\n\x17QUANTITY_TYPE_FREQUENCY\x10\x1f\x12\x1b\n\x17QUANTITY_TYPE_HEAT_FLUX\x10 \x12+\n\'QUANTITY_TYPE_HEAT_TRANSFER_COEFFICIENT\x10!\x12\x1e\n\x1aQUANTITY_TYPE_INVERSE_AREA\x10\"\x12 \n\x1cQUANTITY_TYPE_INVERSE_LENGTH\x10#\x12%\n!QUANTITY_TYPE_KINEMATIC_VISCOSITY\x10$\x12\x18\n\x14QUANTITY_TYPE_LENGTH\x10%\x12 \n\x1cQUANTITY_TYPE_MAGNETIC_FIELD\x10&\x12\x16\n\x12QUANTITY_TYPE_MASS\x10\'\x12$\n QUANTITY_TYPE_MASS_CONCENTRATION\x10(\x12\x1b\n\x17QUANTITY_TYPE_MASS_FLOW\x10)\x12\x1b\n\x17QUANTITY_TYPE_MASS_FLUX\x10*\x12\x1f\n\x1bQUANTITY_TYPE_MASS_FRACTION\x10+\x12(\n$QUANTITY_TYPE_MASS_MOMENT_OF_INERTIA\x10,\x12\x1a\n\x16QUANTITY_TYPE_MOLARITY\x10-\x12\x1c\n\x18QUANTITY_TYPE_MOLAR_MASS\x10.\x12\x1e\n\x1aQUANTITY_TYPE_PERMEABILITY\x10/\x12\x1e\n\x1aQUANTITY_TYPE_PERMITTIVITY\x10\x30\x12\x17\n\x13QUANTITY_TYPE_POWER\x10\x31\x12\x1f\n\x1bQUANTITY_TYPE_POWER_DENSITY\x10\x32\x12\x1d\n\x19QUANTITY_TYPE_POWER_RATIO\x10\x33\x12\x1a\n\x16QUANTITY_TYPE_PRESSURE\x10\x34\x12\x17\n\x13QUANTITY_TYPE_RATIO\x10\x35\x12#\n\x1fQUANTITY_TYPE_RATIO_CHANGE_RATE\x10\x36\x12!\n\x1dQUANTITY_TYPE_REACTIVE_ENERGY\x10\x37\x12 \n\x1cQUANTITY_TYPE_REACTIVE_POWER\x10\x38\x12)\n%QUANTITY_TYPE_ROTATIONAL_ACCELERATION\x10\x39\x12\"\n\x1eQUANTITY_TYPE_ROTATIONAL_SPEED\x10:\x12&\n\"QUANTITY_TYPE_ROTATIONAL_STIFFNESS\x10;\x12\x31\n-QUANTITY_TYPE_ROTATIONAL_STIFFNESS_PER_LENGTH\x10<\x12\x1d\n\x19QUANTITY_TYPE_SOLID_ANGLE\x10=\x12!\n\x1dQUANTITY_TYPE_SPECIFIC_ENERGY\x10>\x12\"\n\x1eQUANTITY_TYPE_SPECIFIC_ENTROPY\x10?\x12!\n\x1dQUANTITY_TYPE_SPECIFIC_VOLUME\x10@\x12!\n\x1dQUANTITY_TYPE_SPECIFIC_WEIGHT\x10\x41\x12\x17\n\x13QUANTITY_TYPE_SPEED\x10\x42\x12\x1d\n\x19QUANTITY_TYPE_TEMPERATURE\x10\x43\x12)\n%QUANTITY_TYPE_TEMPERATURE_CHANGE_RATE\x10\x44\x12#\n\x1fQUANTITY_TYPE_TEMPERATURE_DELTA\x10\x45\x12&\n\"QUANTITY_TYPE_THERMAL_CONDUCTIVITY\x10\x46\x12$\n QUANTITY_TYPE_THERMAL_RESISTANCE\x10G\x12\x16\n\x12QUANTITY_TYPE_TIME\x10H\x12\x18\n\x14QUANTITY_TYPE_TORQUE\x10I\x12#\n\x1fQUANTITY_TYPE_TORQUE_PER_LENGTH\x10J\x12\x18\n\x14QUANTITY_TYPE_VOLUME\x10K\x12&\n\"QUANTITY_TYPE_VOLUME_CONCENTRATION\x10L\x12\x1d\n\x19QUANTITY_TYPE_VOLUME_FLOW\x10M\x12#\n\x1fQUANTITY_TYPE_VOLUME_PER_LENGTH\x10N\x12+\n\'QUANTITY_TYPE_WARPING_MOMENT_OF_INERTIA\x10O\x12\x16\n\x12QUANTITY_TYPE_NONE\x10P\x12\x19\n\x15QUANTITY_TYPE_UNKNOWN\x10QB\x19\xaa\x02\x16\x41nsys.Api.Discovery.V0b\x06proto3')
|
|
19
19
|
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.discoverymodels_pb2', globals())
|
|
@@ -23,12 +23,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
23
23
|
|
|
24
24
|
DESCRIPTOR._options = None
|
|
25
25
|
DESCRIPTOR._serialized_options = b'\252\002\026Ansys.Api.Discovery.V0'
|
|
26
|
-
_INPUTPARAMETERTYPE._serialized_start=
|
|
27
|
-
_INPUTPARAMETERTYPE._serialized_end=
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
_QUANTITYTYPE._serialized_start=3340
|
|
31
|
-
_QUANTITYTYPE._serialized_end=6209
|
|
26
|
+
_INPUTPARAMETERTYPE._serialized_start=4188
|
|
27
|
+
_INPUTPARAMETERTYPE._serialized_end=4276
|
|
28
|
+
_QUANTITYTYPE._serialized_start=4279
|
|
29
|
+
_QUANTITYTYPE._serialized_end=7148
|
|
32
30
|
_VARIATION._serialized_start=143
|
|
33
31
|
_VARIATION._serialized_end=311
|
|
34
32
|
_INPUTCOLUMN._serialized_start=313
|
|
@@ -44,37 +42,45 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
44
42
|
_SCRIPTPARAMETER._serialized_start=1172
|
|
45
43
|
_SCRIPTPARAMETER._serialized_end=1297
|
|
46
44
|
_SIMULATION._serialized_start=1299
|
|
47
|
-
_SIMULATION._serialized_end=
|
|
48
|
-
_CHANGELOCATIONREQUEST._serialized_start=
|
|
49
|
-
_CHANGELOCATIONREQUEST._serialized_end=
|
|
50
|
-
_CHANGELOCATIONEXTENDEDREQUEST._serialized_start=
|
|
51
|
-
_CHANGELOCATIONEXTENDEDREQUEST._serialized_end=
|
|
52
|
-
_CHANGEQUANTITYREQUEST._serialized_start=
|
|
53
|
-
_CHANGEQUANTITYREQUEST._serialized_end=
|
|
54
|
-
_CHANGEBOOLEANREQUEST._serialized_start=
|
|
55
|
-
_CHANGEBOOLEANREQUEST._serialized_end=
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
45
|
+
_SIMULATION._serialized_end=1388
|
|
46
|
+
_CHANGELOCATIONREQUEST._serialized_start=1390
|
|
47
|
+
_CHANGELOCATIONREQUEST._serialized_end=1497
|
|
48
|
+
_CHANGELOCATIONEXTENDEDREQUEST._serialized_start=1500
|
|
49
|
+
_CHANGELOCATIONEXTENDEDREQUEST._serialized_end=1666
|
|
50
|
+
_CHANGEQUANTITYREQUEST._serialized_start=1669
|
|
51
|
+
_CHANGEQUANTITYREQUEST._serialized_end=1806
|
|
52
|
+
_CHANGEBOOLEANREQUEST._serialized_start=1808
|
|
53
|
+
_CHANGEBOOLEANREQUEST._serialized_end=1915
|
|
54
|
+
_CHANGEDOUBLEREQUEST._serialized_start=1917
|
|
55
|
+
_CHANGEDOUBLEREQUEST._serialized_end=2015
|
|
56
|
+
_CHANGEEMPTYREQUEST._serialized_start=2017
|
|
57
|
+
_CHANGEEMPTYREQUEST._serialized_end=2099
|
|
58
|
+
_CHANGEDIRECTIONREQUEST._serialized_start=2102
|
|
59
|
+
_CHANGEDIRECTIONREQUEST._serialized_end=2241
|
|
60
|
+
_CHANGECOMMANDREQUEST._serialized_start=2243
|
|
61
|
+
_CHANGECOMMANDREQUEST._serialized_end=2327
|
|
62
|
+
_SCOPEDCREATIONDATA._serialized_start=2330
|
|
63
|
+
_SCOPEDCREATIONDATA._serialized_end=2560
|
|
64
|
+
_DOUBLESIDEDSCOPEDCREATIONDATA._serialized_start=2563
|
|
65
|
+
_DOUBLESIDEDSCOPEDCREATIONDATA._serialized_end=2879
|
|
66
|
+
_LOCATIONIDENTIFIER._serialized_start=2881
|
|
67
|
+
_LOCATIONIDENTIFIER._serialized_end=3001
|
|
68
|
+
_CHANGERESPONSE._serialized_start=3003
|
|
69
|
+
_CHANGERESPONSE._serialized_end=3053
|
|
70
|
+
_CREATIONRESPONSE._serialized_start=3055
|
|
71
|
+
_CREATIONRESPONSE._serialized_end=3107
|
|
72
|
+
_MESSAGERESPONSE._serialized_start=3109
|
|
73
|
+
_MESSAGERESPONSE._serialized_end=3143
|
|
74
|
+
_QUANTITY._serialized_start=3146
|
|
75
|
+
_QUANTITY._serialized_end=3301
|
|
76
|
+
_QUANTITYVECTOR._serialized_start=3304
|
|
77
|
+
_QUANTITYVECTOR._serialized_end=3455
|
|
78
|
+
_OPTIONALVECTOR._serialized_start=3457
|
|
79
|
+
_OPTIONALVECTOR._serialized_end=3549
|
|
80
|
+
_OPTIONALQUANTITY._serialized_start=3551
|
|
81
|
+
_OPTIONALQUANTITY._serialized_end=3641
|
|
82
|
+
_TENSOROFOPTIONALQUANTITIES._serialized_start=3644
|
|
83
|
+
_TENSOROFOPTIONALQUANTITIES._serialized_end=3996
|
|
84
|
+
_VECTOROFOPTIONALQUANTITIES._serialized_start=3999
|
|
85
|
+
_VECTOROFOPTIONALQUANTITIES._serialized_end=4186
|
|
80
86
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -33,22 +33,6 @@ UNKNOWN: InputParameterType.ValueType = ... # 3
|
|
|
33
33
|
global___InputParameterType = InputParameterType
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
class _LocationSpecification:
|
|
37
|
-
ValueType = typing.NewType('ValueType', builtins.int)
|
|
38
|
-
V: typing_extensions.TypeAlias = ValueType
|
|
39
|
-
class _LocationSpecificationEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_LocationSpecification.ValueType], builtins.type):
|
|
40
|
-
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
|
|
41
|
-
FACELOCATIONS: LocationSpecification.ValueType = ... # 0
|
|
42
|
-
BODYLOCATIONS: LocationSpecification.ValueType = ... # 1
|
|
43
|
-
class LocationSpecification(_LocationSpecification, metaclass=_LocationSpecificationEnumTypeWrapper):
|
|
44
|
-
"""Defines the type of location, some conditions support application to either bodies and faces"""
|
|
45
|
-
pass
|
|
46
|
-
|
|
47
|
-
FACELOCATIONS: LocationSpecification.ValueType = ... # 0
|
|
48
|
-
BODYLOCATIONS: LocationSpecification.ValueType = ... # 1
|
|
49
|
-
global___LocationSpecification = LocationSpecification
|
|
50
|
-
|
|
51
|
-
|
|
52
36
|
class _QuantityType:
|
|
53
37
|
ValueType = typing.NewType('ValueType', builtins.int)
|
|
54
38
|
V: typing_extensions.TypeAlias = ValueType
|
|
@@ -422,16 +406,18 @@ class Simulation(google.protobuf.message.Message):
|
|
|
422
406
|
SIMULATIONS PROTOS
|
|
423
407
|
"""
|
|
424
408
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
425
|
-
|
|
409
|
+
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
426
410
|
LABEL_FIELD_NUMBER: builtins.int
|
|
427
|
-
|
|
411
|
+
@property
|
|
412
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
428
413
|
label: typing.Text = ...
|
|
429
414
|
def __init__(self,
|
|
430
415
|
*,
|
|
431
|
-
|
|
416
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
432
417
|
label : typing.Text = ...,
|
|
433
418
|
) -> None: ...
|
|
434
|
-
def
|
|
419
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
420
|
+
def ClearField(self, field_name: typing_extensions.Literal["label",b"label","object_id",b"object_id"]) -> None: ...
|
|
435
421
|
global___Simulation = Simulation
|
|
436
422
|
|
|
437
423
|
class ChangeLocationRequest(google.protobuf.message.Message):
|
|
@@ -440,48 +426,51 @@ class ChangeLocationRequest(google.protobuf.message.Message):
|
|
|
440
426
|
"""
|
|
441
427
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
442
428
|
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
443
|
-
|
|
444
|
-
|
|
429
|
+
LOCATION_IDS_FIELD_NUMBER: builtins.int
|
|
430
|
+
@property
|
|
431
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
445
432
|
@property
|
|
446
|
-
def
|
|
433
|
+
def location_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
447
434
|
def __init__(self,
|
|
448
435
|
*,
|
|
449
|
-
object_id : typing.
|
|
450
|
-
|
|
436
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
437
|
+
location_ids : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
451
438
|
) -> None: ...
|
|
452
|
-
def
|
|
439
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
440
|
+
def ClearField(self, field_name: typing_extensions.Literal["location_ids",b"location_ids","object_id",b"object_id"]) -> None: ...
|
|
453
441
|
global___ChangeLocationRequest = ChangeLocationRequest
|
|
454
442
|
|
|
455
443
|
class ChangeLocationExtendedRequest(google.protobuf.message.Message):
|
|
456
444
|
"""enables the type of location to be changed as well as the scope. Only supported for specific condition types"""
|
|
457
445
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
458
446
|
CHANGE_LOCATION_REQUEST_FIELD_NUMBER: builtins.int
|
|
459
|
-
|
|
447
|
+
LOCATION_TYPE_FIELD_NUMBER: builtins.int
|
|
460
448
|
@property
|
|
461
449
|
def change_location_request(self) -> global___ChangeLocationRequest: ...
|
|
462
|
-
|
|
450
|
+
location_type: ansys.api.dbu.v0.dbumodels_pb2.LocationType.ValueType = ...
|
|
463
451
|
def __init__(self,
|
|
464
452
|
*,
|
|
465
453
|
change_location_request : typing.Optional[global___ChangeLocationRequest] = ...,
|
|
466
|
-
|
|
454
|
+
location_type : ansys.api.dbu.v0.dbumodels_pb2.LocationType.ValueType = ...,
|
|
467
455
|
) -> None: ...
|
|
468
456
|
def HasField(self, field_name: typing_extensions.Literal["change_location_request",b"change_location_request"]) -> builtins.bool: ...
|
|
469
|
-
def ClearField(self, field_name: typing_extensions.Literal["change_location_request",b"change_location_request","
|
|
457
|
+
def ClearField(self, field_name: typing_extensions.Literal["change_location_request",b"change_location_request","location_type",b"location_type"]) -> None: ...
|
|
470
458
|
global___ChangeLocationExtendedRequest = ChangeLocationExtendedRequest
|
|
471
459
|
|
|
472
460
|
class ChangeQuantityRequest(google.protobuf.message.Message):
|
|
473
461
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
474
462
|
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
475
463
|
QUANTITY_FIELD_NUMBER: builtins.int
|
|
476
|
-
|
|
464
|
+
@property
|
|
465
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
477
466
|
@property
|
|
478
467
|
def quantity(self) -> global___Quantity: ...
|
|
479
468
|
def __init__(self,
|
|
480
469
|
*,
|
|
481
|
-
object_id : typing.
|
|
470
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
482
471
|
quantity : typing.Optional[global___Quantity] = ...,
|
|
483
472
|
) -> None: ...
|
|
484
|
-
def HasField(self, field_name: typing_extensions.Literal["quantity",b"quantity"]) -> builtins.bool: ...
|
|
473
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id","quantity",b"quantity"]) -> builtins.bool: ...
|
|
485
474
|
def ClearField(self, field_name: typing_extensions.Literal["object_id",b"object_id","quantity",b"quantity"]) -> None: ...
|
|
486
475
|
global___ChangeQuantityRequest = ChangeQuantityRequest
|
|
487
476
|
|
|
@@ -489,63 +478,145 @@ class ChangeBooleanRequest(google.protobuf.message.Message):
|
|
|
489
478
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
490
479
|
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
491
480
|
BOOLEAN_VALUE_FIELD_NUMBER: builtins.int
|
|
492
|
-
|
|
481
|
+
@property
|
|
482
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
493
483
|
boolean_value: builtins.bool = ...
|
|
494
484
|
def __init__(self,
|
|
495
485
|
*,
|
|
496
|
-
object_id : typing.
|
|
486
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
497
487
|
boolean_value : builtins.bool = ...,
|
|
498
488
|
) -> None: ...
|
|
489
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
499
490
|
def ClearField(self, field_name: typing_extensions.Literal["boolean_value",b"boolean_value","object_id",b"object_id"]) -> None: ...
|
|
500
491
|
global___ChangeBooleanRequest = ChangeBooleanRequest
|
|
501
492
|
|
|
493
|
+
class ChangeDoubleRequest(google.protobuf.message.Message):
|
|
494
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
495
|
+
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
496
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
497
|
+
@property
|
|
498
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
499
|
+
value: builtins.float = ...
|
|
500
|
+
def __init__(self,
|
|
501
|
+
*,
|
|
502
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
503
|
+
value : builtins.float = ...,
|
|
504
|
+
) -> None: ...
|
|
505
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
506
|
+
def ClearField(self, field_name: typing_extensions.Literal["object_id",b"object_id","value",b"value"]) -> None: ...
|
|
507
|
+
global___ChangeDoubleRequest = ChangeDoubleRequest
|
|
508
|
+
|
|
509
|
+
class ChangeEmptyRequest(google.protobuf.message.Message):
|
|
510
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
511
|
+
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
512
|
+
@property
|
|
513
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
514
|
+
def __init__(self,
|
|
515
|
+
*,
|
|
516
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
517
|
+
) -> None: ...
|
|
518
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
519
|
+
def ClearField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> None: ...
|
|
520
|
+
global___ChangeEmptyRequest = ChangeEmptyRequest
|
|
521
|
+
|
|
502
522
|
class ChangeDirectionRequest(google.protobuf.message.Message):
|
|
503
523
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
504
524
|
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
505
525
|
DIRECTION_FIELD_NUMBER: builtins.int
|
|
506
|
-
|
|
526
|
+
@property
|
|
527
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
507
528
|
@property
|
|
508
529
|
def direction(self) -> ansys.api.geometry.v0.models_pb2.Direction: ...
|
|
509
530
|
def __init__(self,
|
|
510
531
|
*,
|
|
511
|
-
object_id : typing.
|
|
532
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
512
533
|
direction : typing.Optional[ansys.api.geometry.v0.models_pb2.Direction] = ...,
|
|
513
534
|
) -> None: ...
|
|
514
|
-
def HasField(self, field_name: typing_extensions.Literal["direction",b"direction"]) -> builtins.bool: ...
|
|
535
|
+
def HasField(self, field_name: typing_extensions.Literal["direction",b"direction","object_id",b"object_id"]) -> builtins.bool: ...
|
|
515
536
|
def ClearField(self, field_name: typing_extensions.Literal["direction",b"direction","object_id",b"object_id"]) -> None: ...
|
|
516
537
|
global___ChangeDirectionRequest = ChangeDirectionRequest
|
|
517
538
|
|
|
518
539
|
class ChangeCommandRequest(google.protobuf.message.Message):
|
|
519
540
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
520
541
|
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
521
|
-
|
|
542
|
+
@property
|
|
543
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
522
544
|
def __init__(self,
|
|
523
545
|
*,
|
|
524
|
-
object_id : typing.
|
|
546
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
525
547
|
) -> None: ...
|
|
548
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
526
549
|
def ClearField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> None: ...
|
|
527
550
|
global___ChangeCommandRequest = ChangeCommandRequest
|
|
528
551
|
|
|
529
552
|
class ScopedCreationData(google.protobuf.message.Message):
|
|
553
|
+
"""location data definitions
|
|
554
|
+
|
|
555
|
+
"""
|
|
530
556
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
531
557
|
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
532
558
|
SIMULATION_ID_FIELD_NUMBER: builtins.int
|
|
533
559
|
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
534
|
-
object_id: typing.Text = ...
|
|
535
|
-
simulation_id: typing.Text = ...
|
|
536
560
|
@property
|
|
537
|
-
def
|
|
561
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
562
|
+
@property
|
|
563
|
+
def simulation_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
564
|
+
@property
|
|
565
|
+
def locations(self) -> global___LocationIdentifier: ...
|
|
538
566
|
def __init__(self,
|
|
539
567
|
*,
|
|
540
|
-
object_id : typing.Optional[
|
|
541
|
-
simulation_id : typing.
|
|
542
|
-
locations : typing.Optional[
|
|
568
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
569
|
+
simulation_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
570
|
+
locations : typing.Optional[global___LocationIdentifier] = ...,
|
|
543
571
|
) -> None: ...
|
|
544
|
-
def HasField(self, field_name: typing_extensions.Literal["_object_id",b"_object_id","object_id",b"object_id"]) -> builtins.bool: ...
|
|
572
|
+
def HasField(self, field_name: typing_extensions.Literal["_object_id",b"_object_id","locations",b"locations","object_id",b"object_id","simulation_id",b"simulation_id"]) -> builtins.bool: ...
|
|
545
573
|
def ClearField(self, field_name: typing_extensions.Literal["_object_id",b"_object_id","locations",b"locations","object_id",b"object_id","simulation_id",b"simulation_id"]) -> None: ...
|
|
546
574
|
def WhichOneof(self, oneof_group: typing_extensions.Literal["_object_id",b"_object_id"]) -> typing.Optional[typing_extensions.Literal["object_id"]]: ...
|
|
547
575
|
global___ScopedCreationData = ScopedCreationData
|
|
548
576
|
|
|
577
|
+
class DoubleSidedScopedCreationData(google.protobuf.message.Message):
|
|
578
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
579
|
+
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
580
|
+
SIMULATION_ID_FIELD_NUMBER: builtins.int
|
|
581
|
+
SIDE1_LOCATIONS_FIELD_NUMBER: builtins.int
|
|
582
|
+
SIDE2_LOCATIONS_FIELD_NUMBER: builtins.int
|
|
583
|
+
@property
|
|
584
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
585
|
+
@property
|
|
586
|
+
def simulation_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
587
|
+
@property
|
|
588
|
+
def side1_locations(self) -> global___LocationIdentifier: ...
|
|
589
|
+
@property
|
|
590
|
+
def side2_locations(self) -> global___LocationIdentifier: ...
|
|
591
|
+
def __init__(self,
|
|
592
|
+
*,
|
|
593
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
594
|
+
simulation_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
595
|
+
side1_locations : typing.Optional[global___LocationIdentifier] = ...,
|
|
596
|
+
side2_locations : typing.Optional[global___LocationIdentifier] = ...,
|
|
597
|
+
) -> None: ...
|
|
598
|
+
def HasField(self, field_name: typing_extensions.Literal["_object_id",b"_object_id","object_id",b"object_id","side1_locations",b"side1_locations","side2_locations",b"side2_locations","simulation_id",b"simulation_id"]) -> builtins.bool: ...
|
|
599
|
+
def ClearField(self, field_name: typing_extensions.Literal["_object_id",b"_object_id","object_id",b"object_id","side1_locations",b"side1_locations","side2_locations",b"side2_locations","simulation_id",b"simulation_id"]) -> None: ...
|
|
600
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_object_id",b"_object_id"]) -> typing.Optional[typing_extensions.Literal["object_id"]]: ...
|
|
601
|
+
global___DoubleSidedScopedCreationData = DoubleSidedScopedCreationData
|
|
602
|
+
|
|
603
|
+
class LocationIdentifier(google.protobuf.message.Message):
|
|
604
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
605
|
+
LOCATION_IDS_FIELD_NUMBER: builtins.int
|
|
606
|
+
LOCATION_TYPE_FIELD_NUMBER: builtins.int
|
|
607
|
+
@property
|
|
608
|
+
def location_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
609
|
+
location_type: ansys.api.dbu.v0.dbumodels_pb2.LocationType.ValueType = ...
|
|
610
|
+
def __init__(self,
|
|
611
|
+
*,
|
|
612
|
+
location_ids : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
613
|
+
location_type : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.LocationType.ValueType] = ...,
|
|
614
|
+
) -> None: ...
|
|
615
|
+
def HasField(self, field_name: typing_extensions.Literal["_location_type",b"_location_type","location_type",b"location_type"]) -> builtins.bool: ...
|
|
616
|
+
def ClearField(self, field_name: typing_extensions.Literal["_location_type",b"_location_type","location_ids",b"location_ids","location_type",b"location_type"]) -> None: ...
|
|
617
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_location_type",b"_location_type"]) -> typing.Optional[typing_extensions.Literal["location_type"]]: ...
|
|
618
|
+
global___LocationIdentifier = LocationIdentifier
|
|
619
|
+
|
|
549
620
|
class ChangeResponse(google.protobuf.message.Message):
|
|
550
621
|
"""General Responses
|
|
551
622
|
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// Copyright 2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
|
|
2
|
+
syntax = "proto3";
|
|
3
|
+
package ansys.api.discovery.v0.engineeringdata.boltdata;
|
|
4
|
+
|
|
5
|
+
import "ansys/api/dbu/v0/dbumodels.proto";
|
|
6
|
+
import "ansys/api/discovery/v0/discoverymodels.proto";
|
|
7
|
+
|
|
8
|
+
option csharp_namespace = "Ansys.Api.Discovery.V0.EngineeringData";
|
|
9
|
+
|
|
10
|
+
service BoltData
|
|
11
|
+
{
|
|
12
|
+
//BoltData condition methods
|
|
13
|
+
rpc GetBoltDataFromLibrary(BoltDataLibraryRequest) returns (BoltDataCreationResponse);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
//BoltData
|
|
17
|
+
message BoltDataLibraryRequest{
|
|
18
|
+
string label = 1;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
message BoltDataCreationResponse{
|
|
22
|
+
CreationResponse condition_response = 1;
|
|
23
|
+
BoltDataDefinition condition_data = 2;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
//BoltData condition definitions
|
|
27
|
+
message BoltDataProperties {
|
|
28
|
+
string material_name = 1;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
message BoltDataDefinition {
|
|
32
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
33
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
34
|
+
string label = 3;
|
|
35
|
+
bool suppressed = 4;
|
|
36
|
+
BoltDataProperties bolt = 5;
|
|
37
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: ansys/api/discovery/v0/engineeringdata/boltdata.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.dbu.v0 import dbumodels_pb2 as ansys_dot_api_dot_dbu_dot_v0_dot_dbumodels__pb2
|
|
15
|
+
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5ansys/api/discovery/v0/engineeringdata/boltdata.proto\x12/ansys.api.discovery.v0.engineeringdata.boltdata\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\'\n\x16\x42oltDataLibraryRequest\x12\r\n\x05label\x18\x01 \x01(\t\"\xbd\x01\n\x18\x42oltDataCreationResponse\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\x32\x43.ansys.api.discovery.v0.engineeringdata.boltdata.BoltDataDefinition\"+\n\x12\x42oltDataProperties\x12\x15\n\rmaterial_name\x18\x01 \x01(\t\"\xff\x01\n\x12\x42oltDataDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x12\n\nsuppressed\x18\x04 \x01(\x08\x12Q\n\x04\x62olt\x18\x05 \x01(\x0b\x32\x43.ansys.api.discovery.v0.engineeringdata.boltdata.BoltDataProperties2\xb9\x01\n\x08\x42oltData\x12\xac\x01\n\x16GetBoltDataFromLibrary\x12G.ansys.api.discovery.v0.engineeringdata.boltdata.BoltDataLibraryRequest\x1aI.ansys.api.discovery.v0.engineeringdata.boltdata.BoltDataCreationResponseB)\xaa\x02&Ansys.Api.Discovery.V0.EngineeringDatab\x06proto3')
|
|
19
|
+
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.engineeringdata.boltdata_pb2', globals())
|
|
22
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
23
|
+
|
|
24
|
+
DESCRIPTOR._options = None
|
|
25
|
+
DESCRIPTOR._serialized_options = b'\252\002&Ansys.Api.Discovery.V0.EngineeringData'
|
|
26
|
+
_BOLTDATALIBRARYREQUEST._serialized_start=186
|
|
27
|
+
_BOLTDATALIBRARYREQUEST._serialized_end=225
|
|
28
|
+
_BOLTDATACREATIONRESPONSE._serialized_start=228
|
|
29
|
+
_BOLTDATACREATIONRESPONSE._serialized_end=417
|
|
30
|
+
_BOLTDATAPROPERTIES._serialized_start=419
|
|
31
|
+
_BOLTDATAPROPERTIES._serialized_end=462
|
|
32
|
+
_BOLTDATADEFINITION._serialized_start=465
|
|
33
|
+
_BOLTDATADEFINITION._serialized_end=720
|
|
34
|
+
_BOLTDATA._serialized_start=723
|
|
35
|
+
_BOLTDATA._serialized_end=908
|
|
36
|
+
# @@protoc_insertion_point(module_scope)
|