ansys-api-discovery 0.6.14__py3-none-any.whl → 0.6.17__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/fan.proto +2 -1
- ansys/api/discovery/v0/assignments/fan_pb2.py +22 -22
- ansys/api/discovery/v0/assignments/fan_pb2.pyi +9 -4
- ansys/api/discovery/v0/conditions/porous.proto +12 -16
- ansys/api/discovery/v0/conditions/porous_pb2.py +19 -21
- ansys/api/discovery/v0/conditions/porous_pb2.pyi +19 -38
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +63 -30
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +22 -12
- ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +1 -1
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py +6 -6
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi +5 -5
- ansys/api/discovery/v0/connections/contact.proto +20 -56
- ansys/api/discovery/v0/connections/contact_pb2.py +12 -20
- ansys/api/discovery/v0/connections/contact_pb2.pyi +11 -134
- ansys/api/discovery/v0/connections/contact_pb2_grpc.py +145 -145
- ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +46 -46
- ansys/api/discovery/v0/connections/contactgroup.proto +31 -50
- ansys/api/discovery/v0/connections/contactgroup_pb2.py +8 -10
- ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +4 -82
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +190 -190
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +60 -60
- ansys/api/discovery/v0/connections/fluidinterface.proto +1 -13
- ansys/api/discovery/v0/connections/fluidinterface_pb2.py +11 -17
- ansys/api/discovery/v0/connections/fluidinterface_pb2.pyi +0 -35
- ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.py +10 -10
- ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.pyi +4 -4
- ansys/api/discovery/v0/discoverymodels.proto +60 -1
- ansys/api/discovery/v0/discoverymodels_pb2.py +62 -48
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +191 -5
- ansys/api/discovery/v0/monitors.proto +20 -0
- ansys/api/discovery/v0/monitors_pb2.py +15 -7
- ansys/api/discovery/v0/monitors_pb2.pyi +41 -0
- ansys/api/discovery/v0/monitors_pb2_grpc.py +66 -0
- ansys/api/discovery/v0/monitors_pb2_grpc.pyi +20 -0
- ansys/api/discovery/v0/unsupported.proto +12 -0
- ansys/api/discovery/v0/unsupported_pb2.py +20 -11
- ansys/api/discovery/v0/unsupported_pb2.pyi +41 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.py +33 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +10 -0
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.17.dist-info}/METADATA +3 -3
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.17.dist-info}/RECORD +46 -46
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.17.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.17.dist-info}/WHEEL +0 -0
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.17.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.17.dist-info}/top_level.txt +0 -0
|
@@ -40,98 +40,98 @@ class ContactStub(object):
|
|
|
40
40
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_contact__pb2.ChangeContactPairRequest.SerializeToString,
|
|
41
41
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
42
42
|
)
|
|
43
|
-
self.
|
|
44
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
43
|
+
self.SplitContact = channel.unary_unary(
|
|
44
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/SplitContact',
|
|
45
45
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeEmptyRequest.SerializeToString,
|
|
46
46
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
47
47
|
)
|
|
48
|
-
self.
|
|
49
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
48
|
+
self.ChangeContactFrictionCoefficient = channel.unary_unary(
|
|
49
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactFrictionCoefficient',
|
|
50
50
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDoubleRequest.SerializeToString,
|
|
51
51
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
52
52
|
)
|
|
53
|
-
self.
|
|
54
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
53
|
+
self.ChangeContactStiffnessFactor = channel.unary_unary(
|
|
54
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactStiffnessFactor',
|
|
55
55
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDoubleRequest.SerializeToString,
|
|
56
56
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
57
57
|
)
|
|
58
|
-
self.
|
|
59
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
58
|
+
self.ChangeContactDetectionRadiusFactor = channel.unary_unary(
|
|
59
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactDetectionRadiusFactor',
|
|
60
60
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDoubleRequest.SerializeToString,
|
|
61
61
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
62
62
|
)
|
|
63
|
-
self.
|
|
64
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
63
|
+
self.ChangeContactOffset = channel.unary_unary(
|
|
64
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactOffset',
|
|
65
65
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
66
66
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
67
67
|
)
|
|
68
|
-
self.
|
|
69
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
68
|
+
self.ChangeContactShearStrength = channel.unary_unary(
|
|
69
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactShearStrength',
|
|
70
70
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
71
71
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
72
72
|
)
|
|
73
|
-
self.
|
|
74
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
73
|
+
self.ChangeContactTensileStrength = channel.unary_unary(
|
|
74
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactTensileStrength',
|
|
75
75
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
76
76
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
77
77
|
)
|
|
78
|
-
self.
|
|
79
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
78
|
+
self.ChangeContactAreStrengthLimitsSet = channel.unary_unary(
|
|
79
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactAreStrengthLimitsSet',
|
|
80
80
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
81
81
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
82
82
|
)
|
|
83
|
-
self.
|
|
84
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
83
|
+
self.ChangeContactAdjustGapOrOverlap = channel.unary_unary(
|
|
84
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactAdjustGapOrOverlap',
|
|
85
85
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
86
86
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
87
87
|
)
|
|
88
|
-
self.
|
|
89
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
88
|
+
self.ChangeContactMakeJustTouching = channel.unary_unary(
|
|
89
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactMakeJustTouching',
|
|
90
90
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
91
91
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
92
92
|
)
|
|
93
|
-
self.
|
|
94
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
93
|
+
self.ChangeContactIdealize = channel.unary_unary(
|
|
94
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactIdealize',
|
|
95
95
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
96
96
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
97
97
|
)
|
|
98
|
-
self.
|
|
99
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
100
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
98
|
+
self.ChangeContactSpecifyThermalConductance = channel.unary_unary(
|
|
99
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactSpecifyThermalConductance',
|
|
100
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeSpecifyConductanceRequest.SerializeToString,
|
|
101
101
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
102
102
|
)
|
|
103
|
-
self.
|
|
104
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
105
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
103
|
+
self.ChangeContactSpecifyElectricConductance = channel.unary_unary(
|
|
104
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactSpecifyElectricConductance',
|
|
105
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeSpecifyConductanceRequest.SerializeToString,
|
|
106
106
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
107
107
|
)
|
|
108
|
-
self.
|
|
109
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
110
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
108
|
+
self.ChangeContactConductanceThickness = channel.unary_unary(
|
|
109
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactConductanceThickness',
|
|
110
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
111
111
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
112
112
|
)
|
|
113
|
-
self.
|
|
114
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
115
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
113
|
+
self.ChangeContactConductanceMaterial = channel.unary_unary(
|
|
114
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactConductanceMaterial',
|
|
115
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeAssignmentRequest.SerializeToString,
|
|
116
116
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
117
117
|
)
|
|
118
|
-
self.
|
|
119
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
118
|
+
self.ChangeContactThermalContactConductivity = channel.unary_unary(
|
|
119
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactThermalContactConductivity',
|
|
120
120
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
121
121
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
122
122
|
)
|
|
123
|
-
self.
|
|
124
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
123
|
+
self.ChangeContactElectricContactConductivity = channel.unary_unary(
|
|
124
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactElectricContactConductivity',
|
|
125
125
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
126
126
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
127
127
|
)
|
|
128
|
-
self.
|
|
129
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
128
|
+
self.ChangeContactThermalContactConductance = channel.unary_unary(
|
|
129
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactThermalContactConductance',
|
|
130
130
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
131
131
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
132
132
|
)
|
|
133
|
-
self.
|
|
134
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/
|
|
133
|
+
self.ChangeContactElectricContactConductance = channel.unary_unary(
|
|
134
|
+
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactElectricContactConductance',
|
|
135
135
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
136
136
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
137
137
|
)
|
|
@@ -171,115 +171,115 @@ class ContactServicer(object):
|
|
|
171
171
|
context.set_details('Method not implemented!')
|
|
172
172
|
raise NotImplementedError('Method not implemented!')
|
|
173
173
|
|
|
174
|
-
def
|
|
174
|
+
def SplitContact(self, request, context):
|
|
175
175
|
"""Missing associated documentation comment in .proto file."""
|
|
176
176
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
177
177
|
context.set_details('Method not implemented!')
|
|
178
178
|
raise NotImplementedError('Method not implemented!')
|
|
179
179
|
|
|
180
|
-
def
|
|
180
|
+
def ChangeContactFrictionCoefficient(self, request, context):
|
|
181
181
|
"""Missing associated documentation comment in .proto file."""
|
|
182
182
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
183
183
|
context.set_details('Method not implemented!')
|
|
184
184
|
raise NotImplementedError('Method not implemented!')
|
|
185
185
|
|
|
186
|
-
def
|
|
186
|
+
def ChangeContactStiffnessFactor(self, request, context):
|
|
187
187
|
"""Missing associated documentation comment in .proto file."""
|
|
188
188
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
189
189
|
context.set_details('Method not implemented!')
|
|
190
190
|
raise NotImplementedError('Method not implemented!')
|
|
191
191
|
|
|
192
|
-
def
|
|
192
|
+
def ChangeContactDetectionRadiusFactor(self, request, context):
|
|
193
193
|
"""Missing associated documentation comment in .proto file."""
|
|
194
194
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
195
195
|
context.set_details('Method not implemented!')
|
|
196
196
|
raise NotImplementedError('Method not implemented!')
|
|
197
197
|
|
|
198
|
-
def
|
|
198
|
+
def ChangeContactOffset(self, request, context):
|
|
199
199
|
"""Missing associated documentation comment in .proto file."""
|
|
200
200
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
201
201
|
context.set_details('Method not implemented!')
|
|
202
202
|
raise NotImplementedError('Method not implemented!')
|
|
203
203
|
|
|
204
|
-
def
|
|
204
|
+
def ChangeContactShearStrength(self, request, context):
|
|
205
205
|
"""Missing associated documentation comment in .proto file."""
|
|
206
206
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
207
207
|
context.set_details('Method not implemented!')
|
|
208
208
|
raise NotImplementedError('Method not implemented!')
|
|
209
209
|
|
|
210
|
-
def
|
|
210
|
+
def ChangeContactTensileStrength(self, request, context):
|
|
211
211
|
"""Missing associated documentation comment in .proto file."""
|
|
212
212
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
213
213
|
context.set_details('Method not implemented!')
|
|
214
214
|
raise NotImplementedError('Method not implemented!')
|
|
215
215
|
|
|
216
|
-
def
|
|
216
|
+
def ChangeContactAreStrengthLimitsSet(self, request, context):
|
|
217
217
|
"""Missing associated documentation comment in .proto file."""
|
|
218
218
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
219
219
|
context.set_details('Method not implemented!')
|
|
220
220
|
raise NotImplementedError('Method not implemented!')
|
|
221
221
|
|
|
222
|
-
def
|
|
222
|
+
def ChangeContactAdjustGapOrOverlap(self, request, context):
|
|
223
223
|
"""Missing associated documentation comment in .proto file."""
|
|
224
224
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
225
225
|
context.set_details('Method not implemented!')
|
|
226
226
|
raise NotImplementedError('Method not implemented!')
|
|
227
227
|
|
|
228
|
-
def
|
|
228
|
+
def ChangeContactMakeJustTouching(self, request, context):
|
|
229
229
|
"""Missing associated documentation comment in .proto file."""
|
|
230
230
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
231
231
|
context.set_details('Method not implemented!')
|
|
232
232
|
raise NotImplementedError('Method not implemented!')
|
|
233
233
|
|
|
234
|
-
def
|
|
234
|
+
def ChangeContactIdealize(self, request, context):
|
|
235
235
|
"""Missing associated documentation comment in .proto file."""
|
|
236
236
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
237
237
|
context.set_details('Method not implemented!')
|
|
238
238
|
raise NotImplementedError('Method not implemented!')
|
|
239
239
|
|
|
240
|
-
def
|
|
240
|
+
def ChangeContactSpecifyThermalConductance(self, request, context):
|
|
241
241
|
"""Missing associated documentation comment in .proto file."""
|
|
242
242
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
243
243
|
context.set_details('Method not implemented!')
|
|
244
244
|
raise NotImplementedError('Method not implemented!')
|
|
245
245
|
|
|
246
|
-
def
|
|
246
|
+
def ChangeContactSpecifyElectricConductance(self, request, context):
|
|
247
247
|
"""Missing associated documentation comment in .proto file."""
|
|
248
248
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
249
249
|
context.set_details('Method not implemented!')
|
|
250
250
|
raise NotImplementedError('Method not implemented!')
|
|
251
251
|
|
|
252
|
-
def
|
|
252
|
+
def ChangeContactConductanceThickness(self, request, context):
|
|
253
253
|
"""Missing associated documentation comment in .proto file."""
|
|
254
254
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
255
255
|
context.set_details('Method not implemented!')
|
|
256
256
|
raise NotImplementedError('Method not implemented!')
|
|
257
257
|
|
|
258
|
-
def
|
|
258
|
+
def ChangeContactConductanceMaterial(self, request, context):
|
|
259
259
|
"""Missing associated documentation comment in .proto file."""
|
|
260
260
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
261
261
|
context.set_details('Method not implemented!')
|
|
262
262
|
raise NotImplementedError('Method not implemented!')
|
|
263
263
|
|
|
264
|
-
def
|
|
264
|
+
def ChangeContactThermalContactConductivity(self, request, context):
|
|
265
265
|
"""Missing associated documentation comment in .proto file."""
|
|
266
266
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
267
267
|
context.set_details('Method not implemented!')
|
|
268
268
|
raise NotImplementedError('Method not implemented!')
|
|
269
269
|
|
|
270
|
-
def
|
|
270
|
+
def ChangeContactElectricContactConductivity(self, request, context):
|
|
271
271
|
"""Missing associated documentation comment in .proto file."""
|
|
272
272
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
273
273
|
context.set_details('Method not implemented!')
|
|
274
274
|
raise NotImplementedError('Method not implemented!')
|
|
275
275
|
|
|
276
|
-
def
|
|
276
|
+
def ChangeContactThermalContactConductance(self, request, context):
|
|
277
277
|
"""Missing associated documentation comment in .proto file."""
|
|
278
278
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
279
279
|
context.set_details('Method not implemented!')
|
|
280
280
|
raise NotImplementedError('Method not implemented!')
|
|
281
281
|
|
|
282
|
-
def
|
|
282
|
+
def ChangeContactElectricContactConductance(self, request, context):
|
|
283
283
|
"""Missing associated documentation comment in .proto file."""
|
|
284
284
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
285
285
|
context.set_details('Method not implemented!')
|
|
@@ -313,98 +313,98 @@ def add_ContactServicer_to_server(servicer, server):
|
|
|
313
313
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_contact__pb2.ChangeContactPairRequest.FromString,
|
|
314
314
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
315
315
|
),
|
|
316
|
-
'
|
|
317
|
-
servicer.
|
|
316
|
+
'SplitContact': grpc.unary_unary_rpc_method_handler(
|
|
317
|
+
servicer.SplitContact,
|
|
318
318
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeEmptyRequest.FromString,
|
|
319
319
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
320
320
|
),
|
|
321
|
-
'
|
|
322
|
-
servicer.
|
|
321
|
+
'ChangeContactFrictionCoefficient': grpc.unary_unary_rpc_method_handler(
|
|
322
|
+
servicer.ChangeContactFrictionCoefficient,
|
|
323
323
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDoubleRequest.FromString,
|
|
324
324
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
325
325
|
),
|
|
326
|
-
'
|
|
327
|
-
servicer.
|
|
326
|
+
'ChangeContactStiffnessFactor': grpc.unary_unary_rpc_method_handler(
|
|
327
|
+
servicer.ChangeContactStiffnessFactor,
|
|
328
328
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDoubleRequest.FromString,
|
|
329
329
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
330
330
|
),
|
|
331
|
-
'
|
|
332
|
-
servicer.
|
|
331
|
+
'ChangeContactDetectionRadiusFactor': grpc.unary_unary_rpc_method_handler(
|
|
332
|
+
servicer.ChangeContactDetectionRadiusFactor,
|
|
333
333
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDoubleRequest.FromString,
|
|
334
334
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
335
335
|
),
|
|
336
|
-
'
|
|
337
|
-
servicer.
|
|
336
|
+
'ChangeContactOffset': grpc.unary_unary_rpc_method_handler(
|
|
337
|
+
servicer.ChangeContactOffset,
|
|
338
338
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
339
339
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
340
340
|
),
|
|
341
|
-
'
|
|
342
|
-
servicer.
|
|
341
|
+
'ChangeContactShearStrength': grpc.unary_unary_rpc_method_handler(
|
|
342
|
+
servicer.ChangeContactShearStrength,
|
|
343
343
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
344
344
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
345
345
|
),
|
|
346
|
-
'
|
|
347
|
-
servicer.
|
|
346
|
+
'ChangeContactTensileStrength': grpc.unary_unary_rpc_method_handler(
|
|
347
|
+
servicer.ChangeContactTensileStrength,
|
|
348
348
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
349
349
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
350
350
|
),
|
|
351
|
-
'
|
|
352
|
-
servicer.
|
|
351
|
+
'ChangeContactAreStrengthLimitsSet': grpc.unary_unary_rpc_method_handler(
|
|
352
|
+
servicer.ChangeContactAreStrengthLimitsSet,
|
|
353
353
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
354
354
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
355
355
|
),
|
|
356
|
-
'
|
|
357
|
-
servicer.
|
|
356
|
+
'ChangeContactAdjustGapOrOverlap': grpc.unary_unary_rpc_method_handler(
|
|
357
|
+
servicer.ChangeContactAdjustGapOrOverlap,
|
|
358
358
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
359
359
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
360
360
|
),
|
|
361
|
-
'
|
|
362
|
-
servicer.
|
|
361
|
+
'ChangeContactMakeJustTouching': grpc.unary_unary_rpc_method_handler(
|
|
362
|
+
servicer.ChangeContactMakeJustTouching,
|
|
363
363
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
364
364
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
365
365
|
),
|
|
366
|
-
'
|
|
367
|
-
servicer.
|
|
366
|
+
'ChangeContactIdealize': grpc.unary_unary_rpc_method_handler(
|
|
367
|
+
servicer.ChangeContactIdealize,
|
|
368
368
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
369
369
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
370
370
|
),
|
|
371
|
-
'
|
|
372
|
-
servicer.
|
|
373
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
371
|
+
'ChangeContactSpecifyThermalConductance': grpc.unary_unary_rpc_method_handler(
|
|
372
|
+
servicer.ChangeContactSpecifyThermalConductance,
|
|
373
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeSpecifyConductanceRequest.FromString,
|
|
374
374
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
375
375
|
),
|
|
376
|
-
'
|
|
377
|
-
servicer.
|
|
378
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
376
|
+
'ChangeContactSpecifyElectricConductance': grpc.unary_unary_rpc_method_handler(
|
|
377
|
+
servicer.ChangeContactSpecifyElectricConductance,
|
|
378
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeSpecifyConductanceRequest.FromString,
|
|
379
379
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
380
380
|
),
|
|
381
|
-
'
|
|
382
|
-
servicer.
|
|
383
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
381
|
+
'ChangeContactConductanceThickness': grpc.unary_unary_rpc_method_handler(
|
|
382
|
+
servicer.ChangeContactConductanceThickness,
|
|
383
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
384
384
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
385
385
|
),
|
|
386
|
-
'
|
|
387
|
-
servicer.
|
|
388
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
386
|
+
'ChangeContactConductanceMaterial': grpc.unary_unary_rpc_method_handler(
|
|
387
|
+
servicer.ChangeContactConductanceMaterial,
|
|
388
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeAssignmentRequest.FromString,
|
|
389
389
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
390
390
|
),
|
|
391
|
-
'
|
|
392
|
-
servicer.
|
|
391
|
+
'ChangeContactThermalContactConductivity': grpc.unary_unary_rpc_method_handler(
|
|
392
|
+
servicer.ChangeContactThermalContactConductivity,
|
|
393
393
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
394
394
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
395
395
|
),
|
|
396
|
-
'
|
|
397
|
-
servicer.
|
|
396
|
+
'ChangeContactElectricContactConductivity': grpc.unary_unary_rpc_method_handler(
|
|
397
|
+
servicer.ChangeContactElectricContactConductivity,
|
|
398
398
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
399
399
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
400
400
|
),
|
|
401
|
-
'
|
|
402
|
-
servicer.
|
|
401
|
+
'ChangeContactThermalContactConductance': grpc.unary_unary_rpc_method_handler(
|
|
402
|
+
servicer.ChangeContactThermalContactConductance,
|
|
403
403
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
404
404
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
405
405
|
),
|
|
406
|
-
'
|
|
407
|
-
servicer.
|
|
406
|
+
'ChangeContactElectricContactConductance': grpc.unary_unary_rpc_method_handler(
|
|
407
|
+
servicer.ChangeContactElectricContactConductance,
|
|
408
408
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
409
409
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
410
410
|
),
|
|
@@ -504,7 +504,7 @@ class Contact(object):
|
|
|
504
504
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
505
505
|
|
|
506
506
|
@staticmethod
|
|
507
|
-
def
|
|
507
|
+
def SplitContact(request,
|
|
508
508
|
target,
|
|
509
509
|
options=(),
|
|
510
510
|
channel_credentials=None,
|
|
@@ -514,14 +514,14 @@ class Contact(object):
|
|
|
514
514
|
wait_for_ready=None,
|
|
515
515
|
timeout=None,
|
|
516
516
|
metadata=None):
|
|
517
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
517
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/SplitContact',
|
|
518
518
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeEmptyRequest.SerializeToString,
|
|
519
519
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
520
520
|
options, channel_credentials,
|
|
521
521
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
522
522
|
|
|
523
523
|
@staticmethod
|
|
524
|
-
def
|
|
524
|
+
def ChangeContactFrictionCoefficient(request,
|
|
525
525
|
target,
|
|
526
526
|
options=(),
|
|
527
527
|
channel_credentials=None,
|
|
@@ -531,14 +531,14 @@ class Contact(object):
|
|
|
531
531
|
wait_for_ready=None,
|
|
532
532
|
timeout=None,
|
|
533
533
|
metadata=None):
|
|
534
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
534
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactFrictionCoefficient',
|
|
535
535
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDoubleRequest.SerializeToString,
|
|
536
536
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
537
537
|
options, channel_credentials,
|
|
538
538
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
539
539
|
|
|
540
540
|
@staticmethod
|
|
541
|
-
def
|
|
541
|
+
def ChangeContactStiffnessFactor(request,
|
|
542
542
|
target,
|
|
543
543
|
options=(),
|
|
544
544
|
channel_credentials=None,
|
|
@@ -548,14 +548,14 @@ class Contact(object):
|
|
|
548
548
|
wait_for_ready=None,
|
|
549
549
|
timeout=None,
|
|
550
550
|
metadata=None):
|
|
551
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
551
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactStiffnessFactor',
|
|
552
552
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDoubleRequest.SerializeToString,
|
|
553
553
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
554
554
|
options, channel_credentials,
|
|
555
555
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
556
556
|
|
|
557
557
|
@staticmethod
|
|
558
|
-
def
|
|
558
|
+
def ChangeContactDetectionRadiusFactor(request,
|
|
559
559
|
target,
|
|
560
560
|
options=(),
|
|
561
561
|
channel_credentials=None,
|
|
@@ -565,14 +565,14 @@ class Contact(object):
|
|
|
565
565
|
wait_for_ready=None,
|
|
566
566
|
timeout=None,
|
|
567
567
|
metadata=None):
|
|
568
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
568
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactDetectionRadiusFactor',
|
|
569
569
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDoubleRequest.SerializeToString,
|
|
570
570
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
571
571
|
options, channel_credentials,
|
|
572
572
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
573
573
|
|
|
574
574
|
@staticmethod
|
|
575
|
-
def
|
|
575
|
+
def ChangeContactOffset(request,
|
|
576
576
|
target,
|
|
577
577
|
options=(),
|
|
578
578
|
channel_credentials=None,
|
|
@@ -582,14 +582,14 @@ class Contact(object):
|
|
|
582
582
|
wait_for_ready=None,
|
|
583
583
|
timeout=None,
|
|
584
584
|
metadata=None):
|
|
585
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
585
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactOffset',
|
|
586
586
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
587
587
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
588
588
|
options, channel_credentials,
|
|
589
589
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
590
590
|
|
|
591
591
|
@staticmethod
|
|
592
|
-
def
|
|
592
|
+
def ChangeContactShearStrength(request,
|
|
593
593
|
target,
|
|
594
594
|
options=(),
|
|
595
595
|
channel_credentials=None,
|
|
@@ -599,14 +599,14 @@ class Contact(object):
|
|
|
599
599
|
wait_for_ready=None,
|
|
600
600
|
timeout=None,
|
|
601
601
|
metadata=None):
|
|
602
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
602
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactShearStrength',
|
|
603
603
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
604
604
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
605
605
|
options, channel_credentials,
|
|
606
606
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
607
607
|
|
|
608
608
|
@staticmethod
|
|
609
|
-
def
|
|
609
|
+
def ChangeContactTensileStrength(request,
|
|
610
610
|
target,
|
|
611
611
|
options=(),
|
|
612
612
|
channel_credentials=None,
|
|
@@ -616,14 +616,14 @@ class Contact(object):
|
|
|
616
616
|
wait_for_ready=None,
|
|
617
617
|
timeout=None,
|
|
618
618
|
metadata=None):
|
|
619
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
619
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactTensileStrength',
|
|
620
620
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
621
621
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
622
622
|
options, channel_credentials,
|
|
623
623
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
624
624
|
|
|
625
625
|
@staticmethod
|
|
626
|
-
def
|
|
626
|
+
def ChangeContactAreStrengthLimitsSet(request,
|
|
627
627
|
target,
|
|
628
628
|
options=(),
|
|
629
629
|
channel_credentials=None,
|
|
@@ -633,14 +633,14 @@ class Contact(object):
|
|
|
633
633
|
wait_for_ready=None,
|
|
634
634
|
timeout=None,
|
|
635
635
|
metadata=None):
|
|
636
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
636
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactAreStrengthLimitsSet',
|
|
637
637
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
638
638
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
639
639
|
options, channel_credentials,
|
|
640
640
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
641
641
|
|
|
642
642
|
@staticmethod
|
|
643
|
-
def
|
|
643
|
+
def ChangeContactAdjustGapOrOverlap(request,
|
|
644
644
|
target,
|
|
645
645
|
options=(),
|
|
646
646
|
channel_credentials=None,
|
|
@@ -650,14 +650,14 @@ class Contact(object):
|
|
|
650
650
|
wait_for_ready=None,
|
|
651
651
|
timeout=None,
|
|
652
652
|
metadata=None):
|
|
653
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
653
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactAdjustGapOrOverlap',
|
|
654
654
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
655
655
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
656
656
|
options, channel_credentials,
|
|
657
657
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
658
658
|
|
|
659
659
|
@staticmethod
|
|
660
|
-
def
|
|
660
|
+
def ChangeContactMakeJustTouching(request,
|
|
661
661
|
target,
|
|
662
662
|
options=(),
|
|
663
663
|
channel_credentials=None,
|
|
@@ -667,14 +667,14 @@ class Contact(object):
|
|
|
667
667
|
wait_for_ready=None,
|
|
668
668
|
timeout=None,
|
|
669
669
|
metadata=None):
|
|
670
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
670
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactMakeJustTouching',
|
|
671
671
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
672
672
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
673
673
|
options, channel_credentials,
|
|
674
674
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
675
675
|
|
|
676
676
|
@staticmethod
|
|
677
|
-
def
|
|
677
|
+
def ChangeContactIdealize(request,
|
|
678
678
|
target,
|
|
679
679
|
options=(),
|
|
680
680
|
channel_credentials=None,
|
|
@@ -684,14 +684,14 @@ class Contact(object):
|
|
|
684
684
|
wait_for_ready=None,
|
|
685
685
|
timeout=None,
|
|
686
686
|
metadata=None):
|
|
687
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
687
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactIdealize',
|
|
688
688
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
689
689
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
690
690
|
options, channel_credentials,
|
|
691
691
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
692
692
|
|
|
693
693
|
@staticmethod
|
|
694
|
-
def
|
|
694
|
+
def ChangeContactSpecifyThermalConductance(request,
|
|
695
695
|
target,
|
|
696
696
|
options=(),
|
|
697
697
|
channel_credentials=None,
|
|
@@ -701,14 +701,14 @@ class Contact(object):
|
|
|
701
701
|
wait_for_ready=None,
|
|
702
702
|
timeout=None,
|
|
703
703
|
metadata=None):
|
|
704
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
705
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
704
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactSpecifyThermalConductance',
|
|
705
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeSpecifyConductanceRequest.SerializeToString,
|
|
706
706
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
707
707
|
options, channel_credentials,
|
|
708
708
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
709
709
|
|
|
710
710
|
@staticmethod
|
|
711
|
-
def
|
|
711
|
+
def ChangeContactSpecifyElectricConductance(request,
|
|
712
712
|
target,
|
|
713
713
|
options=(),
|
|
714
714
|
channel_credentials=None,
|
|
@@ -718,14 +718,14 @@ class Contact(object):
|
|
|
718
718
|
wait_for_ready=None,
|
|
719
719
|
timeout=None,
|
|
720
720
|
metadata=None):
|
|
721
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
722
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
721
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactSpecifyElectricConductance',
|
|
722
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeSpecifyConductanceRequest.SerializeToString,
|
|
723
723
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
724
724
|
options, channel_credentials,
|
|
725
725
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
726
726
|
|
|
727
727
|
@staticmethod
|
|
728
|
-
def
|
|
728
|
+
def ChangeContactConductanceThickness(request,
|
|
729
729
|
target,
|
|
730
730
|
options=(),
|
|
731
731
|
channel_credentials=None,
|
|
@@ -735,14 +735,14 @@ class Contact(object):
|
|
|
735
735
|
wait_for_ready=None,
|
|
736
736
|
timeout=None,
|
|
737
737
|
metadata=None):
|
|
738
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
739
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
738
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactConductanceThickness',
|
|
739
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
740
740
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
741
741
|
options, channel_credentials,
|
|
742
742
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
743
743
|
|
|
744
744
|
@staticmethod
|
|
745
|
-
def
|
|
745
|
+
def ChangeContactConductanceMaterial(request,
|
|
746
746
|
target,
|
|
747
747
|
options=(),
|
|
748
748
|
channel_credentials=None,
|
|
@@ -752,14 +752,14 @@ class Contact(object):
|
|
|
752
752
|
wait_for_ready=None,
|
|
753
753
|
timeout=None,
|
|
754
754
|
metadata=None):
|
|
755
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
756
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
755
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactConductanceMaterial',
|
|
756
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeAssignmentRequest.SerializeToString,
|
|
757
757
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
758
758
|
options, channel_credentials,
|
|
759
759
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
760
760
|
|
|
761
761
|
@staticmethod
|
|
762
|
-
def
|
|
762
|
+
def ChangeContactThermalContactConductivity(request,
|
|
763
763
|
target,
|
|
764
764
|
options=(),
|
|
765
765
|
channel_credentials=None,
|
|
@@ -769,14 +769,14 @@ class Contact(object):
|
|
|
769
769
|
wait_for_ready=None,
|
|
770
770
|
timeout=None,
|
|
771
771
|
metadata=None):
|
|
772
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
772
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactThermalContactConductivity',
|
|
773
773
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
774
774
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
775
775
|
options, channel_credentials,
|
|
776
776
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
777
777
|
|
|
778
778
|
@staticmethod
|
|
779
|
-
def
|
|
779
|
+
def ChangeContactElectricContactConductivity(request,
|
|
780
780
|
target,
|
|
781
781
|
options=(),
|
|
782
782
|
channel_credentials=None,
|
|
@@ -786,14 +786,14 @@ class Contact(object):
|
|
|
786
786
|
wait_for_ready=None,
|
|
787
787
|
timeout=None,
|
|
788
788
|
metadata=None):
|
|
789
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
789
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactElectricContactConductivity',
|
|
790
790
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
791
791
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
792
792
|
options, channel_credentials,
|
|
793
793
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
794
794
|
|
|
795
795
|
@staticmethod
|
|
796
|
-
def
|
|
796
|
+
def ChangeContactThermalContactConductance(request,
|
|
797
797
|
target,
|
|
798
798
|
options=(),
|
|
799
799
|
channel_credentials=None,
|
|
@@ -803,14 +803,14 @@ class Contact(object):
|
|
|
803
803
|
wait_for_ready=None,
|
|
804
804
|
timeout=None,
|
|
805
805
|
metadata=None):
|
|
806
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
806
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactThermalContactConductance',
|
|
807
807
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
808
808
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
809
809
|
options, channel_credentials,
|
|
810
810
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
811
811
|
|
|
812
812
|
@staticmethod
|
|
813
|
-
def
|
|
813
|
+
def ChangeContactElectricContactConductance(request,
|
|
814
814
|
target,
|
|
815
815
|
options=(),
|
|
816
816
|
channel_credentials=None,
|
|
@@ -820,7 +820,7 @@ class Contact(object):
|
|
|
820
820
|
wait_for_ready=None,
|
|
821
821
|
timeout=None,
|
|
822
822
|
metadata=None):
|
|
823
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/
|
|
823
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeContactElectricContactConductance',
|
|
824
824
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
825
825
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
826
826
|
options, channel_credentials,
|