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