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

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

Potentially problematic release.


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

Files changed (168) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/assignments/boltassignment.proto +40 -0
  3. ansys/api/discovery/v0/assignments/boltassignment_pb2.py +37 -0
  4. ansys/api/discovery/v0/assignments/boltassignment_pb2.pyi +95 -0
  5. ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.py +67 -0
  6. ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.pyi +27 -0
  7. ansys/api/discovery/v0/conditions/acceleration.proto +52 -0
  8. ansys/api/discovery/v0/conditions/acceleration_pb2.py +36 -0
  9. ansys/api/discovery/v0/conditions/acceleration_pb2.pyi +94 -0
  10. ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.py +365 -0
  11. ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.pyi +118 -0
  12. ansys/api/discovery/v0/conditions/bearing.proto +47 -0
  13. ansys/api/discovery/v0/conditions/bearing_pb2.py +36 -0
  14. ansys/api/discovery/v0/conditions/bearing_pb2.pyi +102 -0
  15. ansys/api/discovery/v0/conditions/bearing_pb2_grpc.py +200 -0
  16. ansys/api/discovery/v0/conditions/bearing_pb2_grpc.pyi +68 -0
  17. ansys/api/discovery/v0/conditions/boltpreload.proto +94 -0
  18. ansys/api/discovery/v0/conditions/boltpreload_pb2.py +48 -0
  19. ansys/api/discovery/v0/conditions/boltpreload_pb2.pyi +218 -0
  20. ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.py +431 -0
  21. ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.pyi +138 -0
  22. ansys/api/discovery/v0/{conditions.proto → conditions/condition.proto} +5 -4
  23. ansys/api/discovery/v0/conditions/condition_pb2.py +34 -0
  24. ansys/api/discovery/v0/{conditions_pb2.pyi → conditions/condition_pb2.pyi} +13 -6
  25. ansys/api/discovery/v0/{conditions_pb2_grpc.py → conditions/condition_pb2_grpc.py} +21 -21
  26. ansys/api/discovery/v0/{conditions_pb2_grpc.pyi → conditions/condition_pb2_grpc.pyi} +10 -10
  27. ansys/api/discovery/v0/conditions/convection.proto +43 -0
  28. ansys/api/discovery/v0/conditions/convection_pb2.py +34 -0
  29. ansys/api/discovery/v0/conditions/convection_pb2.pyi +89 -0
  30. ansys/api/discovery/v0/conditions/convection_pb2_grpc.py +166 -0
  31. ansys/api/discovery/v0/conditions/convection_pb2_grpc.pyi +55 -0
  32. ansys/api/discovery/v0/conditions/displacement.proto +105 -0
  33. ansys/api/discovery/v0/conditions/displacement_pb2.py +48 -0
  34. ansys/api/discovery/v0/conditions/displacement_pb2.pyi +209 -0
  35. ansys/api/discovery/v0/conditions/displacement_pb2_grpc.py +827 -0
  36. ansys/api/discovery/v0/conditions/displacement_pb2_grpc.pyi +258 -0
  37. ansys/api/discovery/v0/{conditionsfluid.proto → conditions/flow.proto} +19 -24
  38. ansys/api/discovery/v0/conditions/flow_pb2.py +86 -0
  39. ansys/api/discovery/v0/{conditionsfluid_pb2.pyi → conditions/flow_pb2.pyi} +51 -34
  40. ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.py → conditions/flow_pb2_grpc.py} +86 -86
  41. ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.pyi → conditions/flow_pb2_grpc.pyi} +32 -32
  42. ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +13 -0
  43. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +28 -0
  44. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.pyi +7 -0
  45. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.py +66 -0
  46. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.pyi +24 -0
  47. ansys/api/discovery/v0/conditions/force.proto +131 -0
  48. ansys/api/discovery/v0/conditions/force_pb2.py +56 -0
  49. ansys/api/discovery/v0/conditions/force_pb2.pyi +286 -0
  50. ansys/api/discovery/v0/conditions/force_pb2_grpc.py +829 -0
  51. ansys/api/discovery/v0/conditions/force_pb2_grpc.pyi +257 -0
  52. ansys/api/discovery/v0/conditions/gravity.proto +39 -0
  53. ansys/api/discovery/v0/conditions/gravity_pb2.py +32 -0
  54. ansys/api/discovery/v0/conditions/gravity_pb2.pyi +65 -0
  55. ansys/api/discovery/v0/conditions/gravity_pb2_grpc.py +266 -0
  56. ansys/api/discovery/v0/conditions/gravity_pb2_grpc.pyi +91 -0
  57. ansys/api/discovery/v0/conditions/heat.proto +90 -0
  58. ansys/api/discovery/v0/conditions/heat_pb2.py +46 -0
  59. ansys/api/discovery/v0/conditions/heat_pb2.pyi +210 -0
  60. ansys/api/discovery/v0/conditions/heat_pb2_grpc.py +332 -0
  61. ansys/api/discovery/v0/conditions/heat_pb2_grpc.pyi +108 -0
  62. ansys/api/discovery/v0/conditions/insulated.proto +34 -0
  63. ansys/api/discovery/v0/conditions/insulated_pb2.py +34 -0
  64. ansys/api/discovery/v0/conditions/insulated_pb2.pyi +73 -0
  65. ansys/api/discovery/v0/conditions/insulated_pb2_grpc.py +100 -0
  66. ansys/api/discovery/v0/conditions/insulated_pb2_grpc.pyi +35 -0
  67. ansys/api/discovery/v0/conditions/mass.proto +49 -0
  68. ansys/api/discovery/v0/conditions/mass_pb2.py +36 -0
  69. ansys/api/discovery/v0/conditions/mass_pb2.pyi +98 -0
  70. ansys/api/discovery/v0/conditions/mass_pb2_grpc.py +266 -0
  71. ansys/api/discovery/v0/conditions/mass_pb2_grpc.pyi +88 -0
  72. ansys/api/discovery/v0/conditions/moment.proto +67 -0
  73. ansys/api/discovery/v0/conditions/moment_pb2.py +40 -0
  74. ansys/api/discovery/v0/conditions/moment_pb2.pyi +132 -0
  75. ansys/api/discovery/v0/conditions/moment_pb2_grpc.py +398 -0
  76. ansys/api/discovery/v0/conditions/moment_pb2_grpc.pyi +128 -0
  77. ansys/api/discovery/v0/conditions/porous.proto +116 -0
  78. ansys/api/discovery/v0/conditions/porous_pb2.py +44 -0
  79. ansys/api/discovery/v0/conditions/porous_pb2.pyi +217 -0
  80. ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +534 -0
  81. ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +181 -0
  82. ansys/api/discovery/v0/conditions/pressure.proto +43 -0
  83. ansys/api/discovery/v0/conditions/pressure_pb2.py +36 -0
  84. ansys/api/discovery/v0/conditions/pressure_pb2.pyi +94 -0
  85. ansys/api/discovery/v0/conditions/pressure_pb2_grpc.py +134 -0
  86. ansys/api/discovery/v0/conditions/pressure_pb2_grpc.pyi +48 -0
  87. ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +57 -0
  88. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py +36 -0
  89. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi +102 -0
  90. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.py +136 -0
  91. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.pyi +54 -0
  92. ansys/api/discovery/v0/conditions/solidtemperature.proto +40 -0
  93. ansys/api/discovery/v0/conditions/solidtemperature_pb2.py +34 -0
  94. ansys/api/discovery/v0/conditions/solidtemperature_pb2.pyi +81 -0
  95. ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.py +166 -0
  96. ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.pyi +55 -0
  97. ansys/api/discovery/v0/conditions/springpreload.proto +105 -0
  98. ansys/api/discovery/v0/conditions/springpreload_pb2.py +50 -0
  99. ansys/api/discovery/v0/conditions/springpreload_pb2.pyi +250 -0
  100. ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.py +431 -0
  101. ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.pyi +138 -0
  102. ansys/api/discovery/v0/conditions/support.proto +98 -0
  103. ansys/api/discovery/v0/conditions/support_pb2.py +46 -0
  104. ansys/api/discovery/v0/conditions/support_pb2.pyi +200 -0
  105. ansys/api/discovery/v0/{conditionsthermal_pb2_grpc.py → conditions/support_pb2_grpc.py} +251 -221
  106. ansys/api/discovery/v0/conditions/support_pb2_grpc.pyi +218 -0
  107. ansys/api/discovery/v0/conditions/velocity.proto +58 -0
  108. ansys/api/discovery/v0/conditions/velocity_pb2.py +36 -0
  109. ansys/api/discovery/v0/conditions/velocity_pb2.pyi +98 -0
  110. ansys/api/discovery/v0/conditions/velocity_pb2_grpc.py +497 -0
  111. ansys/api/discovery/v0/conditions/velocity_pb2_grpc.pyi +158 -0
  112. ansys/api/discovery/v0/conditions/wall.proto +209 -0
  113. ansys/api/discovery/v0/conditions/wall_pb2.py +70 -0
  114. ansys/api/discovery/v0/conditions/wall_pb2.pyi +494 -0
  115. ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +633 -0
  116. ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +211 -0
  117. ansys/api/discovery/v0/connections/contact.proto +110 -0
  118. ansys/api/discovery/v0/connections/contact_pb2.py +46 -0
  119. ansys/api/discovery/v0/connections/contact_pb2.pyi +242 -0
  120. ansys/api/discovery/v0/connections/contact_pb2_grpc.py +827 -0
  121. ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +258 -0
  122. ansys/api/discovery/v0/connections/contactgroup.proto +89 -0
  123. ansys/api/discovery/v0/connections/contactgroup_pb2.py +37 -0
  124. ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +178 -0
  125. ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +860 -0
  126. ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +266 -0
  127. ansys/api/discovery/v0/connections/joint.proto +56 -0
  128. ansys/api/discovery/v0/connections/joint_pb2.py +40 -0
  129. ansys/api/discovery/v0/connections/joint_pb2.pyi +129 -0
  130. ansys/api/discovery/v0/connections/joint_pb2_grpc.py +167 -0
  131. ansys/api/discovery/v0/connections/joint_pb2_grpc.pyi +58 -0
  132. ansys/api/discovery/v0/discoverymodels.proto +34 -17
  133. ansys/api/discovery/v0/discoverymodels_pb2.py +46 -40
  134. ansys/api/discovery/v0/discoverymodels_pb2.pyi +118 -47
  135. ansys/api/discovery/v0/engineeringdata/boltdata.proto +37 -0
  136. ansys/api/discovery/v0/engineeringdata/boltdata_pb2.py +36 -0
  137. ansys/api/discovery/v0/engineeringdata/boltdata_pb2.pyi +81 -0
  138. ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.py +67 -0
  139. ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.pyi +27 -0
  140. ansys/api/discovery/v0/monitors.proto +4 -4
  141. ansys/api/discovery/v0/monitors_pb2.py +10 -10
  142. ansys/api/discovery/v0/monitors_pb2.pyi +11 -11
  143. ansys/api/discovery/v0/solution.proto +4 -3
  144. ansys/api/discovery/v0/solution_pb2.py +16 -15
  145. ansys/api/discovery/v0/solution_pb2.pyi +11 -7
  146. ansys/api/discovery/v0/unsupported.proto +10 -0
  147. ansys/api/discovery/v0/unsupported_pb2.py +5 -3
  148. ansys/api/discovery/v0/unsupported_pb2.pyi +14 -0
  149. ansys/api/discovery/v0/unsupported_pb2_grpc.py +68 -0
  150. ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +24 -0
  151. {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/METADATA +13 -4
  152. ansys_api_discovery-0.6.4.dist-info/RECORD +200 -0
  153. {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/WHEEL +1 -1
  154. ansys/api/discovery/v0/conditions_pb2.py +0 -33
  155. ansys/api/discovery/v0/conditionsfluid_pb2.py +0 -85
  156. ansys/api/discovery/v0/conditionsstructural.proto +0 -407
  157. ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -113
  158. ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -839
  159. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -2746
  160. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -854
  161. ansys/api/discovery/v0/conditionsthermal.proto +0 -179
  162. ansys/api/discovery/v0/conditionsthermal_pb2.py +0 -63
  163. ansys/api/discovery/v0/conditionsthermal_pb2.pyi +0 -399
  164. ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +0 -217
  165. ansys_api_discovery-0.6.2.dist-info/RECORD +0 -85
  166. {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/LICENSE +0 -0
  167. {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/entry_points.txt +0 -0
  168. {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/top_level.txt +0 -0
@@ -1,854 +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
-
348
- class ConditionsStructuralServicer(metaclass=abc.ABCMeta):
349
- @abc.abstractmethod
350
- def CreateSupportFixed(self,
351
- request: ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationRequest,
352
- context: grpc.ServicerContext,
353
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationResponse:
354
- """Support condition methods"""
355
- pass
356
-
357
- @abc.abstractmethod
358
- def CreateSupportHinged(self,
359
- request: ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationRequest,
360
- context: grpc.ServicerContext,
361
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationResponse: ...
362
-
363
- @abc.abstractmethod
364
- def CreateSupportSliding(self,
365
- request: ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationRequest,
366
- context: grpc.ServicerContext,
367
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationResponse: ...
368
-
369
- @abc.abstractmethod
370
- def CreateSupportBall(self,
371
- request: ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationRequest,
372
- context: grpc.ServicerContext,
373
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.SupportGeneralCreationResponse: ...
374
-
375
- @abc.abstractmethod
376
- def CreateSupportDisplaced(self,
377
- request: ansys.api.discovery.v0.conditionsstructural_pb2.SupportDisplacedCreationRequest,
378
- context: grpc.ServicerContext,
379
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.SupportDisplacedCreationResponse: ...
380
-
381
- @abc.abstractmethod
382
- def ChangeSupportLocation(self,
383
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
384
- context: grpc.ServicerContext,
385
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
386
-
387
- @abc.abstractmethod
388
- def ChangeSupportSpecification(self,
389
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ChangeSupportSpecificationRequest,
390
- context: grpc.ServicerContext,
391
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
392
-
393
- @abc.abstractmethod
394
- def ChangeSupportDisplacedOrientation(self,
395
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
396
- context: grpc.ServicerContext,
397
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
398
-
399
- @abc.abstractmethod
400
- def ChangeSupportDisplacedDX(self,
401
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
402
- context: grpc.ServicerContext,
403
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
404
-
405
- @abc.abstractmethod
406
- def ChangeSupportDisplacedDY(self,
407
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
408
- context: grpc.ServicerContext,
409
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
410
-
411
- @abc.abstractmethod
412
- def ChangeSupportDisplacedDZ(self,
413
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
414
- context: grpc.ServicerContext,
415
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
416
-
417
- @abc.abstractmethod
418
- def ChangeSupportDisplacedRX(self,
419
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
420
- context: grpc.ServicerContext,
421
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
422
-
423
- @abc.abstractmethod
424
- def ChangeSupportDisplacedRY(self,
425
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
426
- context: grpc.ServicerContext,
427
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
428
-
429
- @abc.abstractmethod
430
- def ChangeSupportDisplacedRZ(self,
431
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
432
- context: grpc.ServicerContext,
433
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
434
-
435
- @abc.abstractmethod
436
- def ChangeSupportDisplacedIsFixedDX(self,
437
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
438
- context: grpc.ServicerContext,
439
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
440
-
441
- @abc.abstractmethod
442
- def ChangeSupportDisplacedIsFixedDY(self,
443
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
444
- context: grpc.ServicerContext,
445
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
446
-
447
- @abc.abstractmethod
448
- def ChangeSupportDisplacedIsFixedDZ(self,
449
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
450
- context: grpc.ServicerContext,
451
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
452
-
453
- @abc.abstractmethod
454
- def ChangeSupportDisplacedIsFixedRX(self,
455
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
456
- context: grpc.ServicerContext,
457
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
458
-
459
- @abc.abstractmethod
460
- def ChangeSupportDisplacedIsFixedRY(self,
461
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
462
- context: grpc.ServicerContext,
463
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
464
-
465
- @abc.abstractmethod
466
- def ChangeSupportDisplacedIsFixedRZ(self,
467
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
468
- context: grpc.ServicerContext,
469
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
470
-
471
- @abc.abstractmethod
472
- def CreateForceDistributedTotal(self,
473
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ForceDistributedTotalCreationRequest,
474
- context: grpc.ServicerContext,
475
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.ForceDistributedTotalCreationResponse:
476
- """Force condition methods
477
-
478
- """
479
- pass
480
-
481
- @abc.abstractmethod
482
- def CreateForceDistributedArea(self,
483
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ForceDistributedAreaCreationRequest,
484
- context: grpc.ServicerContext,
485
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.ForceDistributedAreaCreationResponse: ...
486
-
487
- @abc.abstractmethod
488
- def CreateForceTorque(self,
489
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ForceTorqueCreationRequest,
490
- context: grpc.ServicerContext,
491
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.ForceTorqueCreationResponse: ...
492
-
493
- @abc.abstractmethod
494
- def ChangeForceLocation(self,
495
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
496
- context: grpc.ServicerContext,
497
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
498
-
499
- @abc.abstractmethod
500
- def ChangeForceSpecification(self,
501
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ChangeForceSpecificationRequest,
502
- context: grpc.ServicerContext,
503
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
504
-
505
- @abc.abstractmethod
506
- def ChangeForceMagnitudeDefinition(self,
507
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ChangeForceMagnitudeDefinitionRequest,
508
- context: grpc.ServicerContext,
509
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
510
-
511
- @abc.abstractmethod
512
- def ChangeForceByReversingDirection(self,
513
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeCommandRequest,
514
- context: grpc.ServicerContext,
515
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
516
-
517
- @abc.abstractmethod
518
- def ChangeForceDefinedByComponentEnabled(self,
519
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
520
- context: grpc.ServicerContext,
521
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
522
-
523
- @abc.abstractmethod
524
- def ChangeForceDistributedTotalMagnitude(self,
525
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
526
- context: grpc.ServicerContext,
527
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
528
-
529
- @abc.abstractmethod
530
- def ChangeForceDistributedTotalX(self,
531
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
532
- context: grpc.ServicerContext,
533
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
534
-
535
- @abc.abstractmethod
536
- def ChangeForceDistributedTotalY(self,
537
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
538
- context: grpc.ServicerContext,
539
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
540
-
541
- @abc.abstractmethod
542
- def ChangeForceDistributedTotalZ(self,
543
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
544
- context: grpc.ServicerContext,
545
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
546
-
547
- @abc.abstractmethod
548
- def ChangeForceDistributedAreaMagnitude(self,
549
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
550
- context: grpc.ServicerContext,
551
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
552
-
553
- @abc.abstractmethod
554
- def ChangeForceDistributedAreaX(self,
555
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
556
- context: grpc.ServicerContext,
557
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
558
-
559
- @abc.abstractmethod
560
- def ChangeForceDistributedAreaY(self,
561
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
562
- context: grpc.ServicerContext,
563
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
564
-
565
- @abc.abstractmethod
566
- def ChangeForceDistributedAreaZ(self,
567
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
568
- context: grpc.ServicerContext,
569
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
570
-
571
- @abc.abstractmethod
572
- def ChangeForceUseRemoteForceEnabled(self,
573
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
574
- context: grpc.ServicerContext,
575
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
576
-
577
- @abc.abstractmethod
578
- def ChangeForceDistributedRemotePositionX(self,
579
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
580
- context: grpc.ServicerContext,
581
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
582
-
583
- @abc.abstractmethod
584
- def ChangeForceDistributedRemotePositionY(self,
585
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
586
- context: grpc.ServicerContext,
587
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
588
-
589
- @abc.abstractmethod
590
- def ChangeForceDistributedRemotePositionZ(self,
591
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
592
- context: grpc.ServicerContext,
593
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
594
-
595
- @abc.abstractmethod
596
- def ChangeForceTorqueMagnitude(self,
597
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
598
- context: grpc.ServicerContext,
599
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
600
-
601
- @abc.abstractmethod
602
- def ChangeForceTorqueX(self,
603
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
604
- context: grpc.ServicerContext,
605
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
606
-
607
- @abc.abstractmethod
608
- def ChangeForceTorqueY(self,
609
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
610
- context: grpc.ServicerContext,
611
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
612
-
613
- @abc.abstractmethod
614
- def ChangeForceTorqueZ(self,
615
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
616
- context: grpc.ServicerContext,
617
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
618
-
619
- @abc.abstractmethod
620
- def CreatePressure(self,
621
- request: ansys.api.discovery.v0.conditionsstructural_pb2.PressureCreationRequest,
622
- context: grpc.ServicerContext,
623
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.PressureCreationResponse:
624
- """Pressure condition methods"""
625
- pass
626
-
627
- @abc.abstractmethod
628
- def ChangePressureLocation(self,
629
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
630
- context: grpc.ServicerContext,
631
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
632
-
633
- @abc.abstractmethod
634
- def ChangePressureMagnitude(self,
635
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
636
- context: grpc.ServicerContext,
637
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
638
-
639
- @abc.abstractmethod
640
- def CreateDisplacementTranslation(self,
641
- request: ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementTranslationCreationRequest,
642
- context: grpc.ServicerContext,
643
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementCreationResponse:
644
- """Displacement condition methods"""
645
- pass
646
-
647
- @abc.abstractmethod
648
- def CreateDisplacementRotation(self,
649
- request: ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementRotationCreationRequest,
650
- context: grpc.ServicerContext,
651
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementCreationResponse: ...
652
-
653
- @abc.abstractmethod
654
- def CreateDisplacementCombined(self,
655
- request: ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementCombinedCreationRequest,
656
- context: grpc.ServicerContext,
657
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.DisplacementCreationResponse: ...
658
-
659
- @abc.abstractmethod
660
- def ChangeDisplacementLocation(self,
661
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
662
- context: grpc.ServicerContext,
663
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
664
-
665
- @abc.abstractmethod
666
- def ChangeDisplacementSpecification(self,
667
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ChangeDisplacementSpecificationRequest,
668
- context: grpc.ServicerContext,
669
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
670
-
671
- @abc.abstractmethod
672
- def ChangeDisplacementOrientation(self,
673
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
674
- context: grpc.ServicerContext,
675
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
676
-
677
- @abc.abstractmethod
678
- def ChangeDisplacementDX(self,
679
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
680
- context: grpc.ServicerContext,
681
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
682
-
683
- @abc.abstractmethod
684
- def ChangeDisplacementDY(self,
685
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
686
- context: grpc.ServicerContext,
687
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
688
-
689
- @abc.abstractmethod
690
- def ChangeDisplacementDZ(self,
691
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
692
- context: grpc.ServicerContext,
693
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
694
-
695
- @abc.abstractmethod
696
- def ChangeDisplacementTranslationalMagnitude(self,
697
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
698
- context: grpc.ServicerContext,
699
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
700
-
701
- @abc.abstractmethod
702
- def ChangeDisplacementRX(self,
703
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
704
- context: grpc.ServicerContext,
705
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
706
-
707
- @abc.abstractmethod
708
- def ChangeDisplacementRY(self,
709
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
710
- context: grpc.ServicerContext,
711
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
712
-
713
- @abc.abstractmethod
714
- def ChangeDisplacementRZ(self,
715
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
716
- context: grpc.ServicerContext,
717
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
718
-
719
- @abc.abstractmethod
720
- def ChangeDisplacementRotationalMagnitude(self,
721
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
722
- context: grpc.ServicerContext,
723
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
724
-
725
- @abc.abstractmethod
726
- def ChangeDisplacementIsFixedDX(self,
727
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
728
- context: grpc.ServicerContext,
729
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
730
-
731
- @abc.abstractmethod
732
- def ChangeDisplacementIsFixedDY(self,
733
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
734
- context: grpc.ServicerContext,
735
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
736
-
737
- @abc.abstractmethod
738
- def ChangeDisplacementIsFixedDZ(self,
739
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
740
- context: grpc.ServicerContext,
741
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
742
-
743
- @abc.abstractmethod
744
- def ChangeDisplacementIsFixedRX(self,
745
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
746
- context: grpc.ServicerContext,
747
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
748
-
749
- @abc.abstractmethod
750
- def ChangeDisplacementIsFixedRY(self,
751
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
752
- context: grpc.ServicerContext,
753
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
754
-
755
- @abc.abstractmethod
756
- def ChangeDisplacementIsFixedRZ(self,
757
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
758
- context: grpc.ServicerContext,
759
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
760
-
761
- @abc.abstractmethod
762
- def ChangeDisplacementUseRemotePointEnabled(self,
763
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
764
- context: grpc.ServicerContext,
765
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
766
-
767
- @abc.abstractmethod
768
- def ChangeDisplacementDistributedRemotePositionX(self,
769
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
770
- context: grpc.ServicerContext,
771
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
772
-
773
- @abc.abstractmethod
774
- def ChangeDisplacementDistributedRemotePositionY(self,
775
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
776
- context: grpc.ServicerContext,
777
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
778
-
779
- @abc.abstractmethod
780
- def ChangeDisplacementDistributedRemotePositionZ(self,
781
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
782
- context: grpc.ServicerContext,
783
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
784
-
785
- @abc.abstractmethod
786
- def CreateMomentLocal(self,
787
- request: ansys.api.discovery.v0.conditionsstructural_pb2.MomentCreationRequest,
788
- context: grpc.ServicerContext,
789
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.MomentCreationResponse:
790
- """Moment condition methods"""
791
- pass
792
-
793
- @abc.abstractmethod
794
- def CreateMomentGlobal(self,
795
- request: ansys.api.discovery.v0.conditionsstructural_pb2.MomentCreationRequest,
796
- context: grpc.ServicerContext,
797
- ) -> ansys.api.discovery.v0.conditionsstructural_pb2.MomentCreationResponse: ...
798
-
799
- @abc.abstractmethod
800
- def ChangeMomentLocation(self,
801
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
802
- context: grpc.ServicerContext,
803
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
804
-
805
- @abc.abstractmethod
806
- def ChangeMomentSpecification(self,
807
- request: ansys.api.discovery.v0.conditionsstructural_pb2.ChangeMomentSpecificationRequest,
808
- context: grpc.ServicerContext,
809
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
810
-
811
- @abc.abstractmethod
812
- def ChangeMomentOrientation(self,
813
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
814
- context: grpc.ServicerContext,
815
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
816
-
817
- @abc.abstractmethod
818
- def ChangeMomentLocalX(self,
819
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
820
- context: grpc.ServicerContext,
821
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
822
-
823
- @abc.abstractmethod
824
- def ChangeMomentLocalY(self,
825
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
826
- context: grpc.ServicerContext,
827
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
828
-
829
- @abc.abstractmethod
830
- def ChangeMomentLocalZ(self,
831
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
832
- context: grpc.ServicerContext,
833
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
834
-
835
- @abc.abstractmethod
836
- def ChangeMomentGlobalX(self,
837
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
838
- context: grpc.ServicerContext,
839
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
840
-
841
- @abc.abstractmethod
842
- def ChangeMomentGlobalY(self,
843
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
844
- context: grpc.ServicerContext,
845
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
846
-
847
- @abc.abstractmethod
848
- def ChangeMomentGlobalZ(self,
849
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
850
- context: grpc.ServicerContext,
851
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
852
-
853
-
854
- def add_ConditionsStructuralServicer_to_server(servicer: ConditionsStructuralServicer, server: grpc.Server) -> None: ...