ansys-api-discovery 0.6.3__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.3.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.3.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 -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.4.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/top_level.txt +0 -0
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
3
|
import grpc
|
|
4
4
|
|
|
5
|
-
from ansys.api.discovery.v0 import
|
|
5
|
+
from ansys.api.discovery.v0.conditions import support_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2
|
|
6
6
|
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
class
|
|
9
|
+
class SupportStub(object):
|
|
10
10
|
"""Missing associated documentation comment in .proto file."""
|
|
11
11
|
|
|
12
12
|
def __init__(self, channel):
|
|
@@ -15,334 +15,347 @@ class ConditionsThermalStub(object):
|
|
|
15
15
|
Args:
|
|
16
16
|
channel: A grpc.Channel.
|
|
17
17
|
"""
|
|
18
|
-
self.
|
|
19
|
-
'/ansys.api.discovery.v0.conditions.
|
|
20
|
-
request_serializer=
|
|
21
|
-
response_deserializer=
|
|
18
|
+
self.CreateSupportFixed = channel.unary_unary(
|
|
19
|
+
'/ansys.api.discovery.v0.conditions.support.Support/CreateSupportFixed',
|
|
20
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
|
|
21
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
|
|
22
22
|
)
|
|
23
|
-
self.
|
|
24
|
-
'/ansys.api.discovery.v0.conditions.
|
|
25
|
-
request_serializer=
|
|
26
|
-
response_deserializer=
|
|
23
|
+
self.CreateSupportHinged = channel.unary_unary(
|
|
24
|
+
'/ansys.api.discovery.v0.conditions.support.Support/CreateSupportHinged',
|
|
25
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
|
|
26
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
|
|
27
27
|
)
|
|
28
|
-
self.
|
|
29
|
-
'/ansys.api.discovery.v0.conditions.
|
|
30
|
-
request_serializer=
|
|
31
|
-
response_deserializer=
|
|
28
|
+
self.CreateSupportSliding = channel.unary_unary(
|
|
29
|
+
'/ansys.api.discovery.v0.conditions.support.Support/CreateSupportSliding',
|
|
30
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
|
|
31
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
|
|
32
32
|
)
|
|
33
|
-
self.
|
|
34
|
-
'/ansys.api.discovery.v0.conditions.
|
|
35
|
-
request_serializer=
|
|
36
|
-
response_deserializer=
|
|
33
|
+
self.CreateSupportBall = channel.unary_unary(
|
|
34
|
+
'/ansys.api.discovery.v0.conditions.support.Support/CreateSupportBall',
|
|
35
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
|
|
36
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
|
|
37
37
|
)
|
|
38
|
-
self.
|
|
39
|
-
'/ansys.api.discovery.v0.conditions.
|
|
40
|
-
request_serializer=
|
|
38
|
+
self.CreateSupportDisplaced = channel.unary_unary(
|
|
39
|
+
'/ansys.api.discovery.v0.conditions.support.Support/CreateSupportDisplaced',
|
|
40
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportDisplacedCreationRequest.SerializeToString,
|
|
41
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportDisplacedCreationResponse.FromString,
|
|
42
|
+
)
|
|
43
|
+
self.ChangeSupportLocation = channel.unary_unary(
|
|
44
|
+
'/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportLocation',
|
|
45
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
41
46
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
42
47
|
)
|
|
43
|
-
self.
|
|
44
|
-
'/ansys.api.discovery.v0.conditions.
|
|
45
|
-
request_serializer=
|
|
48
|
+
self.ChangeSupportSpecification = channel.unary_unary(
|
|
49
|
+
'/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportSpecification',
|
|
50
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.ChangeSupportSpecificationRequest.SerializeToString,
|
|
46
51
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
47
52
|
)
|
|
48
|
-
self.
|
|
49
|
-
'/ansys.api.discovery.v0.conditions.
|
|
50
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
53
|
+
self.ChangeSupportDisplacedOrientation = channel.unary_unary(
|
|
54
|
+
'/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedOrientation',
|
|
55
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
|
|
51
56
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
52
57
|
)
|
|
53
|
-
self.
|
|
54
|
-
'/ansys.api.discovery.v0.conditions.
|
|
58
|
+
self.ChangeSupportDisplacedDX = channel.unary_unary(
|
|
59
|
+
'/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedDX',
|
|
55
60
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
56
61
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
57
62
|
)
|
|
58
|
-
self.
|
|
59
|
-
'/ansys.api.discovery.v0.conditions.
|
|
60
|
-
request_serializer=
|
|
63
|
+
self.ChangeSupportDisplacedDY = channel.unary_unary(
|
|
64
|
+
'/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedDY',
|
|
65
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
61
66
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
62
67
|
)
|
|
63
|
-
self.
|
|
64
|
-
'/ansys.api.discovery.v0.conditions.
|
|
65
|
-
request_serializer=
|
|
66
|
-
response_deserializer=
|
|
68
|
+
self.ChangeSupportDisplacedDZ = channel.unary_unary(
|
|
69
|
+
'/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedDZ',
|
|
70
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
71
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
67
72
|
)
|
|
68
|
-
self.
|
|
69
|
-
'/ansys.api.discovery.v0.conditions.
|
|
70
|
-
request_serializer=
|
|
71
|
-
response_deserializer=
|
|
73
|
+
self.ChangeSupportDisplacedRX = channel.unary_unary(
|
|
74
|
+
'/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedRX',
|
|
75
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
76
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
72
77
|
)
|
|
73
|
-
self.
|
|
74
|
-
'/ansys.api.discovery.v0.conditions.
|
|
75
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
78
|
+
self.ChangeSupportDisplacedRY = channel.unary_unary(
|
|
79
|
+
'/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedRY',
|
|
80
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
76
81
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
77
82
|
)
|
|
78
|
-
self.
|
|
79
|
-
'/ansys.api.discovery.v0.conditions.
|
|
83
|
+
self.ChangeSupportDisplacedRZ = channel.unary_unary(
|
|
84
|
+
'/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedRZ',
|
|
80
85
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
81
86
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
82
87
|
)
|
|
83
|
-
self.
|
|
84
|
-
'/ansys.api.discovery.v0.conditions.
|
|
85
|
-
request_serializer=
|
|
86
|
-
response_deserializer=
|
|
88
|
+
self.ChangeSupportDisplacedIsFixedDX = channel.unary_unary(
|
|
89
|
+
'/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedDX',
|
|
90
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
91
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
87
92
|
)
|
|
88
|
-
self.
|
|
89
|
-
'/ansys.api.discovery.v0.conditions.
|
|
90
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
93
|
+
self.ChangeSupportDisplacedIsFixedDY = channel.unary_unary(
|
|
94
|
+
'/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedDY',
|
|
95
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
91
96
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
92
97
|
)
|
|
93
|
-
self.
|
|
94
|
-
'/ansys.api.discovery.v0.conditions.
|
|
95
|
-
request_serializer=
|
|
96
|
-
response_deserializer=
|
|
98
|
+
self.ChangeSupportDisplacedIsFixedDZ = channel.unary_unary(
|
|
99
|
+
'/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedDZ',
|
|
100
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
101
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
97
102
|
)
|
|
98
|
-
self.
|
|
99
|
-
'/ansys.api.discovery.v0.conditions.
|
|
100
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
103
|
+
self.ChangeSupportDisplacedIsFixedRX = channel.unary_unary(
|
|
104
|
+
'/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedRX',
|
|
105
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
101
106
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
102
107
|
)
|
|
103
|
-
self.
|
|
104
|
-
'/ansys.api.discovery.v0.conditions.
|
|
105
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
108
|
+
self.ChangeSupportDisplacedIsFixedRY = channel.unary_unary(
|
|
109
|
+
'/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedRY',
|
|
110
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
106
111
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
107
112
|
)
|
|
108
|
-
self.
|
|
109
|
-
'/ansys.api.discovery.v0.conditions.
|
|
110
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
113
|
+
self.ChangeSupportDisplacedIsFixedRZ = channel.unary_unary(
|
|
114
|
+
'/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedRZ',
|
|
115
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
111
116
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
112
117
|
)
|
|
113
118
|
|
|
114
119
|
|
|
115
|
-
class
|
|
120
|
+
class SupportServicer(object):
|
|
116
121
|
"""Missing associated documentation comment in .proto file."""
|
|
117
122
|
|
|
118
|
-
def
|
|
119
|
-
"""
|
|
123
|
+
def CreateSupportFixed(self, request, context):
|
|
124
|
+
"""Support condition methods
|
|
120
125
|
"""
|
|
121
126
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
122
127
|
context.set_details('Method not implemented!')
|
|
123
128
|
raise NotImplementedError('Method not implemented!')
|
|
124
129
|
|
|
125
|
-
def
|
|
130
|
+
def CreateSupportHinged(self, request, context):
|
|
126
131
|
"""Missing associated documentation comment in .proto file."""
|
|
127
132
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
128
133
|
context.set_details('Method not implemented!')
|
|
129
134
|
raise NotImplementedError('Method not implemented!')
|
|
130
135
|
|
|
131
|
-
def
|
|
136
|
+
def CreateSupportSliding(self, request, context):
|
|
132
137
|
"""Missing associated documentation comment in .proto file."""
|
|
133
138
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
134
139
|
context.set_details('Method not implemented!')
|
|
135
140
|
raise NotImplementedError('Method not implemented!')
|
|
136
141
|
|
|
137
|
-
def
|
|
142
|
+
def CreateSupportBall(self, request, context):
|
|
138
143
|
"""Missing associated documentation comment in .proto file."""
|
|
139
144
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
140
145
|
context.set_details('Method not implemented!')
|
|
141
146
|
raise NotImplementedError('Method not implemented!')
|
|
142
147
|
|
|
143
|
-
def
|
|
148
|
+
def CreateSupportDisplaced(self, request, context):
|
|
144
149
|
"""Missing associated documentation comment in .proto file."""
|
|
145
150
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
146
151
|
context.set_details('Method not implemented!')
|
|
147
152
|
raise NotImplementedError('Method not implemented!')
|
|
148
153
|
|
|
149
|
-
def
|
|
154
|
+
def ChangeSupportLocation(self, request, context):
|
|
150
155
|
"""Missing associated documentation comment in .proto file."""
|
|
151
156
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
152
157
|
context.set_details('Method not implemented!')
|
|
153
158
|
raise NotImplementedError('Method not implemented!')
|
|
154
159
|
|
|
155
|
-
def
|
|
160
|
+
def ChangeSupportSpecification(self, request, context):
|
|
156
161
|
"""Missing associated documentation comment in .proto file."""
|
|
157
162
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
158
163
|
context.set_details('Method not implemented!')
|
|
159
164
|
raise NotImplementedError('Method not implemented!')
|
|
160
165
|
|
|
161
|
-
def
|
|
166
|
+
def ChangeSupportDisplacedOrientation(self, request, context):
|
|
162
167
|
"""Missing associated documentation comment in .proto file."""
|
|
163
168
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
164
169
|
context.set_details('Method not implemented!')
|
|
165
170
|
raise NotImplementedError('Method not implemented!')
|
|
166
171
|
|
|
167
|
-
def
|
|
172
|
+
def ChangeSupportDisplacedDX(self, request, context):
|
|
168
173
|
"""Missing associated documentation comment in .proto file."""
|
|
169
174
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
170
175
|
context.set_details('Method not implemented!')
|
|
171
176
|
raise NotImplementedError('Method not implemented!')
|
|
172
177
|
|
|
173
|
-
def
|
|
174
|
-
"""
|
|
175
|
-
"""
|
|
178
|
+
def ChangeSupportDisplacedDY(self, request, context):
|
|
179
|
+
"""Missing associated documentation comment in .proto file."""
|
|
176
180
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
177
181
|
context.set_details('Method not implemented!')
|
|
178
182
|
raise NotImplementedError('Method not implemented!')
|
|
179
183
|
|
|
180
|
-
def
|
|
184
|
+
def ChangeSupportDisplacedDZ(self, request, context):
|
|
181
185
|
"""Missing associated documentation comment in .proto file."""
|
|
182
186
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
183
187
|
context.set_details('Method not implemented!')
|
|
184
188
|
raise NotImplementedError('Method not implemented!')
|
|
185
189
|
|
|
186
|
-
def
|
|
190
|
+
def ChangeSupportDisplacedRX(self, request, context):
|
|
187
191
|
"""Missing associated documentation comment in .proto file."""
|
|
188
192
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
189
193
|
context.set_details('Method not implemented!')
|
|
190
194
|
raise NotImplementedError('Method not implemented!')
|
|
191
195
|
|
|
192
|
-
def
|
|
196
|
+
def ChangeSupportDisplacedRY(self, request, context):
|
|
193
197
|
"""Missing associated documentation comment in .proto file."""
|
|
194
198
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
195
199
|
context.set_details('Method not implemented!')
|
|
196
200
|
raise NotImplementedError('Method not implemented!')
|
|
197
201
|
|
|
198
|
-
def
|
|
199
|
-
"""
|
|
200
|
-
"""
|
|
202
|
+
def ChangeSupportDisplacedRZ(self, request, context):
|
|
203
|
+
"""Missing associated documentation comment in .proto file."""
|
|
201
204
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
202
205
|
context.set_details('Method not implemented!')
|
|
203
206
|
raise NotImplementedError('Method not implemented!')
|
|
204
207
|
|
|
205
|
-
def
|
|
208
|
+
def ChangeSupportDisplacedIsFixedDX(self, request, context):
|
|
206
209
|
"""Missing associated documentation comment in .proto file."""
|
|
207
210
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
208
211
|
context.set_details('Method not implemented!')
|
|
209
212
|
raise NotImplementedError('Method not implemented!')
|
|
210
213
|
|
|
211
|
-
def
|
|
212
|
-
"""
|
|
213
|
-
|
|
214
|
+
def ChangeSupportDisplacedIsFixedDY(self, request, context):
|
|
215
|
+
"""Missing associated documentation comment in .proto file."""
|
|
216
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
217
|
+
context.set_details('Method not implemented!')
|
|
218
|
+
raise NotImplementedError('Method not implemented!')
|
|
219
|
+
|
|
220
|
+
def ChangeSupportDisplacedIsFixedDZ(self, request, context):
|
|
221
|
+
"""Missing associated documentation comment in .proto file."""
|
|
214
222
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
215
223
|
context.set_details('Method not implemented!')
|
|
216
224
|
raise NotImplementedError('Method not implemented!')
|
|
217
225
|
|
|
218
|
-
def
|
|
226
|
+
def ChangeSupportDisplacedIsFixedRX(self, request, context):
|
|
219
227
|
"""Missing associated documentation comment in .proto file."""
|
|
220
228
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
221
229
|
context.set_details('Method not implemented!')
|
|
222
230
|
raise NotImplementedError('Method not implemented!')
|
|
223
231
|
|
|
224
|
-
def
|
|
232
|
+
def ChangeSupportDisplacedIsFixedRY(self, request, context):
|
|
225
233
|
"""Missing associated documentation comment in .proto file."""
|
|
226
234
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
227
235
|
context.set_details('Method not implemented!')
|
|
228
236
|
raise NotImplementedError('Method not implemented!')
|
|
229
237
|
|
|
230
|
-
def
|
|
238
|
+
def ChangeSupportDisplacedIsFixedRZ(self, request, context):
|
|
231
239
|
"""Missing associated documentation comment in .proto file."""
|
|
232
240
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
233
241
|
context.set_details('Method not implemented!')
|
|
234
242
|
raise NotImplementedError('Method not implemented!')
|
|
235
243
|
|
|
236
244
|
|
|
237
|
-
def
|
|
245
|
+
def add_SupportServicer_to_server(servicer, server):
|
|
238
246
|
rpc_method_handlers = {
|
|
239
|
-
'
|
|
240
|
-
servicer.
|
|
241
|
-
request_deserializer=
|
|
242
|
-
response_serializer=
|
|
247
|
+
'CreateSupportFixed': grpc.unary_unary_rpc_method_handler(
|
|
248
|
+
servicer.CreateSupportFixed,
|
|
249
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.FromString,
|
|
250
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.SerializeToString,
|
|
243
251
|
),
|
|
244
|
-
'
|
|
245
|
-
servicer.
|
|
246
|
-
request_deserializer=
|
|
247
|
-
response_serializer=
|
|
252
|
+
'CreateSupportHinged': grpc.unary_unary_rpc_method_handler(
|
|
253
|
+
servicer.CreateSupportHinged,
|
|
254
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.FromString,
|
|
255
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.SerializeToString,
|
|
248
256
|
),
|
|
249
|
-
'
|
|
250
|
-
servicer.
|
|
251
|
-
request_deserializer=
|
|
252
|
-
response_serializer=
|
|
257
|
+
'CreateSupportSliding': grpc.unary_unary_rpc_method_handler(
|
|
258
|
+
servicer.CreateSupportSliding,
|
|
259
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.FromString,
|
|
260
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.SerializeToString,
|
|
253
261
|
),
|
|
254
|
-
'
|
|
255
|
-
servicer.
|
|
256
|
-
request_deserializer=
|
|
257
|
-
response_serializer=
|
|
262
|
+
'CreateSupportBall': grpc.unary_unary_rpc_method_handler(
|
|
263
|
+
servicer.CreateSupportBall,
|
|
264
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.FromString,
|
|
265
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.SerializeToString,
|
|
258
266
|
),
|
|
259
|
-
'
|
|
260
|
-
servicer.
|
|
261
|
-
request_deserializer=
|
|
267
|
+
'CreateSupportDisplaced': grpc.unary_unary_rpc_method_handler(
|
|
268
|
+
servicer.CreateSupportDisplaced,
|
|
269
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportDisplacedCreationRequest.FromString,
|
|
270
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportDisplacedCreationResponse.SerializeToString,
|
|
271
|
+
),
|
|
272
|
+
'ChangeSupportLocation': grpc.unary_unary_rpc_method_handler(
|
|
273
|
+
servicer.ChangeSupportLocation,
|
|
274
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
|
|
262
275
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
263
276
|
),
|
|
264
|
-
'
|
|
265
|
-
servicer.
|
|
266
|
-
request_deserializer=
|
|
277
|
+
'ChangeSupportSpecification': grpc.unary_unary_rpc_method_handler(
|
|
278
|
+
servicer.ChangeSupportSpecification,
|
|
279
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.ChangeSupportSpecificationRequest.FromString,
|
|
267
280
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
268
281
|
),
|
|
269
|
-
'
|
|
270
|
-
servicer.
|
|
271
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
282
|
+
'ChangeSupportDisplacedOrientation': grpc.unary_unary_rpc_method_handler(
|
|
283
|
+
servicer.ChangeSupportDisplacedOrientation,
|
|
284
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.FromString,
|
|
272
285
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
273
286
|
),
|
|
274
|
-
'
|
|
275
|
-
servicer.
|
|
287
|
+
'ChangeSupportDisplacedDX': grpc.unary_unary_rpc_method_handler(
|
|
288
|
+
servicer.ChangeSupportDisplacedDX,
|
|
276
289
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
277
290
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
278
291
|
),
|
|
279
|
-
'
|
|
280
|
-
servicer.
|
|
281
|
-
request_deserializer=
|
|
292
|
+
'ChangeSupportDisplacedDY': grpc.unary_unary_rpc_method_handler(
|
|
293
|
+
servicer.ChangeSupportDisplacedDY,
|
|
294
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
282
295
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
283
296
|
),
|
|
284
|
-
'
|
|
285
|
-
servicer.
|
|
286
|
-
request_deserializer=
|
|
287
|
-
response_serializer=
|
|
297
|
+
'ChangeSupportDisplacedDZ': grpc.unary_unary_rpc_method_handler(
|
|
298
|
+
servicer.ChangeSupportDisplacedDZ,
|
|
299
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
300
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
288
301
|
),
|
|
289
|
-
'
|
|
290
|
-
servicer.
|
|
291
|
-
request_deserializer=
|
|
292
|
-
response_serializer=
|
|
302
|
+
'ChangeSupportDisplacedRX': grpc.unary_unary_rpc_method_handler(
|
|
303
|
+
servicer.ChangeSupportDisplacedRX,
|
|
304
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
305
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
293
306
|
),
|
|
294
|
-
'
|
|
295
|
-
servicer.
|
|
296
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
307
|
+
'ChangeSupportDisplacedRY': grpc.unary_unary_rpc_method_handler(
|
|
308
|
+
servicer.ChangeSupportDisplacedRY,
|
|
309
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
297
310
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
298
311
|
),
|
|
299
|
-
'
|
|
300
|
-
servicer.
|
|
312
|
+
'ChangeSupportDisplacedRZ': grpc.unary_unary_rpc_method_handler(
|
|
313
|
+
servicer.ChangeSupportDisplacedRZ,
|
|
301
314
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
302
315
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
303
316
|
),
|
|
304
|
-
'
|
|
305
|
-
servicer.
|
|
306
|
-
request_deserializer=
|
|
307
|
-
response_serializer=
|
|
317
|
+
'ChangeSupportDisplacedIsFixedDX': grpc.unary_unary_rpc_method_handler(
|
|
318
|
+
servicer.ChangeSupportDisplacedIsFixedDX,
|
|
319
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
320
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
308
321
|
),
|
|
309
|
-
'
|
|
310
|
-
servicer.
|
|
311
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
322
|
+
'ChangeSupportDisplacedIsFixedDY': grpc.unary_unary_rpc_method_handler(
|
|
323
|
+
servicer.ChangeSupportDisplacedIsFixedDY,
|
|
324
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
312
325
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
313
326
|
),
|
|
314
|
-
'
|
|
315
|
-
servicer.
|
|
316
|
-
request_deserializer=
|
|
317
|
-
response_serializer=
|
|
327
|
+
'ChangeSupportDisplacedIsFixedDZ': grpc.unary_unary_rpc_method_handler(
|
|
328
|
+
servicer.ChangeSupportDisplacedIsFixedDZ,
|
|
329
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
330
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
318
331
|
),
|
|
319
|
-
'
|
|
320
|
-
servicer.
|
|
321
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
332
|
+
'ChangeSupportDisplacedIsFixedRX': grpc.unary_unary_rpc_method_handler(
|
|
333
|
+
servicer.ChangeSupportDisplacedIsFixedRX,
|
|
334
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
322
335
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
323
336
|
),
|
|
324
|
-
'
|
|
325
|
-
servicer.
|
|
326
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
337
|
+
'ChangeSupportDisplacedIsFixedRY': grpc.unary_unary_rpc_method_handler(
|
|
338
|
+
servicer.ChangeSupportDisplacedIsFixedRY,
|
|
339
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
327
340
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
328
341
|
),
|
|
329
|
-
'
|
|
330
|
-
servicer.
|
|
331
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
342
|
+
'ChangeSupportDisplacedIsFixedRZ': grpc.unary_unary_rpc_method_handler(
|
|
343
|
+
servicer.ChangeSupportDisplacedIsFixedRZ,
|
|
344
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
332
345
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
333
346
|
),
|
|
334
347
|
}
|
|
335
348
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
336
|
-
'ansys.api.discovery.v0.conditions.
|
|
349
|
+
'ansys.api.discovery.v0.conditions.support.Support', rpc_method_handlers)
|
|
337
350
|
server.add_generic_rpc_handlers((generic_handler,))
|
|
338
351
|
|
|
339
352
|
|
|
340
353
|
# This class is part of an EXPERIMENTAL API.
|
|
341
|
-
class
|
|
354
|
+
class Support(object):
|
|
342
355
|
"""Missing associated documentation comment in .proto file."""
|
|
343
356
|
|
|
344
357
|
@staticmethod
|
|
345
|
-
def
|
|
358
|
+
def CreateSupportFixed(request,
|
|
346
359
|
target,
|
|
347
360
|
options=(),
|
|
348
361
|
channel_credentials=None,
|
|
@@ -352,14 +365,14 @@ class ConditionsThermal(object):
|
|
|
352
365
|
wait_for_ready=None,
|
|
353
366
|
timeout=None,
|
|
354
367
|
metadata=None):
|
|
355
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
356
|
-
|
|
357
|
-
|
|
368
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/CreateSupportFixed',
|
|
369
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
|
|
370
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
|
|
358
371
|
options, channel_credentials,
|
|
359
372
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
360
373
|
|
|
361
374
|
@staticmethod
|
|
362
|
-
def
|
|
375
|
+
def CreateSupportHinged(request,
|
|
363
376
|
target,
|
|
364
377
|
options=(),
|
|
365
378
|
channel_credentials=None,
|
|
@@ -369,14 +382,14 @@ class ConditionsThermal(object):
|
|
|
369
382
|
wait_for_ready=None,
|
|
370
383
|
timeout=None,
|
|
371
384
|
metadata=None):
|
|
372
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
373
|
-
|
|
374
|
-
|
|
385
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/CreateSupportHinged',
|
|
386
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
|
|
387
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
|
|
375
388
|
options, channel_credentials,
|
|
376
389
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
377
390
|
|
|
378
391
|
@staticmethod
|
|
379
|
-
def
|
|
392
|
+
def CreateSupportSliding(request,
|
|
380
393
|
target,
|
|
381
394
|
options=(),
|
|
382
395
|
channel_credentials=None,
|
|
@@ -386,14 +399,14 @@ class ConditionsThermal(object):
|
|
|
386
399
|
wait_for_ready=None,
|
|
387
400
|
timeout=None,
|
|
388
401
|
metadata=None):
|
|
389
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
390
|
-
|
|
391
|
-
|
|
402
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/CreateSupportSliding',
|
|
403
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
|
|
404
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
|
|
392
405
|
options, channel_credentials,
|
|
393
406
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
394
407
|
|
|
395
408
|
@staticmethod
|
|
396
|
-
def
|
|
409
|
+
def CreateSupportBall(request,
|
|
397
410
|
target,
|
|
398
411
|
options=(),
|
|
399
412
|
channel_credentials=None,
|
|
@@ -403,14 +416,14 @@ class ConditionsThermal(object):
|
|
|
403
416
|
wait_for_ready=None,
|
|
404
417
|
timeout=None,
|
|
405
418
|
metadata=None):
|
|
406
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
407
|
-
|
|
408
|
-
|
|
419
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/CreateSupportBall',
|
|
420
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
|
|
421
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
|
|
409
422
|
options, channel_credentials,
|
|
410
423
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
411
424
|
|
|
412
425
|
@staticmethod
|
|
413
|
-
def
|
|
426
|
+
def CreateSupportDisplaced(request,
|
|
414
427
|
target,
|
|
415
428
|
options=(),
|
|
416
429
|
channel_credentials=None,
|
|
@@ -420,14 +433,31 @@ class ConditionsThermal(object):
|
|
|
420
433
|
wait_for_ready=None,
|
|
421
434
|
timeout=None,
|
|
422
435
|
metadata=None):
|
|
423
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
424
|
-
|
|
436
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/CreateSupportDisplaced',
|
|
437
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportDisplacedCreationRequest.SerializeToString,
|
|
438
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportDisplacedCreationResponse.FromString,
|
|
439
|
+
options, channel_credentials,
|
|
440
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
441
|
+
|
|
442
|
+
@staticmethod
|
|
443
|
+
def ChangeSupportLocation(request,
|
|
444
|
+
target,
|
|
445
|
+
options=(),
|
|
446
|
+
channel_credentials=None,
|
|
447
|
+
call_credentials=None,
|
|
448
|
+
insecure=False,
|
|
449
|
+
compression=None,
|
|
450
|
+
wait_for_ready=None,
|
|
451
|
+
timeout=None,
|
|
452
|
+
metadata=None):
|
|
453
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportLocation',
|
|
454
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
425
455
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
426
456
|
options, channel_credentials,
|
|
427
457
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
428
458
|
|
|
429
459
|
@staticmethod
|
|
430
|
-
def
|
|
460
|
+
def ChangeSupportSpecification(request,
|
|
431
461
|
target,
|
|
432
462
|
options=(),
|
|
433
463
|
channel_credentials=None,
|
|
@@ -437,14 +467,14 @@ class ConditionsThermal(object):
|
|
|
437
467
|
wait_for_ready=None,
|
|
438
468
|
timeout=None,
|
|
439
469
|
metadata=None):
|
|
440
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
441
|
-
|
|
470
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportSpecification',
|
|
471
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.ChangeSupportSpecificationRequest.SerializeToString,
|
|
442
472
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
443
473
|
options, channel_credentials,
|
|
444
474
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
445
475
|
|
|
446
476
|
@staticmethod
|
|
447
|
-
def
|
|
477
|
+
def ChangeSupportDisplacedOrientation(request,
|
|
448
478
|
target,
|
|
449
479
|
options=(),
|
|
450
480
|
channel_credentials=None,
|
|
@@ -454,14 +484,14 @@ class ConditionsThermal(object):
|
|
|
454
484
|
wait_for_ready=None,
|
|
455
485
|
timeout=None,
|
|
456
486
|
metadata=None):
|
|
457
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
458
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
487
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedOrientation',
|
|
488
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
|
|
459
489
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
460
490
|
options, channel_credentials,
|
|
461
491
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
462
492
|
|
|
463
493
|
@staticmethod
|
|
464
|
-
def
|
|
494
|
+
def ChangeSupportDisplacedDX(request,
|
|
465
495
|
target,
|
|
466
496
|
options=(),
|
|
467
497
|
channel_credentials=None,
|
|
@@ -471,14 +501,14 @@ class ConditionsThermal(object):
|
|
|
471
501
|
wait_for_ready=None,
|
|
472
502
|
timeout=None,
|
|
473
503
|
metadata=None):
|
|
474
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
504
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedDX',
|
|
475
505
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
476
506
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
477
507
|
options, channel_credentials,
|
|
478
508
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
479
509
|
|
|
480
510
|
@staticmethod
|
|
481
|
-
def
|
|
511
|
+
def ChangeSupportDisplacedDY(request,
|
|
482
512
|
target,
|
|
483
513
|
options=(),
|
|
484
514
|
channel_credentials=None,
|
|
@@ -488,14 +518,14 @@ class ConditionsThermal(object):
|
|
|
488
518
|
wait_for_ready=None,
|
|
489
519
|
timeout=None,
|
|
490
520
|
metadata=None):
|
|
491
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
492
|
-
|
|
521
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedDY',
|
|
522
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
493
523
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
494
524
|
options, channel_credentials,
|
|
495
525
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
496
526
|
|
|
497
527
|
@staticmethod
|
|
498
|
-
def
|
|
528
|
+
def ChangeSupportDisplacedDZ(request,
|
|
499
529
|
target,
|
|
500
530
|
options=(),
|
|
501
531
|
channel_credentials=None,
|
|
@@ -505,14 +535,14 @@ class ConditionsThermal(object):
|
|
|
505
535
|
wait_for_ready=None,
|
|
506
536
|
timeout=None,
|
|
507
537
|
metadata=None):
|
|
508
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
509
|
-
|
|
510
|
-
|
|
538
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedDZ',
|
|
539
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
540
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
511
541
|
options, channel_credentials,
|
|
512
542
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
513
543
|
|
|
514
544
|
@staticmethod
|
|
515
|
-
def
|
|
545
|
+
def ChangeSupportDisplacedRX(request,
|
|
516
546
|
target,
|
|
517
547
|
options=(),
|
|
518
548
|
channel_credentials=None,
|
|
@@ -522,14 +552,14 @@ class ConditionsThermal(object):
|
|
|
522
552
|
wait_for_ready=None,
|
|
523
553
|
timeout=None,
|
|
524
554
|
metadata=None):
|
|
525
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
526
|
-
|
|
527
|
-
|
|
555
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedRX',
|
|
556
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
557
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
528
558
|
options, channel_credentials,
|
|
529
559
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
530
560
|
|
|
531
561
|
@staticmethod
|
|
532
|
-
def
|
|
562
|
+
def ChangeSupportDisplacedRY(request,
|
|
533
563
|
target,
|
|
534
564
|
options=(),
|
|
535
565
|
channel_credentials=None,
|
|
@@ -539,14 +569,14 @@ class ConditionsThermal(object):
|
|
|
539
569
|
wait_for_ready=None,
|
|
540
570
|
timeout=None,
|
|
541
571
|
metadata=None):
|
|
542
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
543
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
572
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedRY',
|
|
573
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
544
574
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
545
575
|
options, channel_credentials,
|
|
546
576
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
547
577
|
|
|
548
578
|
@staticmethod
|
|
549
|
-
def
|
|
579
|
+
def ChangeSupportDisplacedRZ(request,
|
|
550
580
|
target,
|
|
551
581
|
options=(),
|
|
552
582
|
channel_credentials=None,
|
|
@@ -556,14 +586,14 @@ class ConditionsThermal(object):
|
|
|
556
586
|
wait_for_ready=None,
|
|
557
587
|
timeout=None,
|
|
558
588
|
metadata=None):
|
|
559
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
589
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedRZ',
|
|
560
590
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
561
591
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
562
592
|
options, channel_credentials,
|
|
563
593
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
564
594
|
|
|
565
595
|
@staticmethod
|
|
566
|
-
def
|
|
596
|
+
def ChangeSupportDisplacedIsFixedDX(request,
|
|
567
597
|
target,
|
|
568
598
|
options=(),
|
|
569
599
|
channel_credentials=None,
|
|
@@ -573,14 +603,14 @@ class ConditionsThermal(object):
|
|
|
573
603
|
wait_for_ready=None,
|
|
574
604
|
timeout=None,
|
|
575
605
|
metadata=None):
|
|
576
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
577
|
-
|
|
578
|
-
|
|
606
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedDX',
|
|
607
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
608
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
579
609
|
options, channel_credentials,
|
|
580
610
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
581
611
|
|
|
582
612
|
@staticmethod
|
|
583
|
-
def
|
|
613
|
+
def ChangeSupportDisplacedIsFixedDY(request,
|
|
584
614
|
target,
|
|
585
615
|
options=(),
|
|
586
616
|
channel_credentials=None,
|
|
@@ -590,14 +620,14 @@ class ConditionsThermal(object):
|
|
|
590
620
|
wait_for_ready=None,
|
|
591
621
|
timeout=None,
|
|
592
622
|
metadata=None):
|
|
593
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
594
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
623
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedDY',
|
|
624
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
595
625
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
596
626
|
options, channel_credentials,
|
|
597
627
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
598
628
|
|
|
599
629
|
@staticmethod
|
|
600
|
-
def
|
|
630
|
+
def ChangeSupportDisplacedIsFixedDZ(request,
|
|
601
631
|
target,
|
|
602
632
|
options=(),
|
|
603
633
|
channel_credentials=None,
|
|
@@ -607,14 +637,14 @@ class ConditionsThermal(object):
|
|
|
607
637
|
wait_for_ready=None,
|
|
608
638
|
timeout=None,
|
|
609
639
|
metadata=None):
|
|
610
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
611
|
-
|
|
612
|
-
|
|
640
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedDZ',
|
|
641
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
642
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
613
643
|
options, channel_credentials,
|
|
614
644
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
615
645
|
|
|
616
646
|
@staticmethod
|
|
617
|
-
def
|
|
647
|
+
def ChangeSupportDisplacedIsFixedRX(request,
|
|
618
648
|
target,
|
|
619
649
|
options=(),
|
|
620
650
|
channel_credentials=None,
|
|
@@ -624,14 +654,14 @@ class ConditionsThermal(object):
|
|
|
624
654
|
wait_for_ready=None,
|
|
625
655
|
timeout=None,
|
|
626
656
|
metadata=None):
|
|
627
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
628
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
657
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedRX',
|
|
658
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
629
659
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
630
660
|
options, channel_credentials,
|
|
631
661
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
632
662
|
|
|
633
663
|
@staticmethod
|
|
634
|
-
def
|
|
664
|
+
def ChangeSupportDisplacedIsFixedRY(request,
|
|
635
665
|
target,
|
|
636
666
|
options=(),
|
|
637
667
|
channel_credentials=None,
|
|
@@ -641,14 +671,14 @@ class ConditionsThermal(object):
|
|
|
641
671
|
wait_for_ready=None,
|
|
642
672
|
timeout=None,
|
|
643
673
|
metadata=None):
|
|
644
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
645
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
674
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedRY',
|
|
675
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
646
676
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
647
677
|
options, channel_credentials,
|
|
648
678
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
649
679
|
|
|
650
680
|
@staticmethod
|
|
651
|
-
def
|
|
681
|
+
def ChangeSupportDisplacedIsFixedRZ(request,
|
|
652
682
|
target,
|
|
653
683
|
options=(),
|
|
654
684
|
channel_credentials=None,
|
|
@@ -658,8 +688,8 @@ class ConditionsThermal(object):
|
|
|
658
688
|
wait_for_ready=None,
|
|
659
689
|
timeout=None,
|
|
660
690
|
metadata=None):
|
|
661
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
662
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
691
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedRZ',
|
|
692
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
663
693
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
664
694
|
options, channel_credentials,
|
|
665
695
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|