ansys-api-discovery 0.6.2__py3-none-any.whl → 0.6.3__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/conditionsstructural.proto +189 -1
- ansys/api/discovery/v0/conditionsstructural_pb2.py +79 -43
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +378 -1
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +1824 -399
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +449 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.3.dist-info}/METADATA +2 -2
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.3.dist-info}/RECORD +12 -12
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.3.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.3.dist-info}/WHEEL +0 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.3.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.3.dist-info}/top_level.txt +0 -0
|
@@ -344,6 +344,185 @@ class ConditionsStructuralStub:
|
|
|
344
344
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
345
345
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
346
346
|
|
|
347
|
+
CreateMass: grpc.UnaryUnaryMultiCallable[
|
|
348
|
+
ansys.api.discovery.v0.conditionsstructural_pb2.MassCreationRequest,
|
|
349
|
+
ansys.api.discovery.v0.conditionsstructural_pb2.MassCreationResponse] = ...
|
|
350
|
+
"""Mass condition methods"""
|
|
351
|
+
|
|
352
|
+
ChangeMassLocation: grpc.UnaryUnaryMultiCallable[
|
|
353
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
354
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
355
|
+
|
|
356
|
+
ChangeMassMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
357
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
358
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
359
|
+
|
|
360
|
+
ChangeMassUseRemotePointEnabled: grpc.UnaryUnaryMultiCallable[
|
|
361
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
362
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
363
|
+
|
|
364
|
+
ChangeMassRemotePositionX: grpc.UnaryUnaryMultiCallable[
|
|
365
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
366
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
367
|
+
|
|
368
|
+
ChangeMassRemotePositionY: grpc.UnaryUnaryMultiCallable[
|
|
369
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
370
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
371
|
+
|
|
372
|
+
ChangeMassRemotePositionZ: grpc.UnaryUnaryMultiCallable[
|
|
373
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
374
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
375
|
+
|
|
376
|
+
CreateVelocity: grpc.UnaryUnaryMultiCallable[
|
|
377
|
+
ansys.api.discovery.v0.conditionsstructural_pb2.VelocityCreationRequest,
|
|
378
|
+
ansys.api.discovery.v0.conditionsstructural_pb2.VelocityCreationResponse] = ...
|
|
379
|
+
"""Velocity condition methods"""
|
|
380
|
+
|
|
381
|
+
ChangeVelocityLocation: grpc.UnaryUnaryMultiCallable[
|
|
382
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
383
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
384
|
+
|
|
385
|
+
ChangeVelocityOrientation: grpc.UnaryUnaryMultiCallable[
|
|
386
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
387
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
388
|
+
|
|
389
|
+
ChangeVelocityRX: grpc.UnaryUnaryMultiCallable[
|
|
390
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
391
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
392
|
+
|
|
393
|
+
ChangeVelocityRY: grpc.UnaryUnaryMultiCallable[
|
|
394
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
395
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
396
|
+
|
|
397
|
+
ChangeVelocityRZ: grpc.UnaryUnaryMultiCallable[
|
|
398
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
399
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
400
|
+
|
|
401
|
+
ChangeVelocityRotationalMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
402
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
403
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
404
|
+
|
|
405
|
+
ChangeVelocityIsFixedRX: grpc.UnaryUnaryMultiCallable[
|
|
406
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
407
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
408
|
+
|
|
409
|
+
ChangeVelocityIsFixedRY: grpc.UnaryUnaryMultiCallable[
|
|
410
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
411
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
412
|
+
|
|
413
|
+
ChangeVelocityIsFixedRZ: grpc.UnaryUnaryMultiCallable[
|
|
414
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
415
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
416
|
+
|
|
417
|
+
ChangeVelocityUseRemotePointEnabled: grpc.UnaryUnaryMultiCallable[
|
|
418
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
419
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
420
|
+
|
|
421
|
+
ChangeVelocityRemotePositionX: grpc.UnaryUnaryMultiCallable[
|
|
422
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
423
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
424
|
+
|
|
425
|
+
ChangeVelocityRemotePositionY: grpc.UnaryUnaryMultiCallable[
|
|
426
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
427
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
428
|
+
|
|
429
|
+
ChangeVelocityRemotePositionZ: grpc.UnaryUnaryMultiCallable[
|
|
430
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
431
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
432
|
+
|
|
433
|
+
CreateAcceleration: grpc.UnaryUnaryMultiCallable[
|
|
434
|
+
ansys.api.discovery.v0.conditionsstructural_pb2.AccelerationCreationRequest,
|
|
435
|
+
ansys.api.discovery.v0.conditionsstructural_pb2.AccelerationCreationResponse] = ...
|
|
436
|
+
"""Acceleration condition methods"""
|
|
437
|
+
|
|
438
|
+
ChangeAccelerationLocation: grpc.UnaryUnaryMultiCallable[
|
|
439
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
440
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
441
|
+
|
|
442
|
+
ChangeAccelerationOrientation: grpc.UnaryUnaryMultiCallable[
|
|
443
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
444
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
445
|
+
|
|
446
|
+
ChangeAccelerationDX: grpc.UnaryUnaryMultiCallable[
|
|
447
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
448
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
449
|
+
|
|
450
|
+
ChangeAccelerationDY: grpc.UnaryUnaryMultiCallable[
|
|
451
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
452
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
453
|
+
|
|
454
|
+
ChangeAccelerationDZ: grpc.UnaryUnaryMultiCallable[
|
|
455
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
456
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
457
|
+
|
|
458
|
+
ChangeAccelerationTranslationalMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
459
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
460
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
461
|
+
|
|
462
|
+
ChangeAccelerationIsFixedDX: grpc.UnaryUnaryMultiCallable[
|
|
463
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
464
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
465
|
+
|
|
466
|
+
ChangeAccelerationIsFixedDY: grpc.UnaryUnaryMultiCallable[
|
|
467
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
468
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
469
|
+
|
|
470
|
+
ChangeAccelerationIsFixedDZ: grpc.UnaryUnaryMultiCallable[
|
|
471
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
472
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
473
|
+
|
|
474
|
+
ChangeGravityOrientation: grpc.UnaryUnaryMultiCallable[
|
|
475
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
476
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
477
|
+
"""Gravity condition methods
|
|
478
|
+
No create for gravity, it's done automatically, and always applied to all bodies
|
|
479
|
+
"""
|
|
480
|
+
|
|
481
|
+
ChangeGravityDX: grpc.UnaryUnaryMultiCallable[
|
|
482
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
483
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
484
|
+
|
|
485
|
+
ChangeGravityDY: grpc.UnaryUnaryMultiCallable[
|
|
486
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
487
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
488
|
+
|
|
489
|
+
ChangeGravityDZ: grpc.UnaryUnaryMultiCallable[
|
|
490
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
491
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
492
|
+
|
|
493
|
+
ChangeGravityTranslationalMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
494
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
495
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
496
|
+
|
|
497
|
+
ChangeGravityUseBuoyancyEnabled: grpc.UnaryUnaryMultiCallable[
|
|
498
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
499
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
500
|
+
|
|
501
|
+
ChangeGravityIncludeSelfWeightEnabled: grpc.UnaryUnaryMultiCallable[
|
|
502
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
503
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
504
|
+
|
|
505
|
+
CreateBearing: grpc.UnaryUnaryMultiCallable[
|
|
506
|
+
ansys.api.discovery.v0.conditionsstructural_pb2.BearingCreationRequest,
|
|
507
|
+
ansys.api.discovery.v0.conditionsstructural_pb2.BearingCreationResponse] = ...
|
|
508
|
+
"""Bearing condition methods"""
|
|
509
|
+
|
|
510
|
+
ChangeBearingLocation: grpc.UnaryUnaryMultiCallable[
|
|
511
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
512
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
513
|
+
|
|
514
|
+
ChangeBearingRadialForce: grpc.UnaryUnaryMultiCallable[
|
|
515
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
516
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
517
|
+
|
|
518
|
+
ChangeBearingThrustForce: grpc.UnaryUnaryMultiCallable[
|
|
519
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
520
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
521
|
+
|
|
522
|
+
ChangeBearingAngle: grpc.UnaryUnaryMultiCallable[
|
|
523
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
524
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
525
|
+
|
|
347
526
|
|
|
348
527
|
class ConditionsStructuralServicer(metaclass=abc.ABCMeta):
|
|
349
528
|
@abc.abstractmethod
|
|
@@ -850,5 +1029,275 @@ class ConditionsStructuralServicer(metaclass=abc.ABCMeta):
|
|
|
850
1029
|
context: grpc.ServicerContext,
|
|
851
1030
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
852
1031
|
|
|
1032
|
+
@abc.abstractmethod
|
|
1033
|
+
def CreateMass(self,
|
|
1034
|
+
request: ansys.api.discovery.v0.conditionsstructural_pb2.MassCreationRequest,
|
|
1035
|
+
context: grpc.ServicerContext,
|
|
1036
|
+
) -> ansys.api.discovery.v0.conditionsstructural_pb2.MassCreationResponse:
|
|
1037
|
+
"""Mass condition methods"""
|
|
1038
|
+
pass
|
|
1039
|
+
|
|
1040
|
+
@abc.abstractmethod
|
|
1041
|
+
def ChangeMassLocation(self,
|
|
1042
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
1043
|
+
context: grpc.ServicerContext,
|
|
1044
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1045
|
+
|
|
1046
|
+
@abc.abstractmethod
|
|
1047
|
+
def ChangeMassMagnitude(self,
|
|
1048
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1049
|
+
context: grpc.ServicerContext,
|
|
1050
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1051
|
+
|
|
1052
|
+
@abc.abstractmethod
|
|
1053
|
+
def ChangeMassUseRemotePointEnabled(self,
|
|
1054
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
1055
|
+
context: grpc.ServicerContext,
|
|
1056
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1057
|
+
|
|
1058
|
+
@abc.abstractmethod
|
|
1059
|
+
def ChangeMassRemotePositionX(self,
|
|
1060
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1061
|
+
context: grpc.ServicerContext,
|
|
1062
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1063
|
+
|
|
1064
|
+
@abc.abstractmethod
|
|
1065
|
+
def ChangeMassRemotePositionY(self,
|
|
1066
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1067
|
+
context: grpc.ServicerContext,
|
|
1068
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1069
|
+
|
|
1070
|
+
@abc.abstractmethod
|
|
1071
|
+
def ChangeMassRemotePositionZ(self,
|
|
1072
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1073
|
+
context: grpc.ServicerContext,
|
|
1074
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1075
|
+
|
|
1076
|
+
@abc.abstractmethod
|
|
1077
|
+
def CreateVelocity(self,
|
|
1078
|
+
request: ansys.api.discovery.v0.conditionsstructural_pb2.VelocityCreationRequest,
|
|
1079
|
+
context: grpc.ServicerContext,
|
|
1080
|
+
) -> ansys.api.discovery.v0.conditionsstructural_pb2.VelocityCreationResponse:
|
|
1081
|
+
"""Velocity condition methods"""
|
|
1082
|
+
pass
|
|
1083
|
+
|
|
1084
|
+
@abc.abstractmethod
|
|
1085
|
+
def ChangeVelocityLocation(self,
|
|
1086
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
1087
|
+
context: grpc.ServicerContext,
|
|
1088
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1089
|
+
|
|
1090
|
+
@abc.abstractmethod
|
|
1091
|
+
def ChangeVelocityOrientation(self,
|
|
1092
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
1093
|
+
context: grpc.ServicerContext,
|
|
1094
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1095
|
+
|
|
1096
|
+
@abc.abstractmethod
|
|
1097
|
+
def ChangeVelocityRX(self,
|
|
1098
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1099
|
+
context: grpc.ServicerContext,
|
|
1100
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1101
|
+
|
|
1102
|
+
@abc.abstractmethod
|
|
1103
|
+
def ChangeVelocityRY(self,
|
|
1104
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1105
|
+
context: grpc.ServicerContext,
|
|
1106
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1107
|
+
|
|
1108
|
+
@abc.abstractmethod
|
|
1109
|
+
def ChangeVelocityRZ(self,
|
|
1110
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1111
|
+
context: grpc.ServicerContext,
|
|
1112
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1113
|
+
|
|
1114
|
+
@abc.abstractmethod
|
|
1115
|
+
def ChangeVelocityRotationalMagnitude(self,
|
|
1116
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1117
|
+
context: grpc.ServicerContext,
|
|
1118
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1119
|
+
|
|
1120
|
+
@abc.abstractmethod
|
|
1121
|
+
def ChangeVelocityIsFixedRX(self,
|
|
1122
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
1123
|
+
context: grpc.ServicerContext,
|
|
1124
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1125
|
+
|
|
1126
|
+
@abc.abstractmethod
|
|
1127
|
+
def ChangeVelocityIsFixedRY(self,
|
|
1128
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
1129
|
+
context: grpc.ServicerContext,
|
|
1130
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1131
|
+
|
|
1132
|
+
@abc.abstractmethod
|
|
1133
|
+
def ChangeVelocityIsFixedRZ(self,
|
|
1134
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
1135
|
+
context: grpc.ServicerContext,
|
|
1136
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1137
|
+
|
|
1138
|
+
@abc.abstractmethod
|
|
1139
|
+
def ChangeVelocityUseRemotePointEnabled(self,
|
|
1140
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
1141
|
+
context: grpc.ServicerContext,
|
|
1142
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1143
|
+
|
|
1144
|
+
@abc.abstractmethod
|
|
1145
|
+
def ChangeVelocityRemotePositionX(self,
|
|
1146
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1147
|
+
context: grpc.ServicerContext,
|
|
1148
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1149
|
+
|
|
1150
|
+
@abc.abstractmethod
|
|
1151
|
+
def ChangeVelocityRemotePositionY(self,
|
|
1152
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1153
|
+
context: grpc.ServicerContext,
|
|
1154
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1155
|
+
|
|
1156
|
+
@abc.abstractmethod
|
|
1157
|
+
def ChangeVelocityRemotePositionZ(self,
|
|
1158
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1159
|
+
context: grpc.ServicerContext,
|
|
1160
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1161
|
+
|
|
1162
|
+
@abc.abstractmethod
|
|
1163
|
+
def CreateAcceleration(self,
|
|
1164
|
+
request: ansys.api.discovery.v0.conditionsstructural_pb2.AccelerationCreationRequest,
|
|
1165
|
+
context: grpc.ServicerContext,
|
|
1166
|
+
) -> ansys.api.discovery.v0.conditionsstructural_pb2.AccelerationCreationResponse:
|
|
1167
|
+
"""Acceleration condition methods"""
|
|
1168
|
+
pass
|
|
1169
|
+
|
|
1170
|
+
@abc.abstractmethod
|
|
1171
|
+
def ChangeAccelerationLocation(self,
|
|
1172
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
1173
|
+
context: grpc.ServicerContext,
|
|
1174
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1175
|
+
|
|
1176
|
+
@abc.abstractmethod
|
|
1177
|
+
def ChangeAccelerationOrientation(self,
|
|
1178
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
1179
|
+
context: grpc.ServicerContext,
|
|
1180
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1181
|
+
|
|
1182
|
+
@abc.abstractmethod
|
|
1183
|
+
def ChangeAccelerationDX(self,
|
|
1184
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1185
|
+
context: grpc.ServicerContext,
|
|
1186
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1187
|
+
|
|
1188
|
+
@abc.abstractmethod
|
|
1189
|
+
def ChangeAccelerationDY(self,
|
|
1190
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1191
|
+
context: grpc.ServicerContext,
|
|
1192
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1193
|
+
|
|
1194
|
+
@abc.abstractmethod
|
|
1195
|
+
def ChangeAccelerationDZ(self,
|
|
1196
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1197
|
+
context: grpc.ServicerContext,
|
|
1198
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1199
|
+
|
|
1200
|
+
@abc.abstractmethod
|
|
1201
|
+
def ChangeAccelerationTranslationalMagnitude(self,
|
|
1202
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1203
|
+
context: grpc.ServicerContext,
|
|
1204
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1205
|
+
|
|
1206
|
+
@abc.abstractmethod
|
|
1207
|
+
def ChangeAccelerationIsFixedDX(self,
|
|
1208
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
1209
|
+
context: grpc.ServicerContext,
|
|
1210
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1211
|
+
|
|
1212
|
+
@abc.abstractmethod
|
|
1213
|
+
def ChangeAccelerationIsFixedDY(self,
|
|
1214
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
1215
|
+
context: grpc.ServicerContext,
|
|
1216
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1217
|
+
|
|
1218
|
+
@abc.abstractmethod
|
|
1219
|
+
def ChangeAccelerationIsFixedDZ(self,
|
|
1220
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
1221
|
+
context: grpc.ServicerContext,
|
|
1222
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1223
|
+
|
|
1224
|
+
@abc.abstractmethod
|
|
1225
|
+
def ChangeGravityOrientation(self,
|
|
1226
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
1227
|
+
context: grpc.ServicerContext,
|
|
1228
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse:
|
|
1229
|
+
"""Gravity condition methods
|
|
1230
|
+
No create for gravity, it's done automatically, and always applied to all bodies
|
|
1231
|
+
"""
|
|
1232
|
+
pass
|
|
1233
|
+
|
|
1234
|
+
@abc.abstractmethod
|
|
1235
|
+
def ChangeGravityDX(self,
|
|
1236
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1237
|
+
context: grpc.ServicerContext,
|
|
1238
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1239
|
+
|
|
1240
|
+
@abc.abstractmethod
|
|
1241
|
+
def ChangeGravityDY(self,
|
|
1242
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1243
|
+
context: grpc.ServicerContext,
|
|
1244
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1245
|
+
|
|
1246
|
+
@abc.abstractmethod
|
|
1247
|
+
def ChangeGravityDZ(self,
|
|
1248
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1249
|
+
context: grpc.ServicerContext,
|
|
1250
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1251
|
+
|
|
1252
|
+
@abc.abstractmethod
|
|
1253
|
+
def ChangeGravityTranslationalMagnitude(self,
|
|
1254
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1255
|
+
context: grpc.ServicerContext,
|
|
1256
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1257
|
+
|
|
1258
|
+
@abc.abstractmethod
|
|
1259
|
+
def ChangeGravityUseBuoyancyEnabled(self,
|
|
1260
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
1261
|
+
context: grpc.ServicerContext,
|
|
1262
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1263
|
+
|
|
1264
|
+
@abc.abstractmethod
|
|
1265
|
+
def ChangeGravityIncludeSelfWeightEnabled(self,
|
|
1266
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
1267
|
+
context: grpc.ServicerContext,
|
|
1268
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1269
|
+
|
|
1270
|
+
@abc.abstractmethod
|
|
1271
|
+
def CreateBearing(self,
|
|
1272
|
+
request: ansys.api.discovery.v0.conditionsstructural_pb2.BearingCreationRequest,
|
|
1273
|
+
context: grpc.ServicerContext,
|
|
1274
|
+
) -> ansys.api.discovery.v0.conditionsstructural_pb2.BearingCreationResponse:
|
|
1275
|
+
"""Bearing condition methods"""
|
|
1276
|
+
pass
|
|
1277
|
+
|
|
1278
|
+
@abc.abstractmethod
|
|
1279
|
+
def ChangeBearingLocation(self,
|
|
1280
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
1281
|
+
context: grpc.ServicerContext,
|
|
1282
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1283
|
+
|
|
1284
|
+
@abc.abstractmethod
|
|
1285
|
+
def ChangeBearingRadialForce(self,
|
|
1286
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1287
|
+
context: grpc.ServicerContext,
|
|
1288
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1289
|
+
|
|
1290
|
+
@abc.abstractmethod
|
|
1291
|
+
def ChangeBearingThrustForce(self,
|
|
1292
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1293
|
+
context: grpc.ServicerContext,
|
|
1294
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1295
|
+
|
|
1296
|
+
@abc.abstractmethod
|
|
1297
|
+
def ChangeBearingAngle(self,
|
|
1298
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
1299
|
+
context: grpc.ServicerContext,
|
|
1300
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
1301
|
+
|
|
853
1302
|
|
|
854
1303
|
def add_ConditionsStructuralServicer_to_server(servicer: ConditionsStructuralServicer, server: grpc.Server) -> None: ...
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ansys-api-discovery
|
|
3
|
-
Version: 0.6.
|
|
4
|
-
Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 07:
|
|
3
|
+
Version: 0.6.3
|
|
4
|
+
Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 07:03:23 on 09 December 2024
|
|
5
5
|
Home-page: https://github.com/ansys/ansys-api-discovery
|
|
6
6
|
Author: ANSYS, Inc.
|
|
7
7
|
Author-email: support@ansys.com
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ansys/api/discovery/VERSION,sha256=
|
|
1
|
+
ansys/api/discovery/VERSION,sha256=yfVuuTSMvINFva6nyiTJ-WDhWYrwVHJ5R2CiaC_weow,6
|
|
2
2
|
ansys/api/discovery/__init__.py,sha256=c2GxEoryXIQtBEhwLRN45MOr4IsG1UbsHYBzUnvXGDM,231
|
|
3
3
|
ansys/api/discovery/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
ansys/api/discovery/v0/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
@@ -12,11 +12,11 @@ ansys/api/discovery/v0/conditionsfluid_pb2.py,sha256=Ivsh_ZLrNZvXa4H_Vkl7_JhgW-e
|
|
|
12
12
|
ansys/api/discovery/v0/conditionsfluid_pb2.pyi,sha256=CpULB1ZYS1YUaOnTvy647KWZeJVHVZ63EQjvdqP3C-o,32321
|
|
13
13
|
ansys/api/discovery/v0/conditionsfluid_pb2_grpc.py,sha256=DRadkhnAGajXXGp6-YEbNatYMN1Cy2STx-ZuxcHQEEg,40004
|
|
14
14
|
ansys/api/discovery/v0/conditionsfluid_pb2_grpc.pyi,sha256=j6zEx8PQO6mn7ZMhAoc14ZwYUWthIeOEARoQbMS6gk8,9894
|
|
15
|
-
ansys/api/discovery/v0/conditionsstructural.proto,sha256=
|
|
16
|
-
ansys/api/discovery/v0/conditionsstructural_pb2.py,sha256=
|
|
17
|
-
ansys/api/discovery/v0/conditionsstructural_pb2.pyi,sha256=
|
|
18
|
-
ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py,sha256=
|
|
19
|
-
ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi,sha256=
|
|
15
|
+
ansys/api/discovery/v0/conditionsstructural.proto,sha256=HZfQKBt6x6IzE-8b6j69d_NwyYmEYSndEHhUfEjB8r4,20045
|
|
16
|
+
ansys/api/discovery/v0/conditionsstructural_pb2.py,sha256=VJ0OjLcZ_q5YcZVtwOTJFfPN4gS1SFnTMBB3Ak2q7p8,41673
|
|
17
|
+
ansys/api/discovery/v0/conditionsstructural_pb2.pyi,sha256=odmyQ_qaOBuyVYdWdQrl5sIOd5_JSZQWUzcWGq7qIs0,66805
|
|
18
|
+
ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py,sha256=D0gRZ2Rygo1nCui1cp-0vRsOmYkbjk1EdZ5hSXRuGJQ,255464
|
|
19
|
+
ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi,sha256=QSkgL5rhT01zFr3wtF3JOgxxgxUyb9vf2AUEa93ytV4,61364
|
|
20
20
|
ansys/api/discovery/v0/conditionsthermal.proto,sha256=hdKBj3y8sHsCB6LicKD3k7vzIQsWPFvAqVwWfhmf8rs,4767
|
|
21
21
|
ansys/api/discovery/v0/conditionsthermal_pb2.py,sha256=zbySpVn_rg9epkCv5GH870pb0R28TvcyJ6SUu3Hqwgk,10965
|
|
22
22
|
ansys/api/discovery/v0/conditionsthermal_pb2.pyi,sha256=UslQ_9X5_B9GR_0tHDjIcujMh10nOKJDc_oVGnk0bhk,21322
|
|
@@ -77,9 +77,9 @@ ansys/api/discovery/v0/unsupported_pb2.py,sha256=ofOCaosQf6fXLpI7lM5hLCsV65fI8hb
|
|
|
77
77
|
ansys/api/discovery/v0/unsupported_pb2.pyi,sha256=wQ-iSPmW9Q54qT7FAkOEncgchsG__P1_1hNOfud0S7U,2469
|
|
78
78
|
ansys/api/discovery/v0/unsupported_pb2_grpc.py,sha256=11CkFdcBg0M5CHpGy4YunpYY8Qm9yQs0qV5EnFFGQA0,4998
|
|
79
79
|
ansys/api/discovery/v0/unsupported_pb2_grpc.pyi,sha256=xEZkaWTvk57dz8SIAq9t6SG_yrLF9S0-iY-1550apPI,1541
|
|
80
|
-
ansys_api_discovery-0.6.
|
|
81
|
-
ansys_api_discovery-0.6.
|
|
82
|
-
ansys_api_discovery-0.6.
|
|
83
|
-
ansys_api_discovery-0.6.
|
|
84
|
-
ansys_api_discovery-0.6.
|
|
85
|
-
ansys_api_discovery-0.6.
|
|
80
|
+
ansys_api_discovery-0.6.3.dist-info/LICENSE,sha256=q2LY-0-hseAc1SDA7rBn96IDi2SHenCzygJda8-7AAU,1089
|
|
81
|
+
ansys_api_discovery-0.6.3.dist-info/METADATA,sha256=kRiRp521cNMtlqAfgFKQHQbqOb1AYP0Dr26g1NqG3c0,1922
|
|
82
|
+
ansys_api_discovery-0.6.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
83
|
+
ansys_api_discovery-0.6.3.dist-info/entry_points.txt,sha256=WScutwzRi-SS6g8pXveUJiIOBeIoLBqDVpsPMCAYzmY,91
|
|
84
|
+
ansys_api_discovery-0.6.3.dist-info/top_level.txt,sha256=9rw0UJ0mtof2GA3U8RpqYo6EmbpfE8-wo3NoX6SlYtg,6
|
|
85
|
+
ansys_api_discovery-0.6.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.3.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|