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.
- ansys/api/discovery/VERSION +1 -1
- ansys/api/discovery/v0/assignments/boltassignment.proto +40 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.py +37 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.pyi +95 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/conditions/acceleration.proto +52 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.py +365 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.pyi +118 -0
- ansys/api/discovery/v0/conditions/bearing.proto +47 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.py +200 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.pyi +68 -0
- ansys/api/discovery/v0/conditions/boltpreload.proto +94 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.pyi +218 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/{conditions.proto → conditions/condition.proto} +5 -4
- ansys/api/discovery/v0/conditions/condition_pb2.py +34 -0
- ansys/api/discovery/v0/{conditions_pb2.pyi → conditions/condition_pb2.pyi} +13 -6
- ansys/api/discovery/v0/{conditions_pb2_grpc.py → conditions/condition_pb2_grpc.py} +21 -21
- ansys/api/discovery/v0/{conditions_pb2_grpc.pyi → conditions/condition_pb2_grpc.pyi} +10 -10
- ansys/api/discovery/v0/conditions/convection.proto +43 -0
- ansys/api/discovery/v0/conditions/convection_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/convection_pb2.pyi +89 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/displacement.proto +105 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.pyi +209 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/{conditionsfluid.proto → conditions/flow.proto} +19 -24
- ansys/api/discovery/v0/conditions/flow_pb2.py +86 -0
- ansys/api/discovery/v0/{conditionsfluid_pb2.pyi → conditions/flow_pb2.pyi} +51 -34
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.py → conditions/flow_pb2_grpc.py} +86 -86
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.pyi → conditions/flow_pb2_grpc.pyi} +32 -32
- ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +13 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +28 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.pyi +7 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.py +66 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.pyi +24 -0
- ansys/api/discovery/v0/conditions/force.proto +131 -0
- ansys/api/discovery/v0/conditions/force_pb2.py +56 -0
- ansys/api/discovery/v0/conditions/force_pb2.pyi +286 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.py +829 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.pyi +257 -0
- ansys/api/discovery/v0/conditions/gravity.proto +39 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.py +32 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.pyi +65 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.pyi +91 -0
- ansys/api/discovery/v0/conditions/heat.proto +90 -0
- ansys/api/discovery/v0/conditions/heat_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/heat_pb2.pyi +210 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.py +332 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.pyi +108 -0
- ansys/api/discovery/v0/conditions/insulated.proto +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.pyi +73 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.py +100 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.pyi +35 -0
- ansys/api/discovery/v0/conditions/mass.proto +49 -0
- ansys/api/discovery/v0/conditions/mass_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/mass_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.pyi +88 -0
- ansys/api/discovery/v0/conditions/moment.proto +67 -0
- ansys/api/discovery/v0/conditions/moment_pb2.py +40 -0
- ansys/api/discovery/v0/conditions/moment_pb2.pyi +132 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.py +398 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.pyi +128 -0
- ansys/api/discovery/v0/conditions/porous.proto +116 -0
- ansys/api/discovery/v0/conditions/porous_pb2.py +44 -0
- ansys/api/discovery/v0/conditions/porous_pb2.pyi +217 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +534 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +181 -0
- ansys/api/discovery/v0/conditions/pressure.proto +43 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.py +134 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.pyi +48 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +57 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.py +136 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.pyi +54 -0
- ansys/api/discovery/v0/conditions/solidtemperature.proto +40 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.pyi +81 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/springpreload.proto +105 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.py +50 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.pyi +250 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/conditions/support.proto +98 -0
- ansys/api/discovery/v0/conditions/support_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/support_pb2.pyi +200 -0
- ansys/api/discovery/v0/{conditionsthermal_pb2_grpc.py → conditions/support_pb2_grpc.py} +251 -221
- ansys/api/discovery/v0/conditions/support_pb2_grpc.pyi +218 -0
- ansys/api/discovery/v0/conditions/velocity.proto +58 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.py +497 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.pyi +158 -0
- ansys/api/discovery/v0/conditions/wall.proto +209 -0
- ansys/api/discovery/v0/conditions/wall_pb2.py +70 -0
- ansys/api/discovery/v0/conditions/wall_pb2.pyi +494 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +633 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +211 -0
- ansys/api/discovery/v0/connections/contact.proto +110 -0
- ansys/api/discovery/v0/connections/contact_pb2.py +46 -0
- ansys/api/discovery/v0/connections/contact_pb2.pyi +242 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/connections/contactgroup.proto +89 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.py +37 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +178 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +860 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +266 -0
- ansys/api/discovery/v0/connections/joint.proto +56 -0
- ansys/api/discovery/v0/connections/joint_pb2.py +40 -0
- ansys/api/discovery/v0/connections/joint_pb2.pyi +129 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.py +167 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.pyi +58 -0
- ansys/api/discovery/v0/discoverymodels.proto +34 -17
- ansys/api/discovery/v0/discoverymodels_pb2.py +46 -40
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +118 -47
- ansys/api/discovery/v0/engineeringdata/boltdata.proto +37 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.py +36 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.pyi +81 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/monitors.proto +4 -4
- ansys/api/discovery/v0/monitors_pb2.py +10 -10
- ansys/api/discovery/v0/monitors_pb2.pyi +11 -11
- ansys/api/discovery/v0/solution.proto +4 -3
- ansys/api/discovery/v0/solution_pb2.py +16 -15
- ansys/api/discovery/v0/solution_pb2.pyi +11 -7
- ansys/api/discovery/v0/unsupported.proto +10 -0
- ansys/api/discovery/v0/unsupported_pb2.py +5 -3
- ansys/api/discovery/v0/unsupported_pb2.pyi +14 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.py +68 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +24 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/METADATA +13 -4
- ansys_api_discovery-0.6.4.dist-info/RECORD +200 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/WHEEL +1 -1
- ansys/api/discovery/v0/conditions_pb2.py +0 -33
- ansys/api/discovery/v0/conditionsfluid_pb2.py +0 -85
- ansys/api/discovery/v0/conditionsstructural.proto +0 -595
- ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -149
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -1216
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -4171
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -1303
- ansys/api/discovery/v0/conditionsthermal.proto +0 -179
- ansys/api/discovery/v0/conditionsthermal_pb2.py +0 -63
- ansys/api/discovery/v0/conditionsthermal_pb2.pyi +0 -399
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +0 -217
- ansys_api_discovery-0.6.3.dist-info/RECORD +0 -85
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import ansys.api.dbu.v0.dbumodels_pb2
|
|
6
|
+
import ansys.api.discovery.v0.discoverymodels_pb2
|
|
7
|
+
import builtins
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.internal.containers
|
|
10
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import typing
|
|
13
|
+
import typing_extensions
|
|
14
|
+
|
|
15
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ...
|
|
16
|
+
|
|
17
|
+
class _BoltPreloadSpecification:
|
|
18
|
+
ValueType = typing.NewType('ValueType', builtins.int)
|
|
19
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
20
|
+
class _BoltPreloadSpecificationEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_BoltPreloadSpecification.ValueType], builtins.type):
|
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
|
|
22
|
+
CLAMPFORCE: BoltPreloadSpecification.ValueType = ... # 0
|
|
23
|
+
GRIPLENGTH: BoltPreloadSpecification.ValueType = ... # 1
|
|
24
|
+
TORQUE: BoltPreloadSpecification.ValueType = ... # 2
|
|
25
|
+
class BoltPreloadSpecification(_BoltPreloadSpecification, metaclass=_BoltPreloadSpecificationEnumTypeWrapper):
|
|
26
|
+
"""Enumerations
|
|
27
|
+
|
|
28
|
+
"""
|
|
29
|
+
pass
|
|
30
|
+
|
|
31
|
+
CLAMPFORCE: BoltPreloadSpecification.ValueType = ... # 0
|
|
32
|
+
GRIPLENGTH: BoltPreloadSpecification.ValueType = ... # 1
|
|
33
|
+
TORQUE: BoltPreloadSpecification.ValueType = ... # 2
|
|
34
|
+
global___BoltPreloadSpecification = BoltPreloadSpecification
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
class BoltPreloadClampForceCreationRequest(google.protobuf.message.Message):
|
|
38
|
+
"""Creation"""
|
|
39
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
40
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
41
|
+
CLAMP_FORCE_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
42
|
+
@property
|
|
43
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.DoubleSidedScopedCreationData: ...
|
|
44
|
+
@property
|
|
45
|
+
def clamp_force_properties(self) -> global___BoltPreloadClampForceProperties: ...
|
|
46
|
+
def __init__(self,
|
|
47
|
+
*,
|
|
48
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.DoubleSidedScopedCreationData] = ...,
|
|
49
|
+
clamp_force_properties : typing.Optional[global___BoltPreloadClampForceProperties] = ...,
|
|
50
|
+
) -> None: ...
|
|
51
|
+
def HasField(self, field_name: typing_extensions.Literal["clamp_force_properties",b"clamp_force_properties","creation_data",b"creation_data"]) -> builtins.bool: ...
|
|
52
|
+
def ClearField(self, field_name: typing_extensions.Literal["clamp_force_properties",b"clamp_force_properties","creation_data",b"creation_data"]) -> None: ...
|
|
53
|
+
global___BoltPreloadClampForceCreationRequest = BoltPreloadClampForceCreationRequest
|
|
54
|
+
|
|
55
|
+
class BoltPreloadGripLengthCreationRequest(google.protobuf.message.Message):
|
|
56
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
57
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
58
|
+
GRIP_LENGTH_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
59
|
+
@property
|
|
60
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.DoubleSidedScopedCreationData: ...
|
|
61
|
+
@property
|
|
62
|
+
def grip_length_properties(self) -> global___BoltPreloadGripLengthProperties: ...
|
|
63
|
+
def __init__(self,
|
|
64
|
+
*,
|
|
65
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.DoubleSidedScopedCreationData] = ...,
|
|
66
|
+
grip_length_properties : typing.Optional[global___BoltPreloadGripLengthProperties] = ...,
|
|
67
|
+
) -> None: ...
|
|
68
|
+
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","grip_length_properties",b"grip_length_properties"]) -> builtins.bool: ...
|
|
69
|
+
def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","grip_length_properties",b"grip_length_properties"]) -> None: ...
|
|
70
|
+
global___BoltPreloadGripLengthCreationRequest = BoltPreloadGripLengthCreationRequest
|
|
71
|
+
|
|
72
|
+
class BoltPreloadTorqueCreationRequest(google.protobuf.message.Message):
|
|
73
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
74
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
75
|
+
TORQUE_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
76
|
+
@property
|
|
77
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.DoubleSidedScopedCreationData: ...
|
|
78
|
+
@property
|
|
79
|
+
def torque_properties(self) -> global___BoltPreloadTorqueProperties: ...
|
|
80
|
+
def __init__(self,
|
|
81
|
+
*,
|
|
82
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.DoubleSidedScopedCreationData] = ...,
|
|
83
|
+
torque_properties : typing.Optional[global___BoltPreloadTorqueProperties] = ...,
|
|
84
|
+
) -> None: ...
|
|
85
|
+
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","torque_properties",b"torque_properties"]) -> builtins.bool: ...
|
|
86
|
+
def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","torque_properties",b"torque_properties"]) -> None: ...
|
|
87
|
+
global___BoltPreloadTorqueCreationRequest = BoltPreloadTorqueCreationRequest
|
|
88
|
+
|
|
89
|
+
class BoltPreloadCreationResponse(google.protobuf.message.Message):
|
|
90
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
91
|
+
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
92
|
+
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
93
|
+
@property
|
|
94
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
95
|
+
@property
|
|
96
|
+
def condition_data(self) -> global___BoltPreloadDefinition: ...
|
|
97
|
+
def __init__(self,
|
|
98
|
+
*,
|
|
99
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
100
|
+
condition_data : typing.Optional[global___BoltPreloadDefinition] = ...,
|
|
101
|
+
) -> None: ...
|
|
102
|
+
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
103
|
+
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
104
|
+
global___BoltPreloadCreationResponse = BoltPreloadCreationResponse
|
|
105
|
+
|
|
106
|
+
class ChangeBoltPreloadSpecificationRequest(google.protobuf.message.Message):
|
|
107
|
+
"""Other requests
|
|
108
|
+
|
|
109
|
+
"""
|
|
110
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
111
|
+
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
112
|
+
SPECIFICATION_FIELD_NUMBER: builtins.int
|
|
113
|
+
@property
|
|
114
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
115
|
+
specification: global___BoltPreloadSpecification.ValueType = ...
|
|
116
|
+
def __init__(self,
|
|
117
|
+
*,
|
|
118
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
119
|
+
specification : global___BoltPreloadSpecification.ValueType = ...,
|
|
120
|
+
) -> None: ...
|
|
121
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
122
|
+
def ClearField(self, field_name: typing_extensions.Literal["object_id",b"object_id","specification",b"specification"]) -> None: ...
|
|
123
|
+
global___ChangeBoltPreloadSpecificationRequest = ChangeBoltPreloadSpecificationRequest
|
|
124
|
+
|
|
125
|
+
class BoltPreloadClampForceProperties(google.protobuf.message.Message):
|
|
126
|
+
"""Condition definitions
|
|
127
|
+
|
|
128
|
+
"""
|
|
129
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
130
|
+
CLAMP_FORCE_FIELD_NUMBER: builtins.int
|
|
131
|
+
@property
|
|
132
|
+
def clamp_force(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
133
|
+
def __init__(self,
|
|
134
|
+
*,
|
|
135
|
+
clamp_force : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
136
|
+
) -> None: ...
|
|
137
|
+
def HasField(self, field_name: typing_extensions.Literal["clamp_force",b"clamp_force"]) -> builtins.bool: ...
|
|
138
|
+
def ClearField(self, field_name: typing_extensions.Literal["clamp_force",b"clamp_force"]) -> None: ...
|
|
139
|
+
global___BoltPreloadClampForceProperties = BoltPreloadClampForceProperties
|
|
140
|
+
|
|
141
|
+
class BoltPreloadGripLengthProperties(google.protobuf.message.Message):
|
|
142
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
143
|
+
GRIP_LENGTH_FIELD_NUMBER: builtins.int
|
|
144
|
+
@property
|
|
145
|
+
def grip_length(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
146
|
+
def __init__(self,
|
|
147
|
+
*,
|
|
148
|
+
grip_length : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
149
|
+
) -> None: ...
|
|
150
|
+
def HasField(self, field_name: typing_extensions.Literal["grip_length",b"grip_length"]) -> builtins.bool: ...
|
|
151
|
+
def ClearField(self, field_name: typing_extensions.Literal["grip_length",b"grip_length"]) -> None: ...
|
|
152
|
+
global___BoltPreloadGripLengthProperties = BoltPreloadGripLengthProperties
|
|
153
|
+
|
|
154
|
+
class BoltPreloadTorqueProperties(google.protobuf.message.Message):
|
|
155
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
156
|
+
TORQUE_FIELD_NUMBER: builtins.int
|
|
157
|
+
TORQUE_COEFFICIENT_FIELD_NUMBER: builtins.int
|
|
158
|
+
BOLTDIAMETER_FIELD_NUMBER: builtins.int
|
|
159
|
+
@property
|
|
160
|
+
def torque(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
161
|
+
torque_coefficient: builtins.float = ...
|
|
162
|
+
@property
|
|
163
|
+
def boltdiameter(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalQuantity: ...
|
|
164
|
+
def __init__(self,
|
|
165
|
+
*,
|
|
166
|
+
torque : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
167
|
+
torque_coefficient : builtins.float = ...,
|
|
168
|
+
boltdiameter : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalQuantity] = ...,
|
|
169
|
+
) -> None: ...
|
|
170
|
+
def HasField(self, field_name: typing_extensions.Literal["boltdiameter",b"boltdiameter","torque",b"torque"]) -> builtins.bool: ...
|
|
171
|
+
def ClearField(self, field_name: typing_extensions.Literal["boltdiameter",b"boltdiameter","torque",b"torque","torque_coefficient",b"torque_coefficient"]) -> None: ...
|
|
172
|
+
global___BoltPreloadTorqueProperties = BoltPreloadTorqueProperties
|
|
173
|
+
|
|
174
|
+
class BoltPreloadDefinition(google.protobuf.message.Message):
|
|
175
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
176
|
+
ID_FIELD_NUMBER: builtins.int
|
|
177
|
+
PARENT_ID_FIELD_NUMBER: builtins.int
|
|
178
|
+
LABEL_FIELD_NUMBER: builtins.int
|
|
179
|
+
SIDE1_LOCATIONS_FIELD_NUMBER: builtins.int
|
|
180
|
+
SIDE2_LOCATIONS_FIELD_NUMBER: builtins.int
|
|
181
|
+
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
182
|
+
SPECIFICATION_FIELD_NUMBER: builtins.int
|
|
183
|
+
CLAMP_FORCE_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
184
|
+
GRIP_LENGTH_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
185
|
+
TORQUE_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
186
|
+
@property
|
|
187
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
188
|
+
@property
|
|
189
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
190
|
+
label: typing.Text = ...
|
|
191
|
+
@property
|
|
192
|
+
def side1_locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
193
|
+
@property
|
|
194
|
+
def side2_locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
195
|
+
suppressed: builtins.bool = ...
|
|
196
|
+
specification: global___BoltPreloadSpecification.ValueType = ...
|
|
197
|
+
@property
|
|
198
|
+
def clamp_force_properties(self) -> global___BoltPreloadClampForceProperties: ...
|
|
199
|
+
@property
|
|
200
|
+
def grip_length_properties(self) -> global___BoltPreloadGripLengthProperties: ...
|
|
201
|
+
@property
|
|
202
|
+
def torque_properties(self) -> global___BoltPreloadTorqueProperties: ...
|
|
203
|
+
def __init__(self,
|
|
204
|
+
*,
|
|
205
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
206
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
207
|
+
label : typing.Text = ...,
|
|
208
|
+
side1_locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
209
|
+
side2_locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
210
|
+
suppressed : builtins.bool = ...,
|
|
211
|
+
specification : global___BoltPreloadSpecification.ValueType = ...,
|
|
212
|
+
clamp_force_properties : typing.Optional[global___BoltPreloadClampForceProperties] = ...,
|
|
213
|
+
grip_length_properties : typing.Optional[global___BoltPreloadGripLengthProperties] = ...,
|
|
214
|
+
torque_properties : typing.Optional[global___BoltPreloadTorqueProperties] = ...,
|
|
215
|
+
) -> None: ...
|
|
216
|
+
def HasField(self, field_name: typing_extensions.Literal["clamp_force_properties",b"clamp_force_properties","grip_length_properties",b"grip_length_properties","id",b"id","parent_id",b"parent_id","torque_properties",b"torque_properties"]) -> builtins.bool: ...
|
|
217
|
+
def ClearField(self, field_name: typing_extensions.Literal["clamp_force_properties",b"clamp_force_properties","grip_length_properties",b"grip_length_properties","id",b"id","label",b"label","parent_id",b"parent_id","side1_locations",b"side1_locations","side2_locations",b"side2_locations","specification",b"specification","suppressed",b"suppressed","torque_properties",b"torque_properties"]) -> None: ...
|
|
218
|
+
global___BoltPreloadDefinition = BoltPreloadDefinition
|
|
@@ -0,0 +1,431 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
|
|
5
|
+
from ansys.api.discovery.v0.conditions import boltpreload_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2
|
|
6
|
+
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class BoltPreloadStub(object):
|
|
10
|
+
"""Missing associated documentation comment in .proto file."""
|
|
11
|
+
|
|
12
|
+
def __init__(self, channel):
|
|
13
|
+
"""Constructor.
|
|
14
|
+
|
|
15
|
+
Args:
|
|
16
|
+
channel: A grpc.Channel.
|
|
17
|
+
"""
|
|
18
|
+
self.CreateBoltPreloadClampForce = channel.unary_unary(
|
|
19
|
+
'/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/CreateBoltPreloadClampForce',
|
|
20
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadClampForceCreationRequest.SerializeToString,
|
|
21
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadCreationResponse.FromString,
|
|
22
|
+
)
|
|
23
|
+
self.CreateBoltPreloadGripLength = channel.unary_unary(
|
|
24
|
+
'/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/CreateBoltPreloadGripLength',
|
|
25
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadGripLengthCreationRequest.SerializeToString,
|
|
26
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadCreationResponse.FromString,
|
|
27
|
+
)
|
|
28
|
+
self.CreateBoltPreloadTorque = channel.unary_unary(
|
|
29
|
+
'/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/CreateBoltPreloadTorque',
|
|
30
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadTorqueCreationRequest.SerializeToString,
|
|
31
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadCreationResponse.FromString,
|
|
32
|
+
)
|
|
33
|
+
self.ChangeBoltPreloadSide1Location = channel.unary_unary(
|
|
34
|
+
'/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadSide1Location',
|
|
35
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationExtendedRequest.SerializeToString,
|
|
36
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
37
|
+
)
|
|
38
|
+
self.ChangeBoltPreloadSide2Location = channel.unary_unary(
|
|
39
|
+
'/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadSide2Location',
|
|
40
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
41
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
42
|
+
)
|
|
43
|
+
self.ChangeBoltPreloadSpecification = channel.unary_unary(
|
|
44
|
+
'/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadSpecification',
|
|
45
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.ChangeBoltPreloadSpecificationRequest.SerializeToString,
|
|
46
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
47
|
+
)
|
|
48
|
+
self.ChangeBoltPreloadClampForce = channel.unary_unary(
|
|
49
|
+
'/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadClampForce',
|
|
50
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
51
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
52
|
+
)
|
|
53
|
+
self.ChangeBoltPreloadGripLength = channel.unary_unary(
|
|
54
|
+
'/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadGripLength',
|
|
55
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
56
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
57
|
+
)
|
|
58
|
+
self.ChangeBoltPreloadTorque = channel.unary_unary(
|
|
59
|
+
'/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadTorque',
|
|
60
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
61
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
62
|
+
)
|
|
63
|
+
self.ChangeBoltPreloadTorqueCoefficient = channel.unary_unary(
|
|
64
|
+
'/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadTorqueCoefficient',
|
|
65
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
66
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
67
|
+
)
|
|
68
|
+
self.ChangeBoltPreloadSpecifyBoltDiameter = channel.unary_unary(
|
|
69
|
+
'/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadSpecifyBoltDiameter',
|
|
70
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
71
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
72
|
+
)
|
|
73
|
+
self.ChangeBoltPreloadShankDiameter = channel.unary_unary(
|
|
74
|
+
'/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadShankDiameter',
|
|
75
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
76
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
77
|
+
)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
class BoltPreloadServicer(object):
|
|
81
|
+
"""Missing associated documentation comment in .proto file."""
|
|
82
|
+
|
|
83
|
+
def CreateBoltPreloadClampForce(self, request, context):
|
|
84
|
+
"""Bolt prestress condition methods
|
|
85
|
+
"""
|
|
86
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
87
|
+
context.set_details('Method not implemented!')
|
|
88
|
+
raise NotImplementedError('Method not implemented!')
|
|
89
|
+
|
|
90
|
+
def CreateBoltPreloadGripLength(self, request, context):
|
|
91
|
+
"""Missing associated documentation comment in .proto file."""
|
|
92
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
93
|
+
context.set_details('Method not implemented!')
|
|
94
|
+
raise NotImplementedError('Method not implemented!')
|
|
95
|
+
|
|
96
|
+
def CreateBoltPreloadTorque(self, request, context):
|
|
97
|
+
"""Missing associated documentation comment in .proto file."""
|
|
98
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
99
|
+
context.set_details('Method not implemented!')
|
|
100
|
+
raise NotImplementedError('Method not implemented!')
|
|
101
|
+
|
|
102
|
+
def ChangeBoltPreloadSide1Location(self, request, context):
|
|
103
|
+
"""Missing associated documentation comment in .proto file."""
|
|
104
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
105
|
+
context.set_details('Method not implemented!')
|
|
106
|
+
raise NotImplementedError('Method not implemented!')
|
|
107
|
+
|
|
108
|
+
def ChangeBoltPreloadSide2Location(self, request, context):
|
|
109
|
+
"""Missing associated documentation comment in .proto file."""
|
|
110
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
111
|
+
context.set_details('Method not implemented!')
|
|
112
|
+
raise NotImplementedError('Method not implemented!')
|
|
113
|
+
|
|
114
|
+
def ChangeBoltPreloadSpecification(self, request, context):
|
|
115
|
+
"""Missing associated documentation comment in .proto file."""
|
|
116
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
117
|
+
context.set_details('Method not implemented!')
|
|
118
|
+
raise NotImplementedError('Method not implemented!')
|
|
119
|
+
|
|
120
|
+
def ChangeBoltPreloadClampForce(self, request, context):
|
|
121
|
+
"""Missing associated documentation comment in .proto file."""
|
|
122
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
123
|
+
context.set_details('Method not implemented!')
|
|
124
|
+
raise NotImplementedError('Method not implemented!')
|
|
125
|
+
|
|
126
|
+
def ChangeBoltPreloadGripLength(self, request, context):
|
|
127
|
+
"""Missing associated documentation comment in .proto file."""
|
|
128
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
129
|
+
context.set_details('Method not implemented!')
|
|
130
|
+
raise NotImplementedError('Method not implemented!')
|
|
131
|
+
|
|
132
|
+
def ChangeBoltPreloadTorque(self, request, context):
|
|
133
|
+
"""Missing associated documentation comment in .proto file."""
|
|
134
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
135
|
+
context.set_details('Method not implemented!')
|
|
136
|
+
raise NotImplementedError('Method not implemented!')
|
|
137
|
+
|
|
138
|
+
def ChangeBoltPreloadTorqueCoefficient(self, request, context):
|
|
139
|
+
"""Missing associated documentation comment in .proto file."""
|
|
140
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
141
|
+
context.set_details('Method not implemented!')
|
|
142
|
+
raise NotImplementedError('Method not implemented!')
|
|
143
|
+
|
|
144
|
+
def ChangeBoltPreloadSpecifyBoltDiameter(self, request, context):
|
|
145
|
+
"""Missing associated documentation comment in .proto file."""
|
|
146
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
147
|
+
context.set_details('Method not implemented!')
|
|
148
|
+
raise NotImplementedError('Method not implemented!')
|
|
149
|
+
|
|
150
|
+
def ChangeBoltPreloadShankDiameter(self, request, context):
|
|
151
|
+
"""Missing associated documentation comment in .proto file."""
|
|
152
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
153
|
+
context.set_details('Method not implemented!')
|
|
154
|
+
raise NotImplementedError('Method not implemented!')
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
def add_BoltPreloadServicer_to_server(servicer, server):
|
|
158
|
+
rpc_method_handlers = {
|
|
159
|
+
'CreateBoltPreloadClampForce': grpc.unary_unary_rpc_method_handler(
|
|
160
|
+
servicer.CreateBoltPreloadClampForce,
|
|
161
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadClampForceCreationRequest.FromString,
|
|
162
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadCreationResponse.SerializeToString,
|
|
163
|
+
),
|
|
164
|
+
'CreateBoltPreloadGripLength': grpc.unary_unary_rpc_method_handler(
|
|
165
|
+
servicer.CreateBoltPreloadGripLength,
|
|
166
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadGripLengthCreationRequest.FromString,
|
|
167
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadCreationResponse.SerializeToString,
|
|
168
|
+
),
|
|
169
|
+
'CreateBoltPreloadTorque': grpc.unary_unary_rpc_method_handler(
|
|
170
|
+
servicer.CreateBoltPreloadTorque,
|
|
171
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadTorqueCreationRequest.FromString,
|
|
172
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadCreationResponse.SerializeToString,
|
|
173
|
+
),
|
|
174
|
+
'ChangeBoltPreloadSide1Location': grpc.unary_unary_rpc_method_handler(
|
|
175
|
+
servicer.ChangeBoltPreloadSide1Location,
|
|
176
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationExtendedRequest.FromString,
|
|
177
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
178
|
+
),
|
|
179
|
+
'ChangeBoltPreloadSide2Location': grpc.unary_unary_rpc_method_handler(
|
|
180
|
+
servicer.ChangeBoltPreloadSide2Location,
|
|
181
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
|
|
182
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
183
|
+
),
|
|
184
|
+
'ChangeBoltPreloadSpecification': grpc.unary_unary_rpc_method_handler(
|
|
185
|
+
servicer.ChangeBoltPreloadSpecification,
|
|
186
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.ChangeBoltPreloadSpecificationRequest.FromString,
|
|
187
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
188
|
+
),
|
|
189
|
+
'ChangeBoltPreloadClampForce': grpc.unary_unary_rpc_method_handler(
|
|
190
|
+
servicer.ChangeBoltPreloadClampForce,
|
|
191
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
192
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
193
|
+
),
|
|
194
|
+
'ChangeBoltPreloadGripLength': grpc.unary_unary_rpc_method_handler(
|
|
195
|
+
servicer.ChangeBoltPreloadGripLength,
|
|
196
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
197
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
198
|
+
),
|
|
199
|
+
'ChangeBoltPreloadTorque': grpc.unary_unary_rpc_method_handler(
|
|
200
|
+
servicer.ChangeBoltPreloadTorque,
|
|
201
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
202
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
203
|
+
),
|
|
204
|
+
'ChangeBoltPreloadTorqueCoefficient': grpc.unary_unary_rpc_method_handler(
|
|
205
|
+
servicer.ChangeBoltPreloadTorqueCoefficient,
|
|
206
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
207
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
208
|
+
),
|
|
209
|
+
'ChangeBoltPreloadSpecifyBoltDiameter': grpc.unary_unary_rpc_method_handler(
|
|
210
|
+
servicer.ChangeBoltPreloadSpecifyBoltDiameter,
|
|
211
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
212
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
213
|
+
),
|
|
214
|
+
'ChangeBoltPreloadShankDiameter': grpc.unary_unary_rpc_method_handler(
|
|
215
|
+
servicer.ChangeBoltPreloadShankDiameter,
|
|
216
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
217
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
218
|
+
),
|
|
219
|
+
}
|
|
220
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
221
|
+
'ansys.api.discovery.v0.conditions.boltpreload.BoltPreload', rpc_method_handlers)
|
|
222
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
# This class is part of an EXPERIMENTAL API.
|
|
226
|
+
class BoltPreload(object):
|
|
227
|
+
"""Missing associated documentation comment in .proto file."""
|
|
228
|
+
|
|
229
|
+
@staticmethod
|
|
230
|
+
def CreateBoltPreloadClampForce(request,
|
|
231
|
+
target,
|
|
232
|
+
options=(),
|
|
233
|
+
channel_credentials=None,
|
|
234
|
+
call_credentials=None,
|
|
235
|
+
insecure=False,
|
|
236
|
+
compression=None,
|
|
237
|
+
wait_for_ready=None,
|
|
238
|
+
timeout=None,
|
|
239
|
+
metadata=None):
|
|
240
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/CreateBoltPreloadClampForce',
|
|
241
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadClampForceCreationRequest.SerializeToString,
|
|
242
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadCreationResponse.FromString,
|
|
243
|
+
options, channel_credentials,
|
|
244
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
245
|
+
|
|
246
|
+
@staticmethod
|
|
247
|
+
def CreateBoltPreloadGripLength(request,
|
|
248
|
+
target,
|
|
249
|
+
options=(),
|
|
250
|
+
channel_credentials=None,
|
|
251
|
+
call_credentials=None,
|
|
252
|
+
insecure=False,
|
|
253
|
+
compression=None,
|
|
254
|
+
wait_for_ready=None,
|
|
255
|
+
timeout=None,
|
|
256
|
+
metadata=None):
|
|
257
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/CreateBoltPreloadGripLength',
|
|
258
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadGripLengthCreationRequest.SerializeToString,
|
|
259
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadCreationResponse.FromString,
|
|
260
|
+
options, channel_credentials,
|
|
261
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
262
|
+
|
|
263
|
+
@staticmethod
|
|
264
|
+
def CreateBoltPreloadTorque(request,
|
|
265
|
+
target,
|
|
266
|
+
options=(),
|
|
267
|
+
channel_credentials=None,
|
|
268
|
+
call_credentials=None,
|
|
269
|
+
insecure=False,
|
|
270
|
+
compression=None,
|
|
271
|
+
wait_for_ready=None,
|
|
272
|
+
timeout=None,
|
|
273
|
+
metadata=None):
|
|
274
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/CreateBoltPreloadTorque',
|
|
275
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadTorqueCreationRequest.SerializeToString,
|
|
276
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.BoltPreloadCreationResponse.FromString,
|
|
277
|
+
options, channel_credentials,
|
|
278
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
279
|
+
|
|
280
|
+
@staticmethod
|
|
281
|
+
def ChangeBoltPreloadSide1Location(request,
|
|
282
|
+
target,
|
|
283
|
+
options=(),
|
|
284
|
+
channel_credentials=None,
|
|
285
|
+
call_credentials=None,
|
|
286
|
+
insecure=False,
|
|
287
|
+
compression=None,
|
|
288
|
+
wait_for_ready=None,
|
|
289
|
+
timeout=None,
|
|
290
|
+
metadata=None):
|
|
291
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadSide1Location',
|
|
292
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationExtendedRequest.SerializeToString,
|
|
293
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
294
|
+
options, channel_credentials,
|
|
295
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
296
|
+
|
|
297
|
+
@staticmethod
|
|
298
|
+
def ChangeBoltPreloadSide2Location(request,
|
|
299
|
+
target,
|
|
300
|
+
options=(),
|
|
301
|
+
channel_credentials=None,
|
|
302
|
+
call_credentials=None,
|
|
303
|
+
insecure=False,
|
|
304
|
+
compression=None,
|
|
305
|
+
wait_for_ready=None,
|
|
306
|
+
timeout=None,
|
|
307
|
+
metadata=None):
|
|
308
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadSide2Location',
|
|
309
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
310
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
311
|
+
options, channel_credentials,
|
|
312
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
313
|
+
|
|
314
|
+
@staticmethod
|
|
315
|
+
def ChangeBoltPreloadSpecification(request,
|
|
316
|
+
target,
|
|
317
|
+
options=(),
|
|
318
|
+
channel_credentials=None,
|
|
319
|
+
call_credentials=None,
|
|
320
|
+
insecure=False,
|
|
321
|
+
compression=None,
|
|
322
|
+
wait_for_ready=None,
|
|
323
|
+
timeout=None,
|
|
324
|
+
metadata=None):
|
|
325
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadSpecification',
|
|
326
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_boltpreload__pb2.ChangeBoltPreloadSpecificationRequest.SerializeToString,
|
|
327
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
328
|
+
options, channel_credentials,
|
|
329
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
330
|
+
|
|
331
|
+
@staticmethod
|
|
332
|
+
def ChangeBoltPreloadClampForce(request,
|
|
333
|
+
target,
|
|
334
|
+
options=(),
|
|
335
|
+
channel_credentials=None,
|
|
336
|
+
call_credentials=None,
|
|
337
|
+
insecure=False,
|
|
338
|
+
compression=None,
|
|
339
|
+
wait_for_ready=None,
|
|
340
|
+
timeout=None,
|
|
341
|
+
metadata=None):
|
|
342
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadClampForce',
|
|
343
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
344
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
345
|
+
options, channel_credentials,
|
|
346
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
347
|
+
|
|
348
|
+
@staticmethod
|
|
349
|
+
def ChangeBoltPreloadGripLength(request,
|
|
350
|
+
target,
|
|
351
|
+
options=(),
|
|
352
|
+
channel_credentials=None,
|
|
353
|
+
call_credentials=None,
|
|
354
|
+
insecure=False,
|
|
355
|
+
compression=None,
|
|
356
|
+
wait_for_ready=None,
|
|
357
|
+
timeout=None,
|
|
358
|
+
metadata=None):
|
|
359
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadGripLength',
|
|
360
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
361
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
362
|
+
options, channel_credentials,
|
|
363
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
364
|
+
|
|
365
|
+
@staticmethod
|
|
366
|
+
def ChangeBoltPreloadTorque(request,
|
|
367
|
+
target,
|
|
368
|
+
options=(),
|
|
369
|
+
channel_credentials=None,
|
|
370
|
+
call_credentials=None,
|
|
371
|
+
insecure=False,
|
|
372
|
+
compression=None,
|
|
373
|
+
wait_for_ready=None,
|
|
374
|
+
timeout=None,
|
|
375
|
+
metadata=None):
|
|
376
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadTorque',
|
|
377
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
378
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
379
|
+
options, channel_credentials,
|
|
380
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
381
|
+
|
|
382
|
+
@staticmethod
|
|
383
|
+
def ChangeBoltPreloadTorqueCoefficient(request,
|
|
384
|
+
target,
|
|
385
|
+
options=(),
|
|
386
|
+
channel_credentials=None,
|
|
387
|
+
call_credentials=None,
|
|
388
|
+
insecure=False,
|
|
389
|
+
compression=None,
|
|
390
|
+
wait_for_ready=None,
|
|
391
|
+
timeout=None,
|
|
392
|
+
metadata=None):
|
|
393
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadTorqueCoefficient',
|
|
394
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
395
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
396
|
+
options, channel_credentials,
|
|
397
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
398
|
+
|
|
399
|
+
@staticmethod
|
|
400
|
+
def ChangeBoltPreloadSpecifyBoltDiameter(request,
|
|
401
|
+
target,
|
|
402
|
+
options=(),
|
|
403
|
+
channel_credentials=None,
|
|
404
|
+
call_credentials=None,
|
|
405
|
+
insecure=False,
|
|
406
|
+
compression=None,
|
|
407
|
+
wait_for_ready=None,
|
|
408
|
+
timeout=None,
|
|
409
|
+
metadata=None):
|
|
410
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadSpecifyBoltDiameter',
|
|
411
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
412
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
413
|
+
options, channel_credentials,
|
|
414
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
415
|
+
|
|
416
|
+
@staticmethod
|
|
417
|
+
def ChangeBoltPreloadShankDiameter(request,
|
|
418
|
+
target,
|
|
419
|
+
options=(),
|
|
420
|
+
channel_credentials=None,
|
|
421
|
+
call_credentials=None,
|
|
422
|
+
insecure=False,
|
|
423
|
+
compression=None,
|
|
424
|
+
wait_for_ready=None,
|
|
425
|
+
timeout=None,
|
|
426
|
+
metadata=None):
|
|
427
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.boltpreload.BoltPreload/ChangeBoltPreloadShankDiameter',
|
|
428
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
429
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
430
|
+
options, channel_credentials,
|
|
431
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|