ansys-api-discovery 0.6.3__py3-none-any.whl → 0.6.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ansys-api-discovery might be problematic. Click here for more details.

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