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.

Files changed (168) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/assignments/boltassignment.proto +40 -0
  3. ansys/api/discovery/v0/assignments/boltassignment_pb2.py +37 -0
  4. ansys/api/discovery/v0/assignments/boltassignment_pb2.pyi +95 -0
  5. ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.py +67 -0
  6. ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.pyi +27 -0
  7. ansys/api/discovery/v0/conditions/acceleration.proto +52 -0
  8. ansys/api/discovery/v0/conditions/acceleration_pb2.py +36 -0
  9. ansys/api/discovery/v0/conditions/acceleration_pb2.pyi +94 -0
  10. ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.py +365 -0
  11. ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.pyi +118 -0
  12. ansys/api/discovery/v0/conditions/bearing.proto +47 -0
  13. ansys/api/discovery/v0/conditions/bearing_pb2.py +36 -0
  14. ansys/api/discovery/v0/conditions/bearing_pb2.pyi +102 -0
  15. ansys/api/discovery/v0/conditions/bearing_pb2_grpc.py +200 -0
  16. ansys/api/discovery/v0/conditions/bearing_pb2_grpc.pyi +68 -0
  17. ansys/api/discovery/v0/conditions/boltpreload.proto +94 -0
  18. ansys/api/discovery/v0/conditions/boltpreload_pb2.py +48 -0
  19. ansys/api/discovery/v0/conditions/boltpreload_pb2.pyi +218 -0
  20. ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.py +431 -0
  21. ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.pyi +138 -0
  22. ansys/api/discovery/v0/{conditions.proto → conditions/condition.proto} +5 -4
  23. ansys/api/discovery/v0/conditions/condition_pb2.py +34 -0
  24. ansys/api/discovery/v0/{conditions_pb2.pyi → conditions/condition_pb2.pyi} +13 -6
  25. ansys/api/discovery/v0/{conditions_pb2_grpc.py → conditions/condition_pb2_grpc.py} +21 -21
  26. ansys/api/discovery/v0/{conditions_pb2_grpc.pyi → conditions/condition_pb2_grpc.pyi} +10 -10
  27. ansys/api/discovery/v0/conditions/convection.proto +43 -0
  28. ansys/api/discovery/v0/conditions/convection_pb2.py +34 -0
  29. ansys/api/discovery/v0/conditions/convection_pb2.pyi +89 -0
  30. ansys/api/discovery/v0/conditions/convection_pb2_grpc.py +166 -0
  31. ansys/api/discovery/v0/conditions/convection_pb2_grpc.pyi +55 -0
  32. ansys/api/discovery/v0/conditions/displacement.proto +105 -0
  33. ansys/api/discovery/v0/conditions/displacement_pb2.py +48 -0
  34. ansys/api/discovery/v0/conditions/displacement_pb2.pyi +209 -0
  35. ansys/api/discovery/v0/conditions/displacement_pb2_grpc.py +827 -0
  36. ansys/api/discovery/v0/conditions/displacement_pb2_grpc.pyi +258 -0
  37. ansys/api/discovery/v0/{conditionsfluid.proto → conditions/flow.proto} +19 -24
  38. ansys/api/discovery/v0/conditions/flow_pb2.py +86 -0
  39. ansys/api/discovery/v0/{conditionsfluid_pb2.pyi → conditions/flow_pb2.pyi} +51 -34
  40. ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.py → conditions/flow_pb2_grpc.py} +86 -86
  41. ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.pyi → conditions/flow_pb2_grpc.pyi} +32 -32
  42. ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +13 -0
  43. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +28 -0
  44. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.pyi +7 -0
  45. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.py +66 -0
  46. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.pyi +24 -0
  47. ansys/api/discovery/v0/conditions/force.proto +131 -0
  48. ansys/api/discovery/v0/conditions/force_pb2.py +56 -0
  49. ansys/api/discovery/v0/conditions/force_pb2.pyi +286 -0
  50. ansys/api/discovery/v0/conditions/force_pb2_grpc.py +829 -0
  51. ansys/api/discovery/v0/conditions/force_pb2_grpc.pyi +257 -0
  52. ansys/api/discovery/v0/conditions/gravity.proto +39 -0
  53. ansys/api/discovery/v0/conditions/gravity_pb2.py +32 -0
  54. ansys/api/discovery/v0/conditions/gravity_pb2.pyi +65 -0
  55. ansys/api/discovery/v0/conditions/gravity_pb2_grpc.py +266 -0
  56. ansys/api/discovery/v0/conditions/gravity_pb2_grpc.pyi +91 -0
  57. ansys/api/discovery/v0/conditions/heat.proto +90 -0
  58. ansys/api/discovery/v0/conditions/heat_pb2.py +46 -0
  59. ansys/api/discovery/v0/conditions/heat_pb2.pyi +210 -0
  60. ansys/api/discovery/v0/conditions/heat_pb2_grpc.py +332 -0
  61. ansys/api/discovery/v0/conditions/heat_pb2_grpc.pyi +108 -0
  62. ansys/api/discovery/v0/conditions/insulated.proto +34 -0
  63. ansys/api/discovery/v0/conditions/insulated_pb2.py +34 -0
  64. ansys/api/discovery/v0/conditions/insulated_pb2.pyi +73 -0
  65. ansys/api/discovery/v0/conditions/insulated_pb2_grpc.py +100 -0
  66. ansys/api/discovery/v0/conditions/insulated_pb2_grpc.pyi +35 -0
  67. ansys/api/discovery/v0/conditions/mass.proto +49 -0
  68. ansys/api/discovery/v0/conditions/mass_pb2.py +36 -0
  69. ansys/api/discovery/v0/conditions/mass_pb2.pyi +98 -0
  70. ansys/api/discovery/v0/conditions/mass_pb2_grpc.py +266 -0
  71. ansys/api/discovery/v0/conditions/mass_pb2_grpc.pyi +88 -0
  72. ansys/api/discovery/v0/conditions/moment.proto +67 -0
  73. ansys/api/discovery/v0/conditions/moment_pb2.py +40 -0
  74. ansys/api/discovery/v0/conditions/moment_pb2.pyi +132 -0
  75. ansys/api/discovery/v0/conditions/moment_pb2_grpc.py +398 -0
  76. ansys/api/discovery/v0/conditions/moment_pb2_grpc.pyi +128 -0
  77. ansys/api/discovery/v0/conditions/porous.proto +116 -0
  78. ansys/api/discovery/v0/conditions/porous_pb2.py +44 -0
  79. ansys/api/discovery/v0/conditions/porous_pb2.pyi +217 -0
  80. ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +534 -0
  81. ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +181 -0
  82. ansys/api/discovery/v0/conditions/pressure.proto +43 -0
  83. ansys/api/discovery/v0/conditions/pressure_pb2.py +36 -0
  84. ansys/api/discovery/v0/conditions/pressure_pb2.pyi +94 -0
  85. ansys/api/discovery/v0/conditions/pressure_pb2_grpc.py +134 -0
  86. ansys/api/discovery/v0/conditions/pressure_pb2_grpc.pyi +48 -0
  87. ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +57 -0
  88. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py +36 -0
  89. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi +102 -0
  90. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.py +136 -0
  91. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.pyi +54 -0
  92. ansys/api/discovery/v0/conditions/solidtemperature.proto +40 -0
  93. ansys/api/discovery/v0/conditions/solidtemperature_pb2.py +34 -0
  94. ansys/api/discovery/v0/conditions/solidtemperature_pb2.pyi +81 -0
  95. ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.py +166 -0
  96. ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.pyi +55 -0
  97. ansys/api/discovery/v0/conditions/springpreload.proto +105 -0
  98. ansys/api/discovery/v0/conditions/springpreload_pb2.py +50 -0
  99. ansys/api/discovery/v0/conditions/springpreload_pb2.pyi +250 -0
  100. ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.py +431 -0
  101. ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.pyi +138 -0
  102. ansys/api/discovery/v0/conditions/support.proto +98 -0
  103. ansys/api/discovery/v0/conditions/support_pb2.py +46 -0
  104. ansys/api/discovery/v0/conditions/support_pb2.pyi +200 -0
  105. ansys/api/discovery/v0/{conditionsthermal_pb2_grpc.py → conditions/support_pb2_grpc.py} +251 -221
  106. ansys/api/discovery/v0/conditions/support_pb2_grpc.pyi +218 -0
  107. ansys/api/discovery/v0/conditions/velocity.proto +58 -0
  108. ansys/api/discovery/v0/conditions/velocity_pb2.py +36 -0
  109. ansys/api/discovery/v0/conditions/velocity_pb2.pyi +98 -0
  110. ansys/api/discovery/v0/conditions/velocity_pb2_grpc.py +497 -0
  111. ansys/api/discovery/v0/conditions/velocity_pb2_grpc.pyi +158 -0
  112. ansys/api/discovery/v0/conditions/wall.proto +209 -0
  113. ansys/api/discovery/v0/conditions/wall_pb2.py +70 -0
  114. ansys/api/discovery/v0/conditions/wall_pb2.pyi +494 -0
  115. ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +633 -0
  116. ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +211 -0
  117. ansys/api/discovery/v0/connections/contact.proto +110 -0
  118. ansys/api/discovery/v0/connections/contact_pb2.py +46 -0
  119. ansys/api/discovery/v0/connections/contact_pb2.pyi +242 -0
  120. ansys/api/discovery/v0/connections/contact_pb2_grpc.py +827 -0
  121. ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +258 -0
  122. ansys/api/discovery/v0/connections/contactgroup.proto +89 -0
  123. ansys/api/discovery/v0/connections/contactgroup_pb2.py +37 -0
  124. ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +178 -0
  125. ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +860 -0
  126. ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +266 -0
  127. ansys/api/discovery/v0/connections/joint.proto +56 -0
  128. ansys/api/discovery/v0/connections/joint_pb2.py +40 -0
  129. ansys/api/discovery/v0/connections/joint_pb2.pyi +129 -0
  130. ansys/api/discovery/v0/connections/joint_pb2_grpc.py +167 -0
  131. ansys/api/discovery/v0/connections/joint_pb2_grpc.pyi +58 -0
  132. ansys/api/discovery/v0/discoverymodels.proto +34 -17
  133. ansys/api/discovery/v0/discoverymodels_pb2.py +46 -40
  134. ansys/api/discovery/v0/discoverymodels_pb2.pyi +118 -47
  135. ansys/api/discovery/v0/engineeringdata/boltdata.proto +37 -0
  136. ansys/api/discovery/v0/engineeringdata/boltdata_pb2.py +36 -0
  137. ansys/api/discovery/v0/engineeringdata/boltdata_pb2.pyi +81 -0
  138. ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.py +67 -0
  139. ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.pyi +27 -0
  140. ansys/api/discovery/v0/monitors.proto +4 -4
  141. ansys/api/discovery/v0/monitors_pb2.py +10 -10
  142. ansys/api/discovery/v0/monitors_pb2.pyi +11 -11
  143. ansys/api/discovery/v0/solution.proto +4 -3
  144. ansys/api/discovery/v0/solution_pb2.py +16 -15
  145. ansys/api/discovery/v0/solution_pb2.pyi +11 -7
  146. ansys/api/discovery/v0/unsupported.proto +10 -0
  147. ansys/api/discovery/v0/unsupported_pb2.py +5 -3
  148. ansys/api/discovery/v0/unsupported_pb2.pyi +14 -0
  149. ansys/api/discovery/v0/unsupported_pb2_grpc.py +68 -0
  150. ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +24 -0
  151. {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/METADATA +13 -4
  152. ansys_api_discovery-0.6.4.dist-info/RECORD +200 -0
  153. {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/WHEEL +1 -1
  154. ansys/api/discovery/v0/conditions_pb2.py +0 -33
  155. ansys/api/discovery/v0/conditionsfluid_pb2.py +0 -85
  156. ansys/api/discovery/v0/conditionsstructural.proto +0 -407
  157. ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -113
  158. ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -839
  159. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -2746
  160. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -854
  161. ansys/api/discovery/v0/conditionsthermal.proto +0 -179
  162. ansys/api/discovery/v0/conditionsthermal_pb2.py +0 -63
  163. ansys/api/discovery/v0/conditionsthermal_pb2.pyi +0 -399
  164. ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +0 -217
  165. ansys_api_discovery-0.6.2.dist-info/RECORD +0 -85
  166. {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/LICENSE +0 -0
  167. {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/entry_points.txt +0 -0
  168. {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,827 @@
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 displacement_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__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 DisplacementStub(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.CreateDisplacementTranslation = channel.unary_unary(
19
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/CreateDisplacementTranslation',
20
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementTranslationCreationRequest.SerializeToString,
21
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementCreationResponse.FromString,
22
+ )
23
+ self.CreateDisplacementRotation = channel.unary_unary(
24
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/CreateDisplacementRotation',
25
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementRotationCreationRequest.SerializeToString,
26
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementCreationResponse.FromString,
27
+ )
28
+ self.CreateDisplacementCombined = channel.unary_unary(
29
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/CreateDisplacementCombined',
30
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementCombinedCreationRequest.SerializeToString,
31
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementCreationResponse.FromString,
32
+ )
33
+ self.ChangeDisplacementLocation = channel.unary_unary(
34
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementLocation',
35
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
36
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
37
+ )
38
+ self.ChangeDisplacementSpecification = channel.unary_unary(
39
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementSpecification',
40
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.ChangeDisplacementSpecificationRequest.SerializeToString,
41
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
42
+ )
43
+ self.ChangeDisplacementOrientation = channel.unary_unary(
44
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementOrientation',
45
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
46
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
47
+ )
48
+ self.ChangeDisplacementDX = channel.unary_unary(
49
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementDX',
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.ChangeDisplacementDY = channel.unary_unary(
54
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementDY',
55
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
56
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
57
+ )
58
+ self.ChangeDisplacementDZ = channel.unary_unary(
59
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementDZ',
60
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
61
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
62
+ )
63
+ self.ChangeDisplacementTranslationalMagnitude = channel.unary_unary(
64
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementTranslationalMagnitude',
65
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
66
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
67
+ )
68
+ self.ChangeDisplacementRX = channel.unary_unary(
69
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementRX',
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,
72
+ )
73
+ self.ChangeDisplacementRY = channel.unary_unary(
74
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementRY',
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.ChangeDisplacementRZ = channel.unary_unary(
79
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementRZ',
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.ChangeDisplacementRotationalMagnitude = channel.unary_unary(
84
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementRotationalMagnitude',
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
+ self.ChangeDisplacementIsFixedDX = channel.unary_unary(
89
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementIsFixedDX',
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,
92
+ )
93
+ self.ChangeDisplacementIsFixedDY = channel.unary_unary(
94
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementIsFixedDY',
95
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
96
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
97
+ )
98
+ self.ChangeDisplacementIsFixedDZ = channel.unary_unary(
99
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementIsFixedDZ',
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,
102
+ )
103
+ self.ChangeDisplacementIsFixedRX = channel.unary_unary(
104
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementIsFixedRX',
105
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
106
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
107
+ )
108
+ self.ChangeDisplacementIsFixedRY = channel.unary_unary(
109
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementIsFixedRY',
110
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
111
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
112
+ )
113
+ self.ChangeDisplacementIsFixedRZ = channel.unary_unary(
114
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementIsFixedRZ',
115
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
116
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
117
+ )
118
+ self.ChangeDisplacementUseRemotePointEnabled = channel.unary_unary(
119
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementUseRemotePointEnabled',
120
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
121
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
122
+ )
123
+ self.ChangeDisplacementDistributedRemotePositionX = channel.unary_unary(
124
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementDistributedRemotePositionX',
125
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
126
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
127
+ )
128
+ self.ChangeDisplacementDistributedRemotePositionY = channel.unary_unary(
129
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementDistributedRemotePositionY',
130
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
131
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
132
+ )
133
+ self.ChangeDisplacementDistributedRemotePositionZ = channel.unary_unary(
134
+ '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementDistributedRemotePositionZ',
135
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
136
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
137
+ )
138
+
139
+
140
+ class DisplacementServicer(object):
141
+ """Missing associated documentation comment in .proto file."""
142
+
143
+ def CreateDisplacementTranslation(self, request, context):
144
+ """Displacement condition methods
145
+ """
146
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
147
+ context.set_details('Method not implemented!')
148
+ raise NotImplementedError('Method not implemented!')
149
+
150
+ def CreateDisplacementRotation(self, request, context):
151
+ """Missing associated documentation comment in .proto file."""
152
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
153
+ context.set_details('Method not implemented!')
154
+ raise NotImplementedError('Method not implemented!')
155
+
156
+ def CreateDisplacementCombined(self, request, context):
157
+ """Missing associated documentation comment in .proto file."""
158
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
159
+ context.set_details('Method not implemented!')
160
+ raise NotImplementedError('Method not implemented!')
161
+
162
+ def ChangeDisplacementLocation(self, request, context):
163
+ """Missing associated documentation comment in .proto file."""
164
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
165
+ context.set_details('Method not implemented!')
166
+ raise NotImplementedError('Method not implemented!')
167
+
168
+ def ChangeDisplacementSpecification(self, request, context):
169
+ """Missing associated documentation comment in .proto file."""
170
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
171
+ context.set_details('Method not implemented!')
172
+ raise NotImplementedError('Method not implemented!')
173
+
174
+ def ChangeDisplacementOrientation(self, request, context):
175
+ """Missing associated documentation comment in .proto file."""
176
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
177
+ context.set_details('Method not implemented!')
178
+ raise NotImplementedError('Method not implemented!')
179
+
180
+ def ChangeDisplacementDX(self, request, context):
181
+ """Missing associated documentation comment in .proto file."""
182
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
183
+ context.set_details('Method not implemented!')
184
+ raise NotImplementedError('Method not implemented!')
185
+
186
+ def ChangeDisplacementDY(self, request, context):
187
+ """Missing associated documentation comment in .proto file."""
188
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
189
+ context.set_details('Method not implemented!')
190
+ raise NotImplementedError('Method not implemented!')
191
+
192
+ def ChangeDisplacementDZ(self, request, context):
193
+ """Missing associated documentation comment in .proto file."""
194
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
195
+ context.set_details('Method not implemented!')
196
+ raise NotImplementedError('Method not implemented!')
197
+
198
+ def ChangeDisplacementTranslationalMagnitude(self, request, context):
199
+ """Missing associated documentation comment in .proto file."""
200
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
201
+ context.set_details('Method not implemented!')
202
+ raise NotImplementedError('Method not implemented!')
203
+
204
+ def ChangeDisplacementRX(self, request, context):
205
+ """Missing associated documentation comment in .proto file."""
206
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
207
+ context.set_details('Method not implemented!')
208
+ raise NotImplementedError('Method not implemented!')
209
+
210
+ def ChangeDisplacementRY(self, request, context):
211
+ """Missing associated documentation comment in .proto file."""
212
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
213
+ context.set_details('Method not implemented!')
214
+ raise NotImplementedError('Method not implemented!')
215
+
216
+ def ChangeDisplacementRZ(self, request, context):
217
+ """Missing associated documentation comment in .proto file."""
218
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
219
+ context.set_details('Method not implemented!')
220
+ raise NotImplementedError('Method not implemented!')
221
+
222
+ def ChangeDisplacementRotationalMagnitude(self, request, context):
223
+ """Missing associated documentation comment in .proto file."""
224
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
225
+ context.set_details('Method not implemented!')
226
+ raise NotImplementedError('Method not implemented!')
227
+
228
+ def ChangeDisplacementIsFixedDX(self, request, context):
229
+ """Missing associated documentation comment in .proto file."""
230
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
231
+ context.set_details('Method not implemented!')
232
+ raise NotImplementedError('Method not implemented!')
233
+
234
+ def ChangeDisplacementIsFixedDY(self, request, context):
235
+ """Missing associated documentation comment in .proto file."""
236
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
237
+ context.set_details('Method not implemented!')
238
+ raise NotImplementedError('Method not implemented!')
239
+
240
+ def ChangeDisplacementIsFixedDZ(self, request, context):
241
+ """Missing associated documentation comment in .proto file."""
242
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
243
+ context.set_details('Method not implemented!')
244
+ raise NotImplementedError('Method not implemented!')
245
+
246
+ def ChangeDisplacementIsFixedRX(self, request, context):
247
+ """Missing associated documentation comment in .proto file."""
248
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
249
+ context.set_details('Method not implemented!')
250
+ raise NotImplementedError('Method not implemented!')
251
+
252
+ def ChangeDisplacementIsFixedRY(self, request, context):
253
+ """Missing associated documentation comment in .proto file."""
254
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
255
+ context.set_details('Method not implemented!')
256
+ raise NotImplementedError('Method not implemented!')
257
+
258
+ def ChangeDisplacementIsFixedRZ(self, request, context):
259
+ """Missing associated documentation comment in .proto file."""
260
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
261
+ context.set_details('Method not implemented!')
262
+ raise NotImplementedError('Method not implemented!')
263
+
264
+ def ChangeDisplacementUseRemotePointEnabled(self, request, context):
265
+ """Missing associated documentation comment in .proto file."""
266
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
267
+ context.set_details('Method not implemented!')
268
+ raise NotImplementedError('Method not implemented!')
269
+
270
+ def ChangeDisplacementDistributedRemotePositionX(self, request, context):
271
+ """Missing associated documentation comment in .proto file."""
272
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
273
+ context.set_details('Method not implemented!')
274
+ raise NotImplementedError('Method not implemented!')
275
+
276
+ def ChangeDisplacementDistributedRemotePositionY(self, request, context):
277
+ """Missing associated documentation comment in .proto file."""
278
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
279
+ context.set_details('Method not implemented!')
280
+ raise NotImplementedError('Method not implemented!')
281
+
282
+ def ChangeDisplacementDistributedRemotePositionZ(self, request, context):
283
+ """Missing associated documentation comment in .proto file."""
284
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
285
+ context.set_details('Method not implemented!')
286
+ raise NotImplementedError('Method not implemented!')
287
+
288
+
289
+ def add_DisplacementServicer_to_server(servicer, server):
290
+ rpc_method_handlers = {
291
+ 'CreateDisplacementTranslation': grpc.unary_unary_rpc_method_handler(
292
+ servicer.CreateDisplacementTranslation,
293
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementTranslationCreationRequest.FromString,
294
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementCreationResponse.SerializeToString,
295
+ ),
296
+ 'CreateDisplacementRotation': grpc.unary_unary_rpc_method_handler(
297
+ servicer.CreateDisplacementRotation,
298
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementRotationCreationRequest.FromString,
299
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementCreationResponse.SerializeToString,
300
+ ),
301
+ 'CreateDisplacementCombined': grpc.unary_unary_rpc_method_handler(
302
+ servicer.CreateDisplacementCombined,
303
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementCombinedCreationRequest.FromString,
304
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementCreationResponse.SerializeToString,
305
+ ),
306
+ 'ChangeDisplacementLocation': grpc.unary_unary_rpc_method_handler(
307
+ servicer.ChangeDisplacementLocation,
308
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
309
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
310
+ ),
311
+ 'ChangeDisplacementSpecification': grpc.unary_unary_rpc_method_handler(
312
+ servicer.ChangeDisplacementSpecification,
313
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.ChangeDisplacementSpecificationRequest.FromString,
314
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
315
+ ),
316
+ 'ChangeDisplacementOrientation': grpc.unary_unary_rpc_method_handler(
317
+ servicer.ChangeDisplacementOrientation,
318
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.FromString,
319
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
320
+ ),
321
+ 'ChangeDisplacementDX': grpc.unary_unary_rpc_method_handler(
322
+ servicer.ChangeDisplacementDX,
323
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
324
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
325
+ ),
326
+ 'ChangeDisplacementDY': grpc.unary_unary_rpc_method_handler(
327
+ servicer.ChangeDisplacementDY,
328
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
329
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
330
+ ),
331
+ 'ChangeDisplacementDZ': grpc.unary_unary_rpc_method_handler(
332
+ servicer.ChangeDisplacementDZ,
333
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
334
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
335
+ ),
336
+ 'ChangeDisplacementTranslationalMagnitude': grpc.unary_unary_rpc_method_handler(
337
+ servicer.ChangeDisplacementTranslationalMagnitude,
338
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
339
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
340
+ ),
341
+ 'ChangeDisplacementRX': grpc.unary_unary_rpc_method_handler(
342
+ servicer.ChangeDisplacementRX,
343
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
344
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
345
+ ),
346
+ 'ChangeDisplacementRY': grpc.unary_unary_rpc_method_handler(
347
+ servicer.ChangeDisplacementRY,
348
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
349
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
350
+ ),
351
+ 'ChangeDisplacementRZ': grpc.unary_unary_rpc_method_handler(
352
+ servicer.ChangeDisplacementRZ,
353
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
354
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
355
+ ),
356
+ 'ChangeDisplacementRotationalMagnitude': grpc.unary_unary_rpc_method_handler(
357
+ servicer.ChangeDisplacementRotationalMagnitude,
358
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
359
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
360
+ ),
361
+ 'ChangeDisplacementIsFixedDX': grpc.unary_unary_rpc_method_handler(
362
+ servicer.ChangeDisplacementIsFixedDX,
363
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
364
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
365
+ ),
366
+ 'ChangeDisplacementIsFixedDY': grpc.unary_unary_rpc_method_handler(
367
+ servicer.ChangeDisplacementIsFixedDY,
368
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
369
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
370
+ ),
371
+ 'ChangeDisplacementIsFixedDZ': grpc.unary_unary_rpc_method_handler(
372
+ servicer.ChangeDisplacementIsFixedDZ,
373
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
374
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
375
+ ),
376
+ 'ChangeDisplacementIsFixedRX': grpc.unary_unary_rpc_method_handler(
377
+ servicer.ChangeDisplacementIsFixedRX,
378
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
379
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
380
+ ),
381
+ 'ChangeDisplacementIsFixedRY': grpc.unary_unary_rpc_method_handler(
382
+ servicer.ChangeDisplacementIsFixedRY,
383
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
384
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
385
+ ),
386
+ 'ChangeDisplacementIsFixedRZ': grpc.unary_unary_rpc_method_handler(
387
+ servicer.ChangeDisplacementIsFixedRZ,
388
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
389
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
390
+ ),
391
+ 'ChangeDisplacementUseRemotePointEnabled': grpc.unary_unary_rpc_method_handler(
392
+ servicer.ChangeDisplacementUseRemotePointEnabled,
393
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
394
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
395
+ ),
396
+ 'ChangeDisplacementDistributedRemotePositionX': grpc.unary_unary_rpc_method_handler(
397
+ servicer.ChangeDisplacementDistributedRemotePositionX,
398
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
399
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
400
+ ),
401
+ 'ChangeDisplacementDistributedRemotePositionY': grpc.unary_unary_rpc_method_handler(
402
+ servicer.ChangeDisplacementDistributedRemotePositionY,
403
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
404
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
405
+ ),
406
+ 'ChangeDisplacementDistributedRemotePositionZ': grpc.unary_unary_rpc_method_handler(
407
+ servicer.ChangeDisplacementDistributedRemotePositionZ,
408
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
409
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
410
+ ),
411
+ }
412
+ generic_handler = grpc.method_handlers_generic_handler(
413
+ 'ansys.api.discovery.v0.conditions.displacement.Displacement', rpc_method_handlers)
414
+ server.add_generic_rpc_handlers((generic_handler,))
415
+
416
+
417
+ # This class is part of an EXPERIMENTAL API.
418
+ class Displacement(object):
419
+ """Missing associated documentation comment in .proto file."""
420
+
421
+ @staticmethod
422
+ def CreateDisplacementTranslation(request,
423
+ target,
424
+ options=(),
425
+ channel_credentials=None,
426
+ call_credentials=None,
427
+ insecure=False,
428
+ compression=None,
429
+ wait_for_ready=None,
430
+ timeout=None,
431
+ metadata=None):
432
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/CreateDisplacementTranslation',
433
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementTranslationCreationRequest.SerializeToString,
434
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementCreationResponse.FromString,
435
+ options, channel_credentials,
436
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
437
+
438
+ @staticmethod
439
+ def CreateDisplacementRotation(request,
440
+ target,
441
+ options=(),
442
+ channel_credentials=None,
443
+ call_credentials=None,
444
+ insecure=False,
445
+ compression=None,
446
+ wait_for_ready=None,
447
+ timeout=None,
448
+ metadata=None):
449
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/CreateDisplacementRotation',
450
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementRotationCreationRequest.SerializeToString,
451
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementCreationResponse.FromString,
452
+ options, channel_credentials,
453
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
454
+
455
+ @staticmethod
456
+ def CreateDisplacementCombined(request,
457
+ target,
458
+ options=(),
459
+ channel_credentials=None,
460
+ call_credentials=None,
461
+ insecure=False,
462
+ compression=None,
463
+ wait_for_ready=None,
464
+ timeout=None,
465
+ metadata=None):
466
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/CreateDisplacementCombined',
467
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementCombinedCreationRequest.SerializeToString,
468
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.DisplacementCreationResponse.FromString,
469
+ options, channel_credentials,
470
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
471
+
472
+ @staticmethod
473
+ def ChangeDisplacementLocation(request,
474
+ target,
475
+ options=(),
476
+ channel_credentials=None,
477
+ call_credentials=None,
478
+ insecure=False,
479
+ compression=None,
480
+ wait_for_ready=None,
481
+ timeout=None,
482
+ metadata=None):
483
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementLocation',
484
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
485
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
486
+ options, channel_credentials,
487
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
488
+
489
+ @staticmethod
490
+ def ChangeDisplacementSpecification(request,
491
+ target,
492
+ options=(),
493
+ channel_credentials=None,
494
+ call_credentials=None,
495
+ insecure=False,
496
+ compression=None,
497
+ wait_for_ready=None,
498
+ timeout=None,
499
+ metadata=None):
500
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementSpecification',
501
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_displacement__pb2.ChangeDisplacementSpecificationRequest.SerializeToString,
502
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
503
+ options, channel_credentials,
504
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
505
+
506
+ @staticmethod
507
+ def ChangeDisplacementOrientation(request,
508
+ target,
509
+ options=(),
510
+ channel_credentials=None,
511
+ call_credentials=None,
512
+ insecure=False,
513
+ compression=None,
514
+ wait_for_ready=None,
515
+ timeout=None,
516
+ metadata=None):
517
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementOrientation',
518
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
519
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
520
+ options, channel_credentials,
521
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
522
+
523
+ @staticmethod
524
+ def ChangeDisplacementDX(request,
525
+ target,
526
+ options=(),
527
+ channel_credentials=None,
528
+ call_credentials=None,
529
+ insecure=False,
530
+ compression=None,
531
+ wait_for_ready=None,
532
+ timeout=None,
533
+ metadata=None):
534
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementDX',
535
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
536
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
537
+ options, channel_credentials,
538
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
539
+
540
+ @staticmethod
541
+ def ChangeDisplacementDY(request,
542
+ target,
543
+ options=(),
544
+ channel_credentials=None,
545
+ call_credentials=None,
546
+ insecure=False,
547
+ compression=None,
548
+ wait_for_ready=None,
549
+ timeout=None,
550
+ metadata=None):
551
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementDY',
552
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
553
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
554
+ options, channel_credentials,
555
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
556
+
557
+ @staticmethod
558
+ def ChangeDisplacementDZ(request,
559
+ target,
560
+ options=(),
561
+ channel_credentials=None,
562
+ call_credentials=None,
563
+ insecure=False,
564
+ compression=None,
565
+ wait_for_ready=None,
566
+ timeout=None,
567
+ metadata=None):
568
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementDZ',
569
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
570
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
571
+ options, channel_credentials,
572
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
573
+
574
+ @staticmethod
575
+ def ChangeDisplacementTranslationalMagnitude(request,
576
+ target,
577
+ options=(),
578
+ channel_credentials=None,
579
+ call_credentials=None,
580
+ insecure=False,
581
+ compression=None,
582
+ wait_for_ready=None,
583
+ timeout=None,
584
+ metadata=None):
585
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementTranslationalMagnitude',
586
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
587
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
588
+ options, channel_credentials,
589
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
590
+
591
+ @staticmethod
592
+ def ChangeDisplacementRX(request,
593
+ target,
594
+ options=(),
595
+ channel_credentials=None,
596
+ call_credentials=None,
597
+ insecure=False,
598
+ compression=None,
599
+ wait_for_ready=None,
600
+ timeout=None,
601
+ metadata=None):
602
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementRX',
603
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
604
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
605
+ options, channel_credentials,
606
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
607
+
608
+ @staticmethod
609
+ def ChangeDisplacementRY(request,
610
+ target,
611
+ options=(),
612
+ channel_credentials=None,
613
+ call_credentials=None,
614
+ insecure=False,
615
+ compression=None,
616
+ wait_for_ready=None,
617
+ timeout=None,
618
+ metadata=None):
619
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementRY',
620
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
621
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
622
+ options, channel_credentials,
623
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
624
+
625
+ @staticmethod
626
+ def ChangeDisplacementRZ(request,
627
+ target,
628
+ options=(),
629
+ channel_credentials=None,
630
+ call_credentials=None,
631
+ insecure=False,
632
+ compression=None,
633
+ wait_for_ready=None,
634
+ timeout=None,
635
+ metadata=None):
636
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementRZ',
637
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
638
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
639
+ options, channel_credentials,
640
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
641
+
642
+ @staticmethod
643
+ def ChangeDisplacementRotationalMagnitude(request,
644
+ target,
645
+ options=(),
646
+ channel_credentials=None,
647
+ call_credentials=None,
648
+ insecure=False,
649
+ compression=None,
650
+ wait_for_ready=None,
651
+ timeout=None,
652
+ metadata=None):
653
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementRotationalMagnitude',
654
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
655
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
656
+ options, channel_credentials,
657
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
658
+
659
+ @staticmethod
660
+ def ChangeDisplacementIsFixedDX(request,
661
+ target,
662
+ options=(),
663
+ channel_credentials=None,
664
+ call_credentials=None,
665
+ insecure=False,
666
+ compression=None,
667
+ wait_for_ready=None,
668
+ timeout=None,
669
+ metadata=None):
670
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementIsFixedDX',
671
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
672
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
673
+ options, channel_credentials,
674
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
675
+
676
+ @staticmethod
677
+ def ChangeDisplacementIsFixedDY(request,
678
+ target,
679
+ options=(),
680
+ channel_credentials=None,
681
+ call_credentials=None,
682
+ insecure=False,
683
+ compression=None,
684
+ wait_for_ready=None,
685
+ timeout=None,
686
+ metadata=None):
687
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementIsFixedDY',
688
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
689
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
690
+ options, channel_credentials,
691
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
692
+
693
+ @staticmethod
694
+ def ChangeDisplacementIsFixedDZ(request,
695
+ target,
696
+ options=(),
697
+ channel_credentials=None,
698
+ call_credentials=None,
699
+ insecure=False,
700
+ compression=None,
701
+ wait_for_ready=None,
702
+ timeout=None,
703
+ metadata=None):
704
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementIsFixedDZ',
705
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
706
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
707
+ options, channel_credentials,
708
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
709
+
710
+ @staticmethod
711
+ def ChangeDisplacementIsFixedRX(request,
712
+ target,
713
+ options=(),
714
+ channel_credentials=None,
715
+ call_credentials=None,
716
+ insecure=False,
717
+ compression=None,
718
+ wait_for_ready=None,
719
+ timeout=None,
720
+ metadata=None):
721
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementIsFixedRX',
722
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
723
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
724
+ options, channel_credentials,
725
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
726
+
727
+ @staticmethod
728
+ def ChangeDisplacementIsFixedRY(request,
729
+ target,
730
+ options=(),
731
+ channel_credentials=None,
732
+ call_credentials=None,
733
+ insecure=False,
734
+ compression=None,
735
+ wait_for_ready=None,
736
+ timeout=None,
737
+ metadata=None):
738
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementIsFixedRY',
739
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
740
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
741
+ options, channel_credentials,
742
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
743
+
744
+ @staticmethod
745
+ def ChangeDisplacementIsFixedRZ(request,
746
+ target,
747
+ options=(),
748
+ channel_credentials=None,
749
+ call_credentials=None,
750
+ insecure=False,
751
+ compression=None,
752
+ wait_for_ready=None,
753
+ timeout=None,
754
+ metadata=None):
755
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementIsFixedRZ',
756
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
757
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
758
+ options, channel_credentials,
759
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
760
+
761
+ @staticmethod
762
+ def ChangeDisplacementUseRemotePointEnabled(request,
763
+ target,
764
+ options=(),
765
+ channel_credentials=None,
766
+ call_credentials=None,
767
+ insecure=False,
768
+ compression=None,
769
+ wait_for_ready=None,
770
+ timeout=None,
771
+ metadata=None):
772
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementUseRemotePointEnabled',
773
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
774
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
775
+ options, channel_credentials,
776
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
777
+
778
+ @staticmethod
779
+ def ChangeDisplacementDistributedRemotePositionX(request,
780
+ target,
781
+ options=(),
782
+ channel_credentials=None,
783
+ call_credentials=None,
784
+ insecure=False,
785
+ compression=None,
786
+ wait_for_ready=None,
787
+ timeout=None,
788
+ metadata=None):
789
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementDistributedRemotePositionX',
790
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
791
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
792
+ options, channel_credentials,
793
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
794
+
795
+ @staticmethod
796
+ def ChangeDisplacementDistributedRemotePositionY(request,
797
+ target,
798
+ options=(),
799
+ channel_credentials=None,
800
+ call_credentials=None,
801
+ insecure=False,
802
+ compression=None,
803
+ wait_for_ready=None,
804
+ timeout=None,
805
+ metadata=None):
806
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementDistributedRemotePositionY',
807
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
808
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
809
+ options, channel_credentials,
810
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
811
+
812
+ @staticmethod
813
+ def ChangeDisplacementDistributedRemotePositionZ(request,
814
+ target,
815
+ options=(),
816
+ channel_credentials=None,
817
+ call_credentials=None,
818
+ insecure=False,
819
+ compression=None,
820
+ wait_for_ready=None,
821
+ timeout=None,
822
+ metadata=None):
823
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.displacement.Displacement/ChangeDisplacementDistributedRemotePositionZ',
824
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
825
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
826
+ options, channel_credentials,
827
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)