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

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

Potentially problematic release.


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

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.4.dist-info}/METADATA +13 -4
  152. ansys_api_discovery-0.6.4.dist-info/RECORD +200 -0
  153. {ansys_api_discovery-0.6.3.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 -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.4.dist-info}/LICENSE +0 -0
  167. {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/entry_points.txt +0 -0
  168. {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/top_level.txt +0 -0
@@ -1,1303 +0,0 @@
1
- """
2
- @generated by mypy-protobuf. Do not edit manually!
3
- isort:skip_file
4
- """
5
- import abc
6
- import ansys.api.discovery.v0.conditionsstructural_pb2
7
- import ansys.api.discovery.v0.discoverymodels_pb2
8
- import grpc
9
-
10
- class ConditionsStructuralStub:
11
- def __init__(self, channel: grpc.Channel) -> None: ...
12
- CreateSupportFixed: grpc.UnaryUnaryMultiCallable[
13
- ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationRequest,
14
- ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationResponse] = ...
15
- """Support condition methods"""
16
-
17
- CreateSupportHinged: grpc.UnaryUnaryMultiCallable[
18
- ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationRequest,
19
- ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationResponse] = ...
20
-
21
- CreateSupportSliding: grpc.UnaryUnaryMultiCallable[
22
- ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationRequest,
23
- ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationResponse] = ...
24
-
25
- CreateSupportBall: grpc.UnaryUnaryMultiCallable[
26
- ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationRequest,
27
- ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationResponse] = ...
28
-
29
- CreateSupportDisplaced: grpc.UnaryUnaryMultiCallable[
30
- ansys.api.discovery.v0.conditionsstructural_pb2.SupportDisplacedCreationRequest,
31
- ansys.api.discovery.v0.conditionsstructural_pb2.SupportDisplacedCreationResponse] = ...
32
-
33
- ChangeSupportLocation: grpc.UnaryUnaryMultiCallable[
34
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
35
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
36
-
37
- ChangeSupportSpecification: grpc.UnaryUnaryMultiCallable[
38
- ansys.api.discovery.v0.conditionsstructural_pb2.ChangeSupportSpecificationRequest,
39
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
40
-
41
- ChangeSupportDisplacedOrientation: grpc.UnaryUnaryMultiCallable[
42
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
43
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
44
-
45
- ChangeSupportDisplacedDX: grpc.UnaryUnaryMultiCallable[
46
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
47
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
48
-
49
- ChangeSupportDisplacedDY: grpc.UnaryUnaryMultiCallable[
50
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
51
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
52
-
53
- ChangeSupportDisplacedDZ: grpc.UnaryUnaryMultiCallable[
54
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
55
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
56
-
57
- ChangeSupportDisplacedRX: grpc.UnaryUnaryMultiCallable[
58
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
59
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
60
-
61
- ChangeSupportDisplacedRY: grpc.UnaryUnaryMultiCallable[
62
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
63
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
64
-
65
- ChangeSupportDisplacedRZ: grpc.UnaryUnaryMultiCallable[
66
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
67
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
68
-
69
- ChangeSupportDisplacedIsFixedDX: grpc.UnaryUnaryMultiCallable[
70
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
71
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
72
-
73
- ChangeSupportDisplacedIsFixedDY: grpc.UnaryUnaryMultiCallable[
74
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
75
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
76
-
77
- ChangeSupportDisplacedIsFixedDZ: grpc.UnaryUnaryMultiCallable[
78
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
79
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
80
-
81
- ChangeSupportDisplacedIsFixedRX: grpc.UnaryUnaryMultiCallable[
82
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
83
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
84
-
85
- ChangeSupportDisplacedIsFixedRY: grpc.UnaryUnaryMultiCallable[
86
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
87
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
88
-
89
- ChangeSupportDisplacedIsFixedRZ: grpc.UnaryUnaryMultiCallable[
90
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
91
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
92
-
93
- CreateForceDistributedTotal: grpc.UnaryUnaryMultiCallable[
94
- ansys.api.discovery.v0.conditionsstructural_pb2.ForceDistributedTotalCreationRequest,
95
- ansys.api.discovery.v0.conditionsstructural_pb2.ForceDistributedTotalCreationResponse] = ...
96
- """Force condition methods
97
-
98
- """
99
-
100
- CreateForceDistributedArea: grpc.UnaryUnaryMultiCallable[
101
- ansys.api.discovery.v0.conditionsstructural_pb2.ForceDistributedAreaCreationRequest,
102
- ansys.api.discovery.v0.conditionsstructural_pb2.ForceDistributedAreaCreationResponse] = ...
103
-
104
- CreateForceTorque: grpc.UnaryUnaryMultiCallable[
105
- ansys.api.discovery.v0.conditionsstructural_pb2.ForceTorqueCreationRequest,
106
- ansys.api.discovery.v0.conditionsstructural_pb2.ForceTorqueCreationResponse] = ...
107
-
108
- ChangeForceLocation: grpc.UnaryUnaryMultiCallable[
109
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
110
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
111
-
112
- ChangeForceSpecification: grpc.UnaryUnaryMultiCallable[
113
- ansys.api.discovery.v0.conditionsstructural_pb2.ChangeForceSpecificationRequest,
114
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
115
-
116
- ChangeForceMagnitudeDefinition: grpc.UnaryUnaryMultiCallable[
117
- ansys.api.discovery.v0.conditionsstructural_pb2.ChangeForceMagnitudeDefinitionRequest,
118
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
119
-
120
- ChangeForceByReversingDirection: grpc.UnaryUnaryMultiCallable[
121
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeCommandRequest,
122
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
123
-
124
- ChangeForceDefinedByComponentEnabled: grpc.UnaryUnaryMultiCallable[
125
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
126
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
127
-
128
- ChangeForceDistributedTotalMagnitude: grpc.UnaryUnaryMultiCallable[
129
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
130
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
131
-
132
- ChangeForceDistributedTotalX: grpc.UnaryUnaryMultiCallable[
133
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
134
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
135
-
136
- ChangeForceDistributedTotalY: grpc.UnaryUnaryMultiCallable[
137
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
138
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
139
-
140
- ChangeForceDistributedTotalZ: grpc.UnaryUnaryMultiCallable[
141
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
142
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
143
-
144
- ChangeForceDistributedAreaMagnitude: grpc.UnaryUnaryMultiCallable[
145
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
146
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
147
-
148
- ChangeForceDistributedAreaX: grpc.UnaryUnaryMultiCallable[
149
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
150
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
151
-
152
- ChangeForceDistributedAreaY: grpc.UnaryUnaryMultiCallable[
153
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
154
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
155
-
156
- ChangeForceDistributedAreaZ: grpc.UnaryUnaryMultiCallable[
157
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
158
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
159
-
160
- ChangeForceUseRemoteForceEnabled: grpc.UnaryUnaryMultiCallable[
161
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
162
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
163
-
164
- ChangeForceDistributedRemotePositionX: grpc.UnaryUnaryMultiCallable[
165
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
166
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
167
-
168
- ChangeForceDistributedRemotePositionY: grpc.UnaryUnaryMultiCallable[
169
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
170
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
171
-
172
- ChangeForceDistributedRemotePositionZ: grpc.UnaryUnaryMultiCallable[
173
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
174
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
175
-
176
- ChangeForceTorqueMagnitude: grpc.UnaryUnaryMultiCallable[
177
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
178
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
179
-
180
- ChangeForceTorqueX: grpc.UnaryUnaryMultiCallable[
181
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
182
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
183
-
184
- ChangeForceTorqueY: grpc.UnaryUnaryMultiCallable[
185
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
186
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
187
-
188
- ChangeForceTorqueZ: grpc.UnaryUnaryMultiCallable[
189
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
190
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
191
-
192
- CreatePressure: grpc.UnaryUnaryMultiCallable[
193
- ansys.api.discovery.v0.conditionsstructural_pb2.PressureCreationRequest,
194
- ansys.api.discovery.v0.conditionsstructural_pb2.PressureCreationResponse] = ...
195
- """Pressure condition methods"""
196
-
197
- ChangePressureLocation: grpc.UnaryUnaryMultiCallable[
198
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
199
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
200
-
201
- ChangePressureMagnitude: grpc.UnaryUnaryMultiCallable[
202
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
203
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
204
-
205
- CreateDisplacementTranslation: grpc.UnaryUnaryMultiCallable[
206
- ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementTranslationCreationRequest,
207
- ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementCreationResponse] = ...
208
- """Displacement condition methods"""
209
-
210
- CreateDisplacementRotation: grpc.UnaryUnaryMultiCallable[
211
- ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementRotationCreationRequest,
212
- ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementCreationResponse] = ...
213
-
214
- CreateDisplacementCombined: grpc.UnaryUnaryMultiCallable[
215
- ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementCombinedCreationRequest,
216
- ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementCreationResponse] = ...
217
-
218
- ChangeDisplacementLocation: grpc.UnaryUnaryMultiCallable[
219
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
220
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
221
-
222
- ChangeDisplacementSpecification: grpc.UnaryUnaryMultiCallable[
223
- ansys.api.discovery.v0.conditionsstructural_pb2.ChangeDisplacementSpecificationRequest,
224
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
225
-
226
- ChangeDisplacementOrientation: grpc.UnaryUnaryMultiCallable[
227
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
228
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
229
-
230
- ChangeDisplacementDX: grpc.UnaryUnaryMultiCallable[
231
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
232
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
233
-
234
- ChangeDisplacementDY: grpc.UnaryUnaryMultiCallable[
235
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
236
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
237
-
238
- ChangeDisplacementDZ: grpc.UnaryUnaryMultiCallable[
239
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
240
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
241
-
242
- ChangeDisplacementTranslationalMagnitude: grpc.UnaryUnaryMultiCallable[
243
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
244
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
245
-
246
- ChangeDisplacementRX: grpc.UnaryUnaryMultiCallable[
247
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
248
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
249
-
250
- ChangeDisplacementRY: grpc.UnaryUnaryMultiCallable[
251
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
252
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
253
-
254
- ChangeDisplacementRZ: grpc.UnaryUnaryMultiCallable[
255
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
256
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
257
-
258
- ChangeDisplacementRotationalMagnitude: grpc.UnaryUnaryMultiCallable[
259
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
260
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
261
-
262
- ChangeDisplacementIsFixedDX: grpc.UnaryUnaryMultiCallable[
263
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
264
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
265
-
266
- ChangeDisplacementIsFixedDY: grpc.UnaryUnaryMultiCallable[
267
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
268
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
269
-
270
- ChangeDisplacementIsFixedDZ: grpc.UnaryUnaryMultiCallable[
271
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
272
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
273
-
274
- ChangeDisplacementIsFixedRX: grpc.UnaryUnaryMultiCallable[
275
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
276
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
277
-
278
- ChangeDisplacementIsFixedRY: grpc.UnaryUnaryMultiCallable[
279
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
280
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
281
-
282
- ChangeDisplacementIsFixedRZ: grpc.UnaryUnaryMultiCallable[
283
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
284
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
285
-
286
- ChangeDisplacementUseRemotePointEnabled: grpc.UnaryUnaryMultiCallable[
287
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
288
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
289
-
290
- ChangeDisplacementDistributedRemotePositionX: grpc.UnaryUnaryMultiCallable[
291
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
292
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
293
-
294
- ChangeDisplacementDistributedRemotePositionY: grpc.UnaryUnaryMultiCallable[
295
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
296
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
297
-
298
- ChangeDisplacementDistributedRemotePositionZ: grpc.UnaryUnaryMultiCallable[
299
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
300
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
301
-
302
- CreateMomentLocal: grpc.UnaryUnaryMultiCallable[
303
- ansys.api.discovery.v0.conditionsstructural_pb2.MomentCreationRequest,
304
- ansys.api.discovery.v0.conditionsstructural_pb2.MomentCreationResponse] = ...
305
- """Moment condition methods"""
306
-
307
- CreateMomentGlobal: grpc.UnaryUnaryMultiCallable[
308
- ansys.api.discovery.v0.conditionsstructural_pb2.MomentCreationRequest,
309
- ansys.api.discovery.v0.conditionsstructural_pb2.MomentCreationResponse] = ...
310
-
311
- ChangeMomentLocation: grpc.UnaryUnaryMultiCallable[
312
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
313
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
314
-
315
- ChangeMomentSpecification: grpc.UnaryUnaryMultiCallable[
316
- ansys.api.discovery.v0.conditionsstructural_pb2.ChangeMomentSpecificationRequest,
317
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
318
-
319
- ChangeMomentOrientation: grpc.UnaryUnaryMultiCallable[
320
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
321
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
322
-
323
- ChangeMomentLocalX: grpc.UnaryUnaryMultiCallable[
324
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
325
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
326
-
327
- ChangeMomentLocalY: grpc.UnaryUnaryMultiCallable[
328
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
329
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
330
-
331
- ChangeMomentLocalZ: grpc.UnaryUnaryMultiCallable[
332
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
333
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
334
-
335
- ChangeMomentGlobalX: grpc.UnaryUnaryMultiCallable[
336
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
337
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
338
-
339
- ChangeMomentGlobalY: grpc.UnaryUnaryMultiCallable[
340
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
341
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
342
-
343
- ChangeMomentGlobalZ: grpc.UnaryUnaryMultiCallable[
344
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
345
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
346
-
347
- CreateMass: grpc.UnaryUnaryMultiCallable[
348
- ansys.api.discovery.v0.conditionsstructural_pb2.MassCreationRequest,
349
- ansys.api.discovery.v0.conditionsstructural_pb2.MassCreationResponse] = ...
350
- """Mass condition methods"""
351
-
352
- ChangeMassLocation: grpc.UnaryUnaryMultiCallable[
353
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
354
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
355
-
356
- ChangeMassMagnitude: grpc.UnaryUnaryMultiCallable[
357
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
358
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
359
-
360
- ChangeMassUseRemotePointEnabled: grpc.UnaryUnaryMultiCallable[
361
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
362
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
363
-
364
- ChangeMassRemotePositionX: grpc.UnaryUnaryMultiCallable[
365
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
366
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
367
-
368
- ChangeMassRemotePositionY: grpc.UnaryUnaryMultiCallable[
369
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
370
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
371
-
372
- ChangeMassRemotePositionZ: grpc.UnaryUnaryMultiCallable[
373
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
374
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
375
-
376
- CreateVelocity: grpc.UnaryUnaryMultiCallable[
377
- ansys.api.discovery.v0.conditionsstructural_pb2.VelocityCreationRequest,
378
- ansys.api.discovery.v0.conditionsstructural_pb2.VelocityCreationResponse] = ...
379
- """Velocity condition methods"""
380
-
381
- ChangeVelocityLocation: grpc.UnaryUnaryMultiCallable[
382
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
383
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
384
-
385
- ChangeVelocityOrientation: grpc.UnaryUnaryMultiCallable[
386
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
387
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
388
-
389
- ChangeVelocityRX: grpc.UnaryUnaryMultiCallable[
390
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
391
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
392
-
393
- ChangeVelocityRY: grpc.UnaryUnaryMultiCallable[
394
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
395
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
396
-
397
- ChangeVelocityRZ: grpc.UnaryUnaryMultiCallable[
398
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
399
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
400
-
401
- ChangeVelocityRotationalMagnitude: grpc.UnaryUnaryMultiCallable[
402
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
403
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
404
-
405
- ChangeVelocityIsFixedRX: grpc.UnaryUnaryMultiCallable[
406
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
407
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
408
-
409
- ChangeVelocityIsFixedRY: grpc.UnaryUnaryMultiCallable[
410
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
411
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
412
-
413
- ChangeVelocityIsFixedRZ: grpc.UnaryUnaryMultiCallable[
414
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
415
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
416
-
417
- ChangeVelocityUseRemotePointEnabled: grpc.UnaryUnaryMultiCallable[
418
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
419
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
420
-
421
- ChangeVelocityRemotePositionX: grpc.UnaryUnaryMultiCallable[
422
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
423
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
424
-
425
- ChangeVelocityRemotePositionY: grpc.UnaryUnaryMultiCallable[
426
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
427
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
428
-
429
- ChangeVelocityRemotePositionZ: grpc.UnaryUnaryMultiCallable[
430
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
431
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
432
-
433
- CreateAcceleration: grpc.UnaryUnaryMultiCallable[
434
- ansys.api.discovery.v0.conditionsstructural_pb2.AccelerationCreationRequest,
435
- ansys.api.discovery.v0.conditionsstructural_pb2.AccelerationCreationResponse] = ...
436
- """Acceleration condition methods"""
437
-
438
- ChangeAccelerationLocation: grpc.UnaryUnaryMultiCallable[
439
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
440
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
441
-
442
- ChangeAccelerationOrientation: grpc.UnaryUnaryMultiCallable[
443
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
444
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
445
-
446
- ChangeAccelerationDX: grpc.UnaryUnaryMultiCallable[
447
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
448
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
449
-
450
- ChangeAccelerationDY: grpc.UnaryUnaryMultiCallable[
451
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
452
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
453
-
454
- ChangeAccelerationDZ: grpc.UnaryUnaryMultiCallable[
455
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
456
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
457
-
458
- ChangeAccelerationTranslationalMagnitude: grpc.UnaryUnaryMultiCallable[
459
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
460
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
461
-
462
- ChangeAccelerationIsFixedDX: grpc.UnaryUnaryMultiCallable[
463
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
464
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
465
-
466
- ChangeAccelerationIsFixedDY: grpc.UnaryUnaryMultiCallable[
467
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
468
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
469
-
470
- ChangeAccelerationIsFixedDZ: grpc.UnaryUnaryMultiCallable[
471
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
472
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
473
-
474
- ChangeGravityOrientation: grpc.UnaryUnaryMultiCallable[
475
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
476
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
477
- """Gravity condition methods
478
- No create for gravity, it's done automatically, and always applied to all bodies
479
- """
480
-
481
- ChangeGravityDX: grpc.UnaryUnaryMultiCallable[
482
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
483
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
484
-
485
- ChangeGravityDY: grpc.UnaryUnaryMultiCallable[
486
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
487
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
488
-
489
- ChangeGravityDZ: grpc.UnaryUnaryMultiCallable[
490
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
491
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
492
-
493
- ChangeGravityTranslationalMagnitude: grpc.UnaryUnaryMultiCallable[
494
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
495
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
496
-
497
- ChangeGravityUseBuoyancyEnabled: grpc.UnaryUnaryMultiCallable[
498
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
499
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
500
-
501
- ChangeGravityIncludeSelfWeightEnabled: grpc.UnaryUnaryMultiCallable[
502
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
503
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
504
-
505
- CreateBearing: grpc.UnaryUnaryMultiCallable[
506
- ansys.api.discovery.v0.conditionsstructural_pb2.BearingCreationRequest,
507
- ansys.api.discovery.v0.conditionsstructural_pb2.BearingCreationResponse] = ...
508
- """Bearing condition methods"""
509
-
510
- ChangeBearingLocation: grpc.UnaryUnaryMultiCallable[
511
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
512
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
513
-
514
- ChangeBearingRadialForce: grpc.UnaryUnaryMultiCallable[
515
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
516
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
517
-
518
- ChangeBearingThrustForce: grpc.UnaryUnaryMultiCallable[
519
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
520
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
521
-
522
- ChangeBearingAngle: grpc.UnaryUnaryMultiCallable[
523
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
524
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
525
-
526
-
527
- class ConditionsStructuralServicer(metaclass=abc.ABCMeta):
528
- @abc.abstractmethod
529
- def CreateSupportFixed(self,
530
- request: ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationRequest,
531
- context: grpc.ServicerContext,
532
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationResponse:
533
- """Support condition methods"""
534
- pass
535
-
536
- @abc.abstractmethod
537
- def CreateSupportHinged(self,
538
- request: ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationRequest,
539
- context: grpc.ServicerContext,
540
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationResponse: ...
541
-
542
- @abc.abstractmethod
543
- def CreateSupportSliding(self,
544
- request: ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationRequest,
545
- context: grpc.ServicerContext,
546
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationResponse: ...
547
-
548
- @abc.abstractmethod
549
- def CreateSupportBall(self,
550
- request: ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationRequest,
551
- context: grpc.ServicerContext,
552
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationResponse: ...
553
-
554
- @abc.abstractmethod
555
- def CreateSupportDisplaced(self,
556
- request: ansys.api.discovery.v0.conditionsstructural_pb2.SupportDisplacedCreationRequest,
557
- context: grpc.ServicerContext,
558
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.SupportDisplacedCreationResponse: ...
559
-
560
- @abc.abstractmethod
561
- def ChangeSupportLocation(self,
562
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
563
- context: grpc.ServicerContext,
564
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
565
-
566
- @abc.abstractmethod
567
- def ChangeSupportSpecification(self,
568
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ChangeSupportSpecificationRequest,
569
- context: grpc.ServicerContext,
570
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
571
-
572
- @abc.abstractmethod
573
- def ChangeSupportDisplacedOrientation(self,
574
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
575
- context: grpc.ServicerContext,
576
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
577
-
578
- @abc.abstractmethod
579
- def ChangeSupportDisplacedDX(self,
580
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
581
- context: grpc.ServicerContext,
582
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
583
-
584
- @abc.abstractmethod
585
- def ChangeSupportDisplacedDY(self,
586
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
587
- context: grpc.ServicerContext,
588
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
589
-
590
- @abc.abstractmethod
591
- def ChangeSupportDisplacedDZ(self,
592
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
593
- context: grpc.ServicerContext,
594
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
595
-
596
- @abc.abstractmethod
597
- def ChangeSupportDisplacedRX(self,
598
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
599
- context: grpc.ServicerContext,
600
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
601
-
602
- @abc.abstractmethod
603
- def ChangeSupportDisplacedRY(self,
604
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
605
- context: grpc.ServicerContext,
606
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
607
-
608
- @abc.abstractmethod
609
- def ChangeSupportDisplacedRZ(self,
610
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
611
- context: grpc.ServicerContext,
612
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
613
-
614
- @abc.abstractmethod
615
- def ChangeSupportDisplacedIsFixedDX(self,
616
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
617
- context: grpc.ServicerContext,
618
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
619
-
620
- @abc.abstractmethod
621
- def ChangeSupportDisplacedIsFixedDY(self,
622
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
623
- context: grpc.ServicerContext,
624
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
625
-
626
- @abc.abstractmethod
627
- def ChangeSupportDisplacedIsFixedDZ(self,
628
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
629
- context: grpc.ServicerContext,
630
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
631
-
632
- @abc.abstractmethod
633
- def ChangeSupportDisplacedIsFixedRX(self,
634
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
635
- context: grpc.ServicerContext,
636
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
637
-
638
- @abc.abstractmethod
639
- def ChangeSupportDisplacedIsFixedRY(self,
640
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
641
- context: grpc.ServicerContext,
642
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
643
-
644
- @abc.abstractmethod
645
- def ChangeSupportDisplacedIsFixedRZ(self,
646
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
647
- context: grpc.ServicerContext,
648
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
649
-
650
- @abc.abstractmethod
651
- def CreateForceDistributedTotal(self,
652
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ForceDistributedTotalCreationRequest,
653
- context: grpc.ServicerContext,
654
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.ForceDistributedTotalCreationResponse:
655
- """Force condition methods
656
-
657
- """
658
- pass
659
-
660
- @abc.abstractmethod
661
- def CreateForceDistributedArea(self,
662
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ForceDistributedAreaCreationRequest,
663
- context: grpc.ServicerContext,
664
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.ForceDistributedAreaCreationResponse: ...
665
-
666
- @abc.abstractmethod
667
- def CreateForceTorque(self,
668
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ForceTorqueCreationRequest,
669
- context: grpc.ServicerContext,
670
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.ForceTorqueCreationResponse: ...
671
-
672
- @abc.abstractmethod
673
- def ChangeForceLocation(self,
674
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
675
- context: grpc.ServicerContext,
676
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
677
-
678
- @abc.abstractmethod
679
- def ChangeForceSpecification(self,
680
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ChangeForceSpecificationRequest,
681
- context: grpc.ServicerContext,
682
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
683
-
684
- @abc.abstractmethod
685
- def ChangeForceMagnitudeDefinition(self,
686
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ChangeForceMagnitudeDefinitionRequest,
687
- context: grpc.ServicerContext,
688
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
689
-
690
- @abc.abstractmethod
691
- def ChangeForceByReversingDirection(self,
692
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeCommandRequest,
693
- context: grpc.ServicerContext,
694
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
695
-
696
- @abc.abstractmethod
697
- def ChangeForceDefinedByComponentEnabled(self,
698
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
699
- context: grpc.ServicerContext,
700
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
701
-
702
- @abc.abstractmethod
703
- def ChangeForceDistributedTotalMagnitude(self,
704
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
705
- context: grpc.ServicerContext,
706
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
707
-
708
- @abc.abstractmethod
709
- def ChangeForceDistributedTotalX(self,
710
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
711
- context: grpc.ServicerContext,
712
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
713
-
714
- @abc.abstractmethod
715
- def ChangeForceDistributedTotalY(self,
716
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
717
- context: grpc.ServicerContext,
718
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
719
-
720
- @abc.abstractmethod
721
- def ChangeForceDistributedTotalZ(self,
722
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
723
- context: grpc.ServicerContext,
724
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
725
-
726
- @abc.abstractmethod
727
- def ChangeForceDistributedAreaMagnitude(self,
728
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
729
- context: grpc.ServicerContext,
730
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
731
-
732
- @abc.abstractmethod
733
- def ChangeForceDistributedAreaX(self,
734
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
735
- context: grpc.ServicerContext,
736
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
737
-
738
- @abc.abstractmethod
739
- def ChangeForceDistributedAreaY(self,
740
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
741
- context: grpc.ServicerContext,
742
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
743
-
744
- @abc.abstractmethod
745
- def ChangeForceDistributedAreaZ(self,
746
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
747
- context: grpc.ServicerContext,
748
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
749
-
750
- @abc.abstractmethod
751
- def ChangeForceUseRemoteForceEnabled(self,
752
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
753
- context: grpc.ServicerContext,
754
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
755
-
756
- @abc.abstractmethod
757
- def ChangeForceDistributedRemotePositionX(self,
758
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
759
- context: grpc.ServicerContext,
760
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
761
-
762
- @abc.abstractmethod
763
- def ChangeForceDistributedRemotePositionY(self,
764
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
765
- context: grpc.ServicerContext,
766
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
767
-
768
- @abc.abstractmethod
769
- def ChangeForceDistributedRemotePositionZ(self,
770
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
771
- context: grpc.ServicerContext,
772
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
773
-
774
- @abc.abstractmethod
775
- def ChangeForceTorqueMagnitude(self,
776
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
777
- context: grpc.ServicerContext,
778
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
779
-
780
- @abc.abstractmethod
781
- def ChangeForceTorqueX(self,
782
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
783
- context: grpc.ServicerContext,
784
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
785
-
786
- @abc.abstractmethod
787
- def ChangeForceTorqueY(self,
788
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
789
- context: grpc.ServicerContext,
790
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
791
-
792
- @abc.abstractmethod
793
- def ChangeForceTorqueZ(self,
794
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
795
- context: grpc.ServicerContext,
796
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
797
-
798
- @abc.abstractmethod
799
- def CreatePressure(self,
800
- request: ansys.api.discovery.v0.conditionsstructural_pb2.PressureCreationRequest,
801
- context: grpc.ServicerContext,
802
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.PressureCreationResponse:
803
- """Pressure condition methods"""
804
- pass
805
-
806
- @abc.abstractmethod
807
- def ChangePressureLocation(self,
808
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
809
- context: grpc.ServicerContext,
810
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
811
-
812
- @abc.abstractmethod
813
- def ChangePressureMagnitude(self,
814
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
815
- context: grpc.ServicerContext,
816
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
817
-
818
- @abc.abstractmethod
819
- def CreateDisplacementTranslation(self,
820
- request: ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementTranslationCreationRequest,
821
- context: grpc.ServicerContext,
822
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementCreationResponse:
823
- """Displacement condition methods"""
824
- pass
825
-
826
- @abc.abstractmethod
827
- def CreateDisplacementRotation(self,
828
- request: ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementRotationCreationRequest,
829
- context: grpc.ServicerContext,
830
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementCreationResponse: ...
831
-
832
- @abc.abstractmethod
833
- def CreateDisplacementCombined(self,
834
- request: ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementCombinedCreationRequest,
835
- context: grpc.ServicerContext,
836
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementCreationResponse: ...
837
-
838
- @abc.abstractmethod
839
- def ChangeDisplacementLocation(self,
840
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
841
- context: grpc.ServicerContext,
842
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
843
-
844
- @abc.abstractmethod
845
- def ChangeDisplacementSpecification(self,
846
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ChangeDisplacementSpecificationRequest,
847
- context: grpc.ServicerContext,
848
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
849
-
850
- @abc.abstractmethod
851
- def ChangeDisplacementOrientation(self,
852
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
853
- context: grpc.ServicerContext,
854
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
855
-
856
- @abc.abstractmethod
857
- def ChangeDisplacementDX(self,
858
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
859
- context: grpc.ServicerContext,
860
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
861
-
862
- @abc.abstractmethod
863
- def ChangeDisplacementDY(self,
864
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
865
- context: grpc.ServicerContext,
866
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
867
-
868
- @abc.abstractmethod
869
- def ChangeDisplacementDZ(self,
870
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
871
- context: grpc.ServicerContext,
872
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
873
-
874
- @abc.abstractmethod
875
- def ChangeDisplacementTranslationalMagnitude(self,
876
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
877
- context: grpc.ServicerContext,
878
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
879
-
880
- @abc.abstractmethod
881
- def ChangeDisplacementRX(self,
882
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
883
- context: grpc.ServicerContext,
884
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
885
-
886
- @abc.abstractmethod
887
- def ChangeDisplacementRY(self,
888
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
889
- context: grpc.ServicerContext,
890
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
891
-
892
- @abc.abstractmethod
893
- def ChangeDisplacementRZ(self,
894
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
895
- context: grpc.ServicerContext,
896
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
897
-
898
- @abc.abstractmethod
899
- def ChangeDisplacementRotationalMagnitude(self,
900
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
901
- context: grpc.ServicerContext,
902
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
903
-
904
- @abc.abstractmethod
905
- def ChangeDisplacementIsFixedDX(self,
906
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
907
- context: grpc.ServicerContext,
908
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
909
-
910
- @abc.abstractmethod
911
- def ChangeDisplacementIsFixedDY(self,
912
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
913
- context: grpc.ServicerContext,
914
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
915
-
916
- @abc.abstractmethod
917
- def ChangeDisplacementIsFixedDZ(self,
918
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
919
- context: grpc.ServicerContext,
920
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
921
-
922
- @abc.abstractmethod
923
- def ChangeDisplacementIsFixedRX(self,
924
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
925
- context: grpc.ServicerContext,
926
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
927
-
928
- @abc.abstractmethod
929
- def ChangeDisplacementIsFixedRY(self,
930
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
931
- context: grpc.ServicerContext,
932
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
933
-
934
- @abc.abstractmethod
935
- def ChangeDisplacementIsFixedRZ(self,
936
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
937
- context: grpc.ServicerContext,
938
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
939
-
940
- @abc.abstractmethod
941
- def ChangeDisplacementUseRemotePointEnabled(self,
942
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
943
- context: grpc.ServicerContext,
944
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
945
-
946
- @abc.abstractmethod
947
- def ChangeDisplacementDistributedRemotePositionX(self,
948
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
949
- context: grpc.ServicerContext,
950
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
951
-
952
- @abc.abstractmethod
953
- def ChangeDisplacementDistributedRemotePositionY(self,
954
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
955
- context: grpc.ServicerContext,
956
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
957
-
958
- @abc.abstractmethod
959
- def ChangeDisplacementDistributedRemotePositionZ(self,
960
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
961
- context: grpc.ServicerContext,
962
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
963
-
964
- @abc.abstractmethod
965
- def CreateMomentLocal(self,
966
- request: ansys.api.discovery.v0.conditionsstructural_pb2.MomentCreationRequest,
967
- context: grpc.ServicerContext,
968
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.MomentCreationResponse:
969
- """Moment condition methods"""
970
- pass
971
-
972
- @abc.abstractmethod
973
- def CreateMomentGlobal(self,
974
- request: ansys.api.discovery.v0.conditionsstructural_pb2.MomentCreationRequest,
975
- context: grpc.ServicerContext,
976
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.MomentCreationResponse: ...
977
-
978
- @abc.abstractmethod
979
- def ChangeMomentLocation(self,
980
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
981
- context: grpc.ServicerContext,
982
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
983
-
984
- @abc.abstractmethod
985
- def ChangeMomentSpecification(self,
986
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ChangeMomentSpecificationRequest,
987
- context: grpc.ServicerContext,
988
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
989
-
990
- @abc.abstractmethod
991
- def ChangeMomentOrientation(self,
992
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
993
- context: grpc.ServicerContext,
994
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
995
-
996
- @abc.abstractmethod
997
- def ChangeMomentLocalX(self,
998
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
999
- context: grpc.ServicerContext,
1000
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1001
-
1002
- @abc.abstractmethod
1003
- def ChangeMomentLocalY(self,
1004
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1005
- context: grpc.ServicerContext,
1006
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1007
-
1008
- @abc.abstractmethod
1009
- def ChangeMomentLocalZ(self,
1010
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1011
- context: grpc.ServicerContext,
1012
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1013
-
1014
- @abc.abstractmethod
1015
- def ChangeMomentGlobalX(self,
1016
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1017
- context: grpc.ServicerContext,
1018
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1019
-
1020
- @abc.abstractmethod
1021
- def ChangeMomentGlobalY(self,
1022
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1023
- context: grpc.ServicerContext,
1024
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1025
-
1026
- @abc.abstractmethod
1027
- def ChangeMomentGlobalZ(self,
1028
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1029
- context: grpc.ServicerContext,
1030
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1031
-
1032
- @abc.abstractmethod
1033
- def CreateMass(self,
1034
- request: ansys.api.discovery.v0.conditionsstructural_pb2.MassCreationRequest,
1035
- context: grpc.ServicerContext,
1036
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.MassCreationResponse:
1037
- """Mass condition methods"""
1038
- pass
1039
-
1040
- @abc.abstractmethod
1041
- def ChangeMassLocation(self,
1042
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
1043
- context: grpc.ServicerContext,
1044
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1045
-
1046
- @abc.abstractmethod
1047
- def ChangeMassMagnitude(self,
1048
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1049
- context: grpc.ServicerContext,
1050
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1051
-
1052
- @abc.abstractmethod
1053
- def ChangeMassUseRemotePointEnabled(self,
1054
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1055
- context: grpc.ServicerContext,
1056
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1057
-
1058
- @abc.abstractmethod
1059
- def ChangeMassRemotePositionX(self,
1060
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1061
- context: grpc.ServicerContext,
1062
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1063
-
1064
- @abc.abstractmethod
1065
- def ChangeMassRemotePositionY(self,
1066
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1067
- context: grpc.ServicerContext,
1068
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1069
-
1070
- @abc.abstractmethod
1071
- def ChangeMassRemotePositionZ(self,
1072
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1073
- context: grpc.ServicerContext,
1074
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1075
-
1076
- @abc.abstractmethod
1077
- def CreateVelocity(self,
1078
- request: ansys.api.discovery.v0.conditionsstructural_pb2.VelocityCreationRequest,
1079
- context: grpc.ServicerContext,
1080
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.VelocityCreationResponse:
1081
- """Velocity condition methods"""
1082
- pass
1083
-
1084
- @abc.abstractmethod
1085
- def ChangeVelocityLocation(self,
1086
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
1087
- context: grpc.ServicerContext,
1088
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1089
-
1090
- @abc.abstractmethod
1091
- def ChangeVelocityOrientation(self,
1092
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
1093
- context: grpc.ServicerContext,
1094
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1095
-
1096
- @abc.abstractmethod
1097
- def ChangeVelocityRX(self,
1098
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1099
- context: grpc.ServicerContext,
1100
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1101
-
1102
- @abc.abstractmethod
1103
- def ChangeVelocityRY(self,
1104
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1105
- context: grpc.ServicerContext,
1106
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1107
-
1108
- @abc.abstractmethod
1109
- def ChangeVelocityRZ(self,
1110
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1111
- context: grpc.ServicerContext,
1112
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1113
-
1114
- @abc.abstractmethod
1115
- def ChangeVelocityRotationalMagnitude(self,
1116
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1117
- context: grpc.ServicerContext,
1118
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1119
-
1120
- @abc.abstractmethod
1121
- def ChangeVelocityIsFixedRX(self,
1122
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1123
- context: grpc.ServicerContext,
1124
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1125
-
1126
- @abc.abstractmethod
1127
- def ChangeVelocityIsFixedRY(self,
1128
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1129
- context: grpc.ServicerContext,
1130
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1131
-
1132
- @abc.abstractmethod
1133
- def ChangeVelocityIsFixedRZ(self,
1134
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1135
- context: grpc.ServicerContext,
1136
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1137
-
1138
- @abc.abstractmethod
1139
- def ChangeVelocityUseRemotePointEnabled(self,
1140
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1141
- context: grpc.ServicerContext,
1142
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1143
-
1144
- @abc.abstractmethod
1145
- def ChangeVelocityRemotePositionX(self,
1146
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1147
- context: grpc.ServicerContext,
1148
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1149
-
1150
- @abc.abstractmethod
1151
- def ChangeVelocityRemotePositionY(self,
1152
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1153
- context: grpc.ServicerContext,
1154
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1155
-
1156
- @abc.abstractmethod
1157
- def ChangeVelocityRemotePositionZ(self,
1158
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1159
- context: grpc.ServicerContext,
1160
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1161
-
1162
- @abc.abstractmethod
1163
- def CreateAcceleration(self,
1164
- request: ansys.api.discovery.v0.conditionsstructural_pb2.AccelerationCreationRequest,
1165
- context: grpc.ServicerContext,
1166
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.AccelerationCreationResponse:
1167
- """Acceleration condition methods"""
1168
- pass
1169
-
1170
- @abc.abstractmethod
1171
- def ChangeAccelerationLocation(self,
1172
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
1173
- context: grpc.ServicerContext,
1174
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1175
-
1176
- @abc.abstractmethod
1177
- def ChangeAccelerationOrientation(self,
1178
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
1179
- context: grpc.ServicerContext,
1180
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1181
-
1182
- @abc.abstractmethod
1183
- def ChangeAccelerationDX(self,
1184
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1185
- context: grpc.ServicerContext,
1186
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1187
-
1188
- @abc.abstractmethod
1189
- def ChangeAccelerationDY(self,
1190
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1191
- context: grpc.ServicerContext,
1192
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1193
-
1194
- @abc.abstractmethod
1195
- def ChangeAccelerationDZ(self,
1196
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1197
- context: grpc.ServicerContext,
1198
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1199
-
1200
- @abc.abstractmethod
1201
- def ChangeAccelerationTranslationalMagnitude(self,
1202
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1203
- context: grpc.ServicerContext,
1204
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1205
-
1206
- @abc.abstractmethod
1207
- def ChangeAccelerationIsFixedDX(self,
1208
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1209
- context: grpc.ServicerContext,
1210
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1211
-
1212
- @abc.abstractmethod
1213
- def ChangeAccelerationIsFixedDY(self,
1214
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1215
- context: grpc.ServicerContext,
1216
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1217
-
1218
- @abc.abstractmethod
1219
- def ChangeAccelerationIsFixedDZ(self,
1220
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1221
- context: grpc.ServicerContext,
1222
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1223
-
1224
- @abc.abstractmethod
1225
- def ChangeGravityOrientation(self,
1226
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
1227
- context: grpc.ServicerContext,
1228
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse:
1229
- """Gravity condition methods
1230
- No create for gravity, it's done automatically, and always applied to all bodies
1231
- """
1232
- pass
1233
-
1234
- @abc.abstractmethod
1235
- def ChangeGravityDX(self,
1236
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1237
- context: grpc.ServicerContext,
1238
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1239
-
1240
- @abc.abstractmethod
1241
- def ChangeGravityDY(self,
1242
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1243
- context: grpc.ServicerContext,
1244
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1245
-
1246
- @abc.abstractmethod
1247
- def ChangeGravityDZ(self,
1248
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1249
- context: grpc.ServicerContext,
1250
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1251
-
1252
- @abc.abstractmethod
1253
- def ChangeGravityTranslationalMagnitude(self,
1254
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1255
- context: grpc.ServicerContext,
1256
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1257
-
1258
- @abc.abstractmethod
1259
- def ChangeGravityUseBuoyancyEnabled(self,
1260
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1261
- context: grpc.ServicerContext,
1262
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1263
-
1264
- @abc.abstractmethod
1265
- def ChangeGravityIncludeSelfWeightEnabled(self,
1266
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1267
- context: grpc.ServicerContext,
1268
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1269
-
1270
- @abc.abstractmethod
1271
- def CreateBearing(self,
1272
- request: ansys.api.discovery.v0.conditionsstructural_pb2.BearingCreationRequest,
1273
- context: grpc.ServicerContext,
1274
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.BearingCreationResponse:
1275
- """Bearing condition methods"""
1276
- pass
1277
-
1278
- @abc.abstractmethod
1279
- def ChangeBearingLocation(self,
1280
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
1281
- context: grpc.ServicerContext,
1282
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1283
-
1284
- @abc.abstractmethod
1285
- def ChangeBearingRadialForce(self,
1286
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1287
- context: grpc.ServicerContext,
1288
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1289
-
1290
- @abc.abstractmethod
1291
- def ChangeBearingThrustForce(self,
1292
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1293
- context: grpc.ServicerContext,
1294
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1295
-
1296
- @abc.abstractmethod
1297
- def ChangeBearingAngle(self,
1298
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1299
- context: grpc.ServicerContext,
1300
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1301
-
1302
-
1303
- def add_ConditionsStructuralServicer_to_server(servicer: ConditionsStructuralServicer, server: grpc.Server) -> None: ...