ansys-api-discovery 0.6.2__py3-none-any.whl → 0.6.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ansys-api-discovery might be problematic. Click here for more details.
- ansys/api/discovery/VERSION +1 -1
- ansys/api/discovery/v0/assignments/boltassignment.proto +40 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.py +37 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.pyi +95 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/conditions/acceleration.proto +52 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.py +365 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.pyi +118 -0
- ansys/api/discovery/v0/conditions/bearing.proto +47 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.py +200 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.pyi +68 -0
- ansys/api/discovery/v0/conditions/boltpreload.proto +94 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.pyi +218 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/{conditions.proto → conditions/condition.proto} +5 -4
- ansys/api/discovery/v0/conditions/condition_pb2.py +34 -0
- ansys/api/discovery/v0/{conditions_pb2.pyi → conditions/condition_pb2.pyi} +13 -6
- ansys/api/discovery/v0/{conditions_pb2_grpc.py → conditions/condition_pb2_grpc.py} +21 -21
- ansys/api/discovery/v0/{conditions_pb2_grpc.pyi → conditions/condition_pb2_grpc.pyi} +10 -10
- ansys/api/discovery/v0/conditions/convection.proto +43 -0
- ansys/api/discovery/v0/conditions/convection_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/convection_pb2.pyi +89 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/displacement.proto +105 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.pyi +209 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/{conditionsfluid.proto → conditions/flow.proto} +19 -24
- ansys/api/discovery/v0/conditions/flow_pb2.py +86 -0
- ansys/api/discovery/v0/{conditionsfluid_pb2.pyi → conditions/flow_pb2.pyi} +51 -34
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.py → conditions/flow_pb2_grpc.py} +86 -86
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.pyi → conditions/flow_pb2_grpc.pyi} +32 -32
- ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +13 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +28 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.pyi +7 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.py +66 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.pyi +24 -0
- ansys/api/discovery/v0/conditions/force.proto +131 -0
- ansys/api/discovery/v0/conditions/force_pb2.py +56 -0
- ansys/api/discovery/v0/conditions/force_pb2.pyi +286 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.py +829 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.pyi +257 -0
- ansys/api/discovery/v0/conditions/gravity.proto +39 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.py +32 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.pyi +65 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.pyi +91 -0
- ansys/api/discovery/v0/conditions/heat.proto +90 -0
- ansys/api/discovery/v0/conditions/heat_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/heat_pb2.pyi +210 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.py +332 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.pyi +108 -0
- ansys/api/discovery/v0/conditions/insulated.proto +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.pyi +73 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.py +100 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.pyi +35 -0
- ansys/api/discovery/v0/conditions/mass.proto +49 -0
- ansys/api/discovery/v0/conditions/mass_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/mass_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.pyi +88 -0
- ansys/api/discovery/v0/conditions/moment.proto +67 -0
- ansys/api/discovery/v0/conditions/moment_pb2.py +40 -0
- ansys/api/discovery/v0/conditions/moment_pb2.pyi +132 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.py +398 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.pyi +128 -0
- ansys/api/discovery/v0/conditions/porous.proto +116 -0
- ansys/api/discovery/v0/conditions/porous_pb2.py +44 -0
- ansys/api/discovery/v0/conditions/porous_pb2.pyi +217 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +534 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +181 -0
- ansys/api/discovery/v0/conditions/pressure.proto +43 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.py +134 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.pyi +48 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +57 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.py +136 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.pyi +54 -0
- ansys/api/discovery/v0/conditions/solidtemperature.proto +40 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.pyi +81 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/springpreload.proto +105 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.py +50 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.pyi +250 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/conditions/support.proto +98 -0
- ansys/api/discovery/v0/conditions/support_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/support_pb2.pyi +200 -0
- ansys/api/discovery/v0/{conditionsthermal_pb2_grpc.py → conditions/support_pb2_grpc.py} +251 -221
- ansys/api/discovery/v0/conditions/support_pb2_grpc.pyi +218 -0
- ansys/api/discovery/v0/conditions/velocity.proto +58 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.py +497 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.pyi +158 -0
- ansys/api/discovery/v0/conditions/wall.proto +209 -0
- ansys/api/discovery/v0/conditions/wall_pb2.py +70 -0
- ansys/api/discovery/v0/conditions/wall_pb2.pyi +494 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +633 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +211 -0
- ansys/api/discovery/v0/connections/contact.proto +110 -0
- ansys/api/discovery/v0/connections/contact_pb2.py +46 -0
- ansys/api/discovery/v0/connections/contact_pb2.pyi +242 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/connections/contactgroup.proto +89 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.py +37 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +178 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +860 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +266 -0
- ansys/api/discovery/v0/connections/joint.proto +56 -0
- ansys/api/discovery/v0/connections/joint_pb2.py +40 -0
- ansys/api/discovery/v0/connections/joint_pb2.pyi +129 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.py +167 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.pyi +58 -0
- ansys/api/discovery/v0/discoverymodels.proto +34 -17
- ansys/api/discovery/v0/discoverymodels_pb2.py +46 -40
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +118 -47
- ansys/api/discovery/v0/engineeringdata/boltdata.proto +37 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.py +36 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.pyi +81 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/monitors.proto +4 -4
- ansys/api/discovery/v0/monitors_pb2.py +10 -10
- ansys/api/discovery/v0/monitors_pb2.pyi +11 -11
- ansys/api/discovery/v0/solution.proto +4 -3
- ansys/api/discovery/v0/solution_pb2.py +16 -15
- ansys/api/discovery/v0/solution_pb2.pyi +11 -7
- ansys/api/discovery/v0/unsupported.proto +10 -0
- ansys/api/discovery/v0/unsupported_pb2.py +5 -3
- ansys/api/discovery/v0/unsupported_pb2.pyi +14 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.py +68 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +24 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/METADATA +13 -4
- ansys_api_discovery-0.6.4.dist-info/RECORD +200 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/WHEEL +1 -1
- ansys/api/discovery/v0/conditions_pb2.py +0 -33
- ansys/api/discovery/v0/conditionsfluid_pb2.py +0 -85
- ansys/api/discovery/v0/conditionsstructural.proto +0 -407
- ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -113
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -839
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -2746
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -854
- ansys/api/discovery/v0/conditionsthermal.proto +0 -179
- ansys/api/discovery/v0/conditionsthermal_pb2.py +0 -63
- ansys/api/discovery/v0/conditionsthermal_pb2.pyi +0 -399
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +0 -217
- ansys_api_discovery-0.6.2.dist-info/RECORD +0 -85
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,497 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
|
|
5
|
+
from ansys.api.discovery.v0.conditions import velocity_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_velocity__pb2
|
|
6
|
+
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class VelocityStub(object):
|
|
10
|
+
"""Missing associated documentation comment in .proto file."""
|
|
11
|
+
|
|
12
|
+
def __init__(self, channel):
|
|
13
|
+
"""Constructor.
|
|
14
|
+
|
|
15
|
+
Args:
|
|
16
|
+
channel: A grpc.Channel.
|
|
17
|
+
"""
|
|
18
|
+
self.CreateVelocity = channel.unary_unary(
|
|
19
|
+
'/ansys.api.discovery.v0.conditions.velocity.Velocity/CreateVelocity',
|
|
20
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_velocity__pb2.VelocityCreationRequest.SerializeToString,
|
|
21
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_velocity__pb2.VelocityCreationResponse.FromString,
|
|
22
|
+
)
|
|
23
|
+
self.ChangeVelocityLocation = channel.unary_unary(
|
|
24
|
+
'/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityLocation',
|
|
25
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
26
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
27
|
+
)
|
|
28
|
+
self.ChangeVelocityOrientation = channel.unary_unary(
|
|
29
|
+
'/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityOrientation',
|
|
30
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
|
|
31
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
32
|
+
)
|
|
33
|
+
self.ChangeVelocityRX = channel.unary_unary(
|
|
34
|
+
'/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityRX',
|
|
35
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
36
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
37
|
+
)
|
|
38
|
+
self.ChangeVelocityRY = channel.unary_unary(
|
|
39
|
+
'/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityRY',
|
|
40
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
41
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
42
|
+
)
|
|
43
|
+
self.ChangeVelocityRZ = channel.unary_unary(
|
|
44
|
+
'/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityRZ',
|
|
45
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
46
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
47
|
+
)
|
|
48
|
+
self.ChangeVelocityRotationalMagnitude = channel.unary_unary(
|
|
49
|
+
'/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityRotationalMagnitude',
|
|
50
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
51
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
52
|
+
)
|
|
53
|
+
self.ChangeVelocityIsFixedRX = channel.unary_unary(
|
|
54
|
+
'/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityIsFixedRX',
|
|
55
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
56
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
57
|
+
)
|
|
58
|
+
self.ChangeVelocityIsFixedRY = channel.unary_unary(
|
|
59
|
+
'/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityIsFixedRY',
|
|
60
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
61
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
62
|
+
)
|
|
63
|
+
self.ChangeVelocityIsFixedRZ = channel.unary_unary(
|
|
64
|
+
'/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityIsFixedRZ',
|
|
65
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
66
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
67
|
+
)
|
|
68
|
+
self.ChangeVelocityUseRemotePointEnabled = channel.unary_unary(
|
|
69
|
+
'/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityUseRemotePointEnabled',
|
|
70
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
71
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
72
|
+
)
|
|
73
|
+
self.ChangeVelocityRemotePositionX = channel.unary_unary(
|
|
74
|
+
'/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityRemotePositionX',
|
|
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,
|
|
77
|
+
)
|
|
78
|
+
self.ChangeVelocityRemotePositionY = channel.unary_unary(
|
|
79
|
+
'/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityRemotePositionY',
|
|
80
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
81
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
82
|
+
)
|
|
83
|
+
self.ChangeVelocityRemotePositionZ = channel.unary_unary(
|
|
84
|
+
'/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityRemotePositionZ',
|
|
85
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
86
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
87
|
+
)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
class VelocityServicer(object):
|
|
91
|
+
"""Missing associated documentation comment in .proto file."""
|
|
92
|
+
|
|
93
|
+
def CreateVelocity(self, request, context):
|
|
94
|
+
"""Velocity condition methods
|
|
95
|
+
"""
|
|
96
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
97
|
+
context.set_details('Method not implemented!')
|
|
98
|
+
raise NotImplementedError('Method not implemented!')
|
|
99
|
+
|
|
100
|
+
def ChangeVelocityLocation(self, request, context):
|
|
101
|
+
"""Missing associated documentation comment in .proto file."""
|
|
102
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
103
|
+
context.set_details('Method not implemented!')
|
|
104
|
+
raise NotImplementedError('Method not implemented!')
|
|
105
|
+
|
|
106
|
+
def ChangeVelocityOrientation(self, request, context):
|
|
107
|
+
"""Missing associated documentation comment in .proto file."""
|
|
108
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
109
|
+
context.set_details('Method not implemented!')
|
|
110
|
+
raise NotImplementedError('Method not implemented!')
|
|
111
|
+
|
|
112
|
+
def ChangeVelocityRX(self, request, context):
|
|
113
|
+
"""Missing associated documentation comment in .proto file."""
|
|
114
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
115
|
+
context.set_details('Method not implemented!')
|
|
116
|
+
raise NotImplementedError('Method not implemented!')
|
|
117
|
+
|
|
118
|
+
def ChangeVelocityRY(self, request, context):
|
|
119
|
+
"""Missing associated documentation comment in .proto file."""
|
|
120
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
121
|
+
context.set_details('Method not implemented!')
|
|
122
|
+
raise NotImplementedError('Method not implemented!')
|
|
123
|
+
|
|
124
|
+
def ChangeVelocityRZ(self, request, context):
|
|
125
|
+
"""Missing associated documentation comment in .proto file."""
|
|
126
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
127
|
+
context.set_details('Method not implemented!')
|
|
128
|
+
raise NotImplementedError('Method not implemented!')
|
|
129
|
+
|
|
130
|
+
def ChangeVelocityRotationalMagnitude(self, request, context):
|
|
131
|
+
"""Missing associated documentation comment in .proto file."""
|
|
132
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
133
|
+
context.set_details('Method not implemented!')
|
|
134
|
+
raise NotImplementedError('Method not implemented!')
|
|
135
|
+
|
|
136
|
+
def ChangeVelocityIsFixedRX(self, request, context):
|
|
137
|
+
"""Missing associated documentation comment in .proto file."""
|
|
138
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
139
|
+
context.set_details('Method not implemented!')
|
|
140
|
+
raise NotImplementedError('Method not implemented!')
|
|
141
|
+
|
|
142
|
+
def ChangeVelocityIsFixedRY(self, request, context):
|
|
143
|
+
"""Missing associated documentation comment in .proto file."""
|
|
144
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
145
|
+
context.set_details('Method not implemented!')
|
|
146
|
+
raise NotImplementedError('Method not implemented!')
|
|
147
|
+
|
|
148
|
+
def ChangeVelocityIsFixedRZ(self, request, context):
|
|
149
|
+
"""Missing associated documentation comment in .proto file."""
|
|
150
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
151
|
+
context.set_details('Method not implemented!')
|
|
152
|
+
raise NotImplementedError('Method not implemented!')
|
|
153
|
+
|
|
154
|
+
def ChangeVelocityUseRemotePointEnabled(self, request, context):
|
|
155
|
+
"""Missing associated documentation comment in .proto file."""
|
|
156
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
157
|
+
context.set_details('Method not implemented!')
|
|
158
|
+
raise NotImplementedError('Method not implemented!')
|
|
159
|
+
|
|
160
|
+
def ChangeVelocityRemotePositionX(self, request, context):
|
|
161
|
+
"""Missing associated documentation comment in .proto file."""
|
|
162
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
163
|
+
context.set_details('Method not implemented!')
|
|
164
|
+
raise NotImplementedError('Method not implemented!')
|
|
165
|
+
|
|
166
|
+
def ChangeVelocityRemotePositionY(self, request, context):
|
|
167
|
+
"""Missing associated documentation comment in .proto file."""
|
|
168
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
169
|
+
context.set_details('Method not implemented!')
|
|
170
|
+
raise NotImplementedError('Method not implemented!')
|
|
171
|
+
|
|
172
|
+
def ChangeVelocityRemotePositionZ(self, request, context):
|
|
173
|
+
"""Missing associated documentation comment in .proto file."""
|
|
174
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
175
|
+
context.set_details('Method not implemented!')
|
|
176
|
+
raise NotImplementedError('Method not implemented!')
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
def add_VelocityServicer_to_server(servicer, server):
|
|
180
|
+
rpc_method_handlers = {
|
|
181
|
+
'CreateVelocity': grpc.unary_unary_rpc_method_handler(
|
|
182
|
+
servicer.CreateVelocity,
|
|
183
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_velocity__pb2.VelocityCreationRequest.FromString,
|
|
184
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_velocity__pb2.VelocityCreationResponse.SerializeToString,
|
|
185
|
+
),
|
|
186
|
+
'ChangeVelocityLocation': grpc.unary_unary_rpc_method_handler(
|
|
187
|
+
servicer.ChangeVelocityLocation,
|
|
188
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
|
|
189
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
190
|
+
),
|
|
191
|
+
'ChangeVelocityOrientation': grpc.unary_unary_rpc_method_handler(
|
|
192
|
+
servicer.ChangeVelocityOrientation,
|
|
193
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.FromString,
|
|
194
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
195
|
+
),
|
|
196
|
+
'ChangeVelocityRX': grpc.unary_unary_rpc_method_handler(
|
|
197
|
+
servicer.ChangeVelocityRX,
|
|
198
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
199
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
200
|
+
),
|
|
201
|
+
'ChangeVelocityRY': grpc.unary_unary_rpc_method_handler(
|
|
202
|
+
servicer.ChangeVelocityRY,
|
|
203
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
204
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
205
|
+
),
|
|
206
|
+
'ChangeVelocityRZ': grpc.unary_unary_rpc_method_handler(
|
|
207
|
+
servicer.ChangeVelocityRZ,
|
|
208
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
209
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
210
|
+
),
|
|
211
|
+
'ChangeVelocityRotationalMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
212
|
+
servicer.ChangeVelocityRotationalMagnitude,
|
|
213
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
214
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
215
|
+
),
|
|
216
|
+
'ChangeVelocityIsFixedRX': grpc.unary_unary_rpc_method_handler(
|
|
217
|
+
servicer.ChangeVelocityIsFixedRX,
|
|
218
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
219
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
220
|
+
),
|
|
221
|
+
'ChangeVelocityIsFixedRY': grpc.unary_unary_rpc_method_handler(
|
|
222
|
+
servicer.ChangeVelocityIsFixedRY,
|
|
223
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
224
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
225
|
+
),
|
|
226
|
+
'ChangeVelocityIsFixedRZ': grpc.unary_unary_rpc_method_handler(
|
|
227
|
+
servicer.ChangeVelocityIsFixedRZ,
|
|
228
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
229
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
230
|
+
),
|
|
231
|
+
'ChangeVelocityUseRemotePointEnabled': grpc.unary_unary_rpc_method_handler(
|
|
232
|
+
servicer.ChangeVelocityUseRemotePointEnabled,
|
|
233
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
234
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
235
|
+
),
|
|
236
|
+
'ChangeVelocityRemotePositionX': grpc.unary_unary_rpc_method_handler(
|
|
237
|
+
servicer.ChangeVelocityRemotePositionX,
|
|
238
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
239
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
240
|
+
),
|
|
241
|
+
'ChangeVelocityRemotePositionY': grpc.unary_unary_rpc_method_handler(
|
|
242
|
+
servicer.ChangeVelocityRemotePositionY,
|
|
243
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
244
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
245
|
+
),
|
|
246
|
+
'ChangeVelocityRemotePositionZ': grpc.unary_unary_rpc_method_handler(
|
|
247
|
+
servicer.ChangeVelocityRemotePositionZ,
|
|
248
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
249
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
250
|
+
),
|
|
251
|
+
}
|
|
252
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
253
|
+
'ansys.api.discovery.v0.conditions.velocity.Velocity', rpc_method_handlers)
|
|
254
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
# This class is part of an EXPERIMENTAL API.
|
|
258
|
+
class Velocity(object):
|
|
259
|
+
"""Missing associated documentation comment in .proto file."""
|
|
260
|
+
|
|
261
|
+
@staticmethod
|
|
262
|
+
def CreateVelocity(request,
|
|
263
|
+
target,
|
|
264
|
+
options=(),
|
|
265
|
+
channel_credentials=None,
|
|
266
|
+
call_credentials=None,
|
|
267
|
+
insecure=False,
|
|
268
|
+
compression=None,
|
|
269
|
+
wait_for_ready=None,
|
|
270
|
+
timeout=None,
|
|
271
|
+
metadata=None):
|
|
272
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.velocity.Velocity/CreateVelocity',
|
|
273
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_velocity__pb2.VelocityCreationRequest.SerializeToString,
|
|
274
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_velocity__pb2.VelocityCreationResponse.FromString,
|
|
275
|
+
options, channel_credentials,
|
|
276
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
277
|
+
|
|
278
|
+
@staticmethod
|
|
279
|
+
def ChangeVelocityLocation(request,
|
|
280
|
+
target,
|
|
281
|
+
options=(),
|
|
282
|
+
channel_credentials=None,
|
|
283
|
+
call_credentials=None,
|
|
284
|
+
insecure=False,
|
|
285
|
+
compression=None,
|
|
286
|
+
wait_for_ready=None,
|
|
287
|
+
timeout=None,
|
|
288
|
+
metadata=None):
|
|
289
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityLocation',
|
|
290
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
291
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
292
|
+
options, channel_credentials,
|
|
293
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
294
|
+
|
|
295
|
+
@staticmethod
|
|
296
|
+
def ChangeVelocityOrientation(request,
|
|
297
|
+
target,
|
|
298
|
+
options=(),
|
|
299
|
+
channel_credentials=None,
|
|
300
|
+
call_credentials=None,
|
|
301
|
+
insecure=False,
|
|
302
|
+
compression=None,
|
|
303
|
+
wait_for_ready=None,
|
|
304
|
+
timeout=None,
|
|
305
|
+
metadata=None):
|
|
306
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityOrientation',
|
|
307
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
|
|
308
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
309
|
+
options, channel_credentials,
|
|
310
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
311
|
+
|
|
312
|
+
@staticmethod
|
|
313
|
+
def ChangeVelocityRX(request,
|
|
314
|
+
target,
|
|
315
|
+
options=(),
|
|
316
|
+
channel_credentials=None,
|
|
317
|
+
call_credentials=None,
|
|
318
|
+
insecure=False,
|
|
319
|
+
compression=None,
|
|
320
|
+
wait_for_ready=None,
|
|
321
|
+
timeout=None,
|
|
322
|
+
metadata=None):
|
|
323
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityRX',
|
|
324
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
325
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
326
|
+
options, channel_credentials,
|
|
327
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
328
|
+
|
|
329
|
+
@staticmethod
|
|
330
|
+
def ChangeVelocityRY(request,
|
|
331
|
+
target,
|
|
332
|
+
options=(),
|
|
333
|
+
channel_credentials=None,
|
|
334
|
+
call_credentials=None,
|
|
335
|
+
insecure=False,
|
|
336
|
+
compression=None,
|
|
337
|
+
wait_for_ready=None,
|
|
338
|
+
timeout=None,
|
|
339
|
+
metadata=None):
|
|
340
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityRY',
|
|
341
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
342
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
343
|
+
options, channel_credentials,
|
|
344
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
345
|
+
|
|
346
|
+
@staticmethod
|
|
347
|
+
def ChangeVelocityRZ(request,
|
|
348
|
+
target,
|
|
349
|
+
options=(),
|
|
350
|
+
channel_credentials=None,
|
|
351
|
+
call_credentials=None,
|
|
352
|
+
insecure=False,
|
|
353
|
+
compression=None,
|
|
354
|
+
wait_for_ready=None,
|
|
355
|
+
timeout=None,
|
|
356
|
+
metadata=None):
|
|
357
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityRZ',
|
|
358
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
359
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
360
|
+
options, channel_credentials,
|
|
361
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
362
|
+
|
|
363
|
+
@staticmethod
|
|
364
|
+
def ChangeVelocityRotationalMagnitude(request,
|
|
365
|
+
target,
|
|
366
|
+
options=(),
|
|
367
|
+
channel_credentials=None,
|
|
368
|
+
call_credentials=None,
|
|
369
|
+
insecure=False,
|
|
370
|
+
compression=None,
|
|
371
|
+
wait_for_ready=None,
|
|
372
|
+
timeout=None,
|
|
373
|
+
metadata=None):
|
|
374
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityRotationalMagnitude',
|
|
375
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
376
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
377
|
+
options, channel_credentials,
|
|
378
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
379
|
+
|
|
380
|
+
@staticmethod
|
|
381
|
+
def ChangeVelocityIsFixedRX(request,
|
|
382
|
+
target,
|
|
383
|
+
options=(),
|
|
384
|
+
channel_credentials=None,
|
|
385
|
+
call_credentials=None,
|
|
386
|
+
insecure=False,
|
|
387
|
+
compression=None,
|
|
388
|
+
wait_for_ready=None,
|
|
389
|
+
timeout=None,
|
|
390
|
+
metadata=None):
|
|
391
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityIsFixedRX',
|
|
392
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
393
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
394
|
+
options, channel_credentials,
|
|
395
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
396
|
+
|
|
397
|
+
@staticmethod
|
|
398
|
+
def ChangeVelocityIsFixedRY(request,
|
|
399
|
+
target,
|
|
400
|
+
options=(),
|
|
401
|
+
channel_credentials=None,
|
|
402
|
+
call_credentials=None,
|
|
403
|
+
insecure=False,
|
|
404
|
+
compression=None,
|
|
405
|
+
wait_for_ready=None,
|
|
406
|
+
timeout=None,
|
|
407
|
+
metadata=None):
|
|
408
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityIsFixedRY',
|
|
409
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
410
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
411
|
+
options, channel_credentials,
|
|
412
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
413
|
+
|
|
414
|
+
@staticmethod
|
|
415
|
+
def ChangeVelocityIsFixedRZ(request,
|
|
416
|
+
target,
|
|
417
|
+
options=(),
|
|
418
|
+
channel_credentials=None,
|
|
419
|
+
call_credentials=None,
|
|
420
|
+
insecure=False,
|
|
421
|
+
compression=None,
|
|
422
|
+
wait_for_ready=None,
|
|
423
|
+
timeout=None,
|
|
424
|
+
metadata=None):
|
|
425
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityIsFixedRZ',
|
|
426
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
427
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
428
|
+
options, channel_credentials,
|
|
429
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
430
|
+
|
|
431
|
+
@staticmethod
|
|
432
|
+
def ChangeVelocityUseRemotePointEnabled(request,
|
|
433
|
+
target,
|
|
434
|
+
options=(),
|
|
435
|
+
channel_credentials=None,
|
|
436
|
+
call_credentials=None,
|
|
437
|
+
insecure=False,
|
|
438
|
+
compression=None,
|
|
439
|
+
wait_for_ready=None,
|
|
440
|
+
timeout=None,
|
|
441
|
+
metadata=None):
|
|
442
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityUseRemotePointEnabled',
|
|
443
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
444
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
445
|
+
options, channel_credentials,
|
|
446
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
447
|
+
|
|
448
|
+
@staticmethod
|
|
449
|
+
def ChangeVelocityRemotePositionX(request,
|
|
450
|
+
target,
|
|
451
|
+
options=(),
|
|
452
|
+
channel_credentials=None,
|
|
453
|
+
call_credentials=None,
|
|
454
|
+
insecure=False,
|
|
455
|
+
compression=None,
|
|
456
|
+
wait_for_ready=None,
|
|
457
|
+
timeout=None,
|
|
458
|
+
metadata=None):
|
|
459
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityRemotePositionX',
|
|
460
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
461
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
462
|
+
options, channel_credentials,
|
|
463
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
464
|
+
|
|
465
|
+
@staticmethod
|
|
466
|
+
def ChangeVelocityRemotePositionY(request,
|
|
467
|
+
target,
|
|
468
|
+
options=(),
|
|
469
|
+
channel_credentials=None,
|
|
470
|
+
call_credentials=None,
|
|
471
|
+
insecure=False,
|
|
472
|
+
compression=None,
|
|
473
|
+
wait_for_ready=None,
|
|
474
|
+
timeout=None,
|
|
475
|
+
metadata=None):
|
|
476
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityRemotePositionY',
|
|
477
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
478
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
479
|
+
options, channel_credentials,
|
|
480
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
481
|
+
|
|
482
|
+
@staticmethod
|
|
483
|
+
def ChangeVelocityRemotePositionZ(request,
|
|
484
|
+
target,
|
|
485
|
+
options=(),
|
|
486
|
+
channel_credentials=None,
|
|
487
|
+
call_credentials=None,
|
|
488
|
+
insecure=False,
|
|
489
|
+
compression=None,
|
|
490
|
+
wait_for_ready=None,
|
|
491
|
+
timeout=None,
|
|
492
|
+
metadata=None):
|
|
493
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.velocity.Velocity/ChangeVelocityRemotePositionZ',
|
|
494
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
495
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
496
|
+
options, channel_credentials,
|
|
497
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import abc
|
|
6
|
+
import ansys.api.discovery.v0.conditions.velocity_pb2
|
|
7
|
+
import ansys.api.discovery.v0.discoverymodels_pb2
|
|
8
|
+
import grpc
|
|
9
|
+
|
|
10
|
+
class VelocityStub:
|
|
11
|
+
def __init__(self, channel: grpc.Channel) -> None: ...
|
|
12
|
+
CreateVelocity: grpc.UnaryUnaryMultiCallable[
|
|
13
|
+
ansys.api.discovery.v0.conditions.velocity_pb2.VelocityCreationRequest,
|
|
14
|
+
ansys.api.discovery.v0.conditions.velocity_pb2.VelocityCreationResponse] = ...
|
|
15
|
+
"""Velocity condition methods"""
|
|
16
|
+
|
|
17
|
+
ChangeVelocityLocation: grpc.UnaryUnaryMultiCallable[
|
|
18
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
19
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
20
|
+
|
|
21
|
+
ChangeVelocityOrientation: grpc.UnaryUnaryMultiCallable[
|
|
22
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
23
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
24
|
+
|
|
25
|
+
ChangeVelocityRX: grpc.UnaryUnaryMultiCallable[
|
|
26
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
27
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
28
|
+
|
|
29
|
+
ChangeVelocityRY: grpc.UnaryUnaryMultiCallable[
|
|
30
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
31
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
32
|
+
|
|
33
|
+
ChangeVelocityRZ: grpc.UnaryUnaryMultiCallable[
|
|
34
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
35
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
36
|
+
|
|
37
|
+
ChangeVelocityRotationalMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
38
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
39
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
40
|
+
|
|
41
|
+
ChangeVelocityIsFixedRX: grpc.UnaryUnaryMultiCallable[
|
|
42
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
43
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
44
|
+
|
|
45
|
+
ChangeVelocityIsFixedRY: grpc.UnaryUnaryMultiCallable[
|
|
46
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
47
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
48
|
+
|
|
49
|
+
ChangeVelocityIsFixedRZ: grpc.UnaryUnaryMultiCallable[
|
|
50
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
51
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
52
|
+
|
|
53
|
+
ChangeVelocityUseRemotePointEnabled: grpc.UnaryUnaryMultiCallable[
|
|
54
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
55
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
56
|
+
|
|
57
|
+
ChangeVelocityRemotePositionX: grpc.UnaryUnaryMultiCallable[
|
|
58
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
59
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
60
|
+
|
|
61
|
+
ChangeVelocityRemotePositionY: grpc.UnaryUnaryMultiCallable[
|
|
62
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
63
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
64
|
+
|
|
65
|
+
ChangeVelocityRemotePositionZ: grpc.UnaryUnaryMultiCallable[
|
|
66
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
67
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
class VelocityServicer(metaclass=abc.ABCMeta):
|
|
71
|
+
@abc.abstractmethod
|
|
72
|
+
def CreateVelocity(self,
|
|
73
|
+
request: ansys.api.discovery.v0.conditions.velocity_pb2.VelocityCreationRequest,
|
|
74
|
+
context: grpc.ServicerContext,
|
|
75
|
+
) -> ansys.api.discovery.v0.conditions.velocity_pb2.VelocityCreationResponse:
|
|
76
|
+
"""Velocity condition methods"""
|
|
77
|
+
pass
|
|
78
|
+
|
|
79
|
+
@abc.abstractmethod
|
|
80
|
+
def ChangeVelocityLocation(self,
|
|
81
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
82
|
+
context: grpc.ServicerContext,
|
|
83
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
84
|
+
|
|
85
|
+
@abc.abstractmethod
|
|
86
|
+
def ChangeVelocityOrientation(self,
|
|
87
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
88
|
+
context: grpc.ServicerContext,
|
|
89
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
90
|
+
|
|
91
|
+
@abc.abstractmethod
|
|
92
|
+
def ChangeVelocityRX(self,
|
|
93
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
94
|
+
context: grpc.ServicerContext,
|
|
95
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
96
|
+
|
|
97
|
+
@abc.abstractmethod
|
|
98
|
+
def ChangeVelocityRY(self,
|
|
99
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
100
|
+
context: grpc.ServicerContext,
|
|
101
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
102
|
+
|
|
103
|
+
@abc.abstractmethod
|
|
104
|
+
def ChangeVelocityRZ(self,
|
|
105
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
106
|
+
context: grpc.ServicerContext,
|
|
107
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
108
|
+
|
|
109
|
+
@abc.abstractmethod
|
|
110
|
+
def ChangeVelocityRotationalMagnitude(self,
|
|
111
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
112
|
+
context: grpc.ServicerContext,
|
|
113
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
114
|
+
|
|
115
|
+
@abc.abstractmethod
|
|
116
|
+
def ChangeVelocityIsFixedRX(self,
|
|
117
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
118
|
+
context: grpc.ServicerContext,
|
|
119
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
120
|
+
|
|
121
|
+
@abc.abstractmethod
|
|
122
|
+
def ChangeVelocityIsFixedRY(self,
|
|
123
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
124
|
+
context: grpc.ServicerContext,
|
|
125
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
126
|
+
|
|
127
|
+
@abc.abstractmethod
|
|
128
|
+
def ChangeVelocityIsFixedRZ(self,
|
|
129
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
130
|
+
context: grpc.ServicerContext,
|
|
131
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
132
|
+
|
|
133
|
+
@abc.abstractmethod
|
|
134
|
+
def ChangeVelocityUseRemotePointEnabled(self,
|
|
135
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
136
|
+
context: grpc.ServicerContext,
|
|
137
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
138
|
+
|
|
139
|
+
@abc.abstractmethod
|
|
140
|
+
def ChangeVelocityRemotePositionX(self,
|
|
141
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
142
|
+
context: grpc.ServicerContext,
|
|
143
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
144
|
+
|
|
145
|
+
@abc.abstractmethod
|
|
146
|
+
def ChangeVelocityRemotePositionY(self,
|
|
147
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
148
|
+
context: grpc.ServicerContext,
|
|
149
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
150
|
+
|
|
151
|
+
@abc.abstractmethod
|
|
152
|
+
def ChangeVelocityRemotePositionZ(self,
|
|
153
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
154
|
+
context: grpc.ServicerContext,
|
|
155
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
def add_VelocityServicer_to_server(servicer: VelocityServicer, server: grpc.Server) -> None: ...
|