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
|
@@ -425,6 +425,221 @@ class ConditionsStructuralStub(object):
|
|
|
425
425
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
426
426
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
427
427
|
)
|
|
428
|
+
self.CreateMass = channel.unary_unary(
|
|
429
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateMass',
|
|
430
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MassCreationRequest.SerializeToString,
|
|
431
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MassCreationResponse.FromString,
|
|
432
|
+
)
|
|
433
|
+
self.ChangeMassLocation = channel.unary_unary(
|
|
434
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMassLocation',
|
|
435
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
436
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
437
|
+
)
|
|
438
|
+
self.ChangeMassMagnitude = channel.unary_unary(
|
|
439
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMassMagnitude',
|
|
440
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
441
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
442
|
+
)
|
|
443
|
+
self.ChangeMassUseRemotePointEnabled = channel.unary_unary(
|
|
444
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMassUseRemotePointEnabled',
|
|
445
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
446
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
447
|
+
)
|
|
448
|
+
self.ChangeMassRemotePositionX = channel.unary_unary(
|
|
449
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMassRemotePositionX',
|
|
450
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
451
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
452
|
+
)
|
|
453
|
+
self.ChangeMassRemotePositionY = channel.unary_unary(
|
|
454
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMassRemotePositionY',
|
|
455
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
456
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
457
|
+
)
|
|
458
|
+
self.ChangeMassRemotePositionZ = channel.unary_unary(
|
|
459
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMassRemotePositionZ',
|
|
460
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
461
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
462
|
+
)
|
|
463
|
+
self.CreateVelocity = channel.unary_unary(
|
|
464
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateVelocity',
|
|
465
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.VelocityCreationRequest.SerializeToString,
|
|
466
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.VelocityCreationResponse.FromString,
|
|
467
|
+
)
|
|
468
|
+
self.ChangeVelocityLocation = channel.unary_unary(
|
|
469
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityLocation',
|
|
470
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
471
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
472
|
+
)
|
|
473
|
+
self.ChangeVelocityOrientation = channel.unary_unary(
|
|
474
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityOrientation',
|
|
475
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
|
|
476
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
477
|
+
)
|
|
478
|
+
self.ChangeVelocityRX = channel.unary_unary(
|
|
479
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityRX',
|
|
480
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
481
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
482
|
+
)
|
|
483
|
+
self.ChangeVelocityRY = channel.unary_unary(
|
|
484
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityRY',
|
|
485
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
486
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
487
|
+
)
|
|
488
|
+
self.ChangeVelocityRZ = channel.unary_unary(
|
|
489
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityRZ',
|
|
490
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
491
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
492
|
+
)
|
|
493
|
+
self.ChangeVelocityRotationalMagnitude = channel.unary_unary(
|
|
494
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityRotationalMagnitude',
|
|
495
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
496
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
497
|
+
)
|
|
498
|
+
self.ChangeVelocityIsFixedRX = channel.unary_unary(
|
|
499
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityIsFixedRX',
|
|
500
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
501
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
502
|
+
)
|
|
503
|
+
self.ChangeVelocityIsFixedRY = channel.unary_unary(
|
|
504
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityIsFixedRY',
|
|
505
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
506
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
507
|
+
)
|
|
508
|
+
self.ChangeVelocityIsFixedRZ = channel.unary_unary(
|
|
509
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityIsFixedRZ',
|
|
510
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
511
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
512
|
+
)
|
|
513
|
+
self.ChangeVelocityUseRemotePointEnabled = channel.unary_unary(
|
|
514
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityUseRemotePointEnabled',
|
|
515
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
516
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
517
|
+
)
|
|
518
|
+
self.ChangeVelocityRemotePositionX = channel.unary_unary(
|
|
519
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityRemotePositionX',
|
|
520
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
521
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
522
|
+
)
|
|
523
|
+
self.ChangeVelocityRemotePositionY = channel.unary_unary(
|
|
524
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityRemotePositionY',
|
|
525
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
526
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
527
|
+
)
|
|
528
|
+
self.ChangeVelocityRemotePositionZ = channel.unary_unary(
|
|
529
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityRemotePositionZ',
|
|
530
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
531
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
532
|
+
)
|
|
533
|
+
self.CreateAcceleration = channel.unary_unary(
|
|
534
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateAcceleration',
|
|
535
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.AccelerationCreationRequest.SerializeToString,
|
|
536
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.AccelerationCreationResponse.FromString,
|
|
537
|
+
)
|
|
538
|
+
self.ChangeAccelerationLocation = channel.unary_unary(
|
|
539
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationLocation',
|
|
540
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
541
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
542
|
+
)
|
|
543
|
+
self.ChangeAccelerationOrientation = channel.unary_unary(
|
|
544
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationOrientation',
|
|
545
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
|
|
546
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
547
|
+
)
|
|
548
|
+
self.ChangeAccelerationDX = channel.unary_unary(
|
|
549
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationDX',
|
|
550
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
551
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
552
|
+
)
|
|
553
|
+
self.ChangeAccelerationDY = channel.unary_unary(
|
|
554
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationDY',
|
|
555
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
556
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
557
|
+
)
|
|
558
|
+
self.ChangeAccelerationDZ = channel.unary_unary(
|
|
559
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationDZ',
|
|
560
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
561
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
562
|
+
)
|
|
563
|
+
self.ChangeAccelerationTranslationalMagnitude = channel.unary_unary(
|
|
564
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationTranslationalMagnitude',
|
|
565
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
566
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
567
|
+
)
|
|
568
|
+
self.ChangeAccelerationIsFixedDX = channel.unary_unary(
|
|
569
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationIsFixedDX',
|
|
570
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
571
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
572
|
+
)
|
|
573
|
+
self.ChangeAccelerationIsFixedDY = channel.unary_unary(
|
|
574
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationIsFixedDY',
|
|
575
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
576
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
577
|
+
)
|
|
578
|
+
self.ChangeAccelerationIsFixedDZ = channel.unary_unary(
|
|
579
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationIsFixedDZ',
|
|
580
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
581
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
582
|
+
)
|
|
583
|
+
self.ChangeGravityOrientation = channel.unary_unary(
|
|
584
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeGravityOrientation',
|
|
585
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
|
|
586
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
587
|
+
)
|
|
588
|
+
self.ChangeGravityDX = channel.unary_unary(
|
|
589
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeGravityDX',
|
|
590
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
591
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
592
|
+
)
|
|
593
|
+
self.ChangeGravityDY = channel.unary_unary(
|
|
594
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeGravityDY',
|
|
595
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
596
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
597
|
+
)
|
|
598
|
+
self.ChangeGravityDZ = channel.unary_unary(
|
|
599
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeGravityDZ',
|
|
600
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
601
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
602
|
+
)
|
|
603
|
+
self.ChangeGravityTranslationalMagnitude = channel.unary_unary(
|
|
604
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeGravityTranslationalMagnitude',
|
|
605
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
606
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
607
|
+
)
|
|
608
|
+
self.ChangeGravityUseBuoyancyEnabled = channel.unary_unary(
|
|
609
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeGravityUseBuoyancyEnabled',
|
|
610
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
611
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
612
|
+
)
|
|
613
|
+
self.ChangeGravityIncludeSelfWeightEnabled = channel.unary_unary(
|
|
614
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeGravityIncludeSelfWeightEnabled',
|
|
615
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
616
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
617
|
+
)
|
|
618
|
+
self.CreateBearing = channel.unary_unary(
|
|
619
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateBearing',
|
|
620
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.BearingCreationRequest.SerializeToString,
|
|
621
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.BearingCreationResponse.FromString,
|
|
622
|
+
)
|
|
623
|
+
self.ChangeBearingLocation = channel.unary_unary(
|
|
624
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeBearingLocation',
|
|
625
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
626
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
627
|
+
)
|
|
628
|
+
self.ChangeBearingRadialForce = channel.unary_unary(
|
|
629
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeBearingRadialForce',
|
|
630
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
631
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
632
|
+
)
|
|
633
|
+
self.ChangeBearingThrustForce = channel.unary_unary(
|
|
634
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeBearingThrustForce',
|
|
635
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
636
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
637
|
+
)
|
|
638
|
+
self.ChangeBearingAngle = channel.unary_unary(
|
|
639
|
+
'/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeBearingAngle',
|
|
640
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
641
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
642
|
+
)
|
|
428
643
|
|
|
429
644
|
|
|
430
645
|
class ConditionsStructuralServicer(object):
|
|
@@ -928,165 +1143,429 @@ class ConditionsStructuralServicer(object):
|
|
|
928
1143
|
context.set_details('Method not implemented!')
|
|
929
1144
|
raise NotImplementedError('Method not implemented!')
|
|
930
1145
|
|
|
1146
|
+
def CreateMass(self, request, context):
|
|
1147
|
+
"""Mass condition methods
|
|
1148
|
+
"""
|
|
1149
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1150
|
+
context.set_details('Method not implemented!')
|
|
1151
|
+
raise NotImplementedError('Method not implemented!')
|
|
931
1152
|
|
|
932
|
-
def
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1153
|
+
def ChangeMassLocation(self, request, context):
|
|
1154
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1155
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1156
|
+
context.set_details('Method not implemented!')
|
|
1157
|
+
raise NotImplementedError('Method not implemented!')
|
|
1158
|
+
|
|
1159
|
+
def ChangeMassMagnitude(self, request, context):
|
|
1160
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1161
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1162
|
+
context.set_details('Method not implemented!')
|
|
1163
|
+
raise NotImplementedError('Method not implemented!')
|
|
1164
|
+
|
|
1165
|
+
def ChangeMassUseRemotePointEnabled(self, request, context):
|
|
1166
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1167
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1168
|
+
context.set_details('Method not implemented!')
|
|
1169
|
+
raise NotImplementedError('Method not implemented!')
|
|
1170
|
+
|
|
1171
|
+
def ChangeMassRemotePositionX(self, request, context):
|
|
1172
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1173
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1174
|
+
context.set_details('Method not implemented!')
|
|
1175
|
+
raise NotImplementedError('Method not implemented!')
|
|
1176
|
+
|
|
1177
|
+
def ChangeMassRemotePositionY(self, request, context):
|
|
1178
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1179
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1180
|
+
context.set_details('Method not implemented!')
|
|
1181
|
+
raise NotImplementedError('Method not implemented!')
|
|
1182
|
+
|
|
1183
|
+
def ChangeMassRemotePositionZ(self, request, context):
|
|
1184
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1185
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1186
|
+
context.set_details('Method not implemented!')
|
|
1187
|
+
raise NotImplementedError('Method not implemented!')
|
|
1188
|
+
|
|
1189
|
+
def CreateVelocity(self, request, context):
|
|
1190
|
+
"""Velocity condition methods
|
|
1191
|
+
"""
|
|
1192
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1193
|
+
context.set_details('Method not implemented!')
|
|
1194
|
+
raise NotImplementedError('Method not implemented!')
|
|
1195
|
+
|
|
1196
|
+
def ChangeVelocityLocation(self, request, context):
|
|
1197
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1198
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1199
|
+
context.set_details('Method not implemented!')
|
|
1200
|
+
raise NotImplementedError('Method not implemented!')
|
|
1201
|
+
|
|
1202
|
+
def ChangeVelocityOrientation(self, request, context):
|
|
1203
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1204
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1205
|
+
context.set_details('Method not implemented!')
|
|
1206
|
+
raise NotImplementedError('Method not implemented!')
|
|
1207
|
+
|
|
1208
|
+
def ChangeVelocityRX(self, request, context):
|
|
1209
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1210
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1211
|
+
context.set_details('Method not implemented!')
|
|
1212
|
+
raise NotImplementedError('Method not implemented!')
|
|
1213
|
+
|
|
1214
|
+
def ChangeVelocityRY(self, request, context):
|
|
1215
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1216
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1217
|
+
context.set_details('Method not implemented!')
|
|
1218
|
+
raise NotImplementedError('Method not implemented!')
|
|
1219
|
+
|
|
1220
|
+
def ChangeVelocityRZ(self, request, context):
|
|
1221
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1222
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1223
|
+
context.set_details('Method not implemented!')
|
|
1224
|
+
raise NotImplementedError('Method not implemented!')
|
|
1225
|
+
|
|
1226
|
+
def ChangeVelocityRotationalMagnitude(self, request, context):
|
|
1227
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1228
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1229
|
+
context.set_details('Method not implemented!')
|
|
1230
|
+
raise NotImplementedError('Method not implemented!')
|
|
1231
|
+
|
|
1232
|
+
def ChangeVelocityIsFixedRX(self, request, context):
|
|
1233
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1234
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1235
|
+
context.set_details('Method not implemented!')
|
|
1236
|
+
raise NotImplementedError('Method not implemented!')
|
|
1237
|
+
|
|
1238
|
+
def ChangeVelocityIsFixedRY(self, request, context):
|
|
1239
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1240
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1241
|
+
context.set_details('Method not implemented!')
|
|
1242
|
+
raise NotImplementedError('Method not implemented!')
|
|
1243
|
+
|
|
1244
|
+
def ChangeVelocityIsFixedRZ(self, request, context):
|
|
1245
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1246
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1247
|
+
context.set_details('Method not implemented!')
|
|
1248
|
+
raise NotImplementedError('Method not implemented!')
|
|
1249
|
+
|
|
1250
|
+
def ChangeVelocityUseRemotePointEnabled(self, request, context):
|
|
1251
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1252
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1253
|
+
context.set_details('Method not implemented!')
|
|
1254
|
+
raise NotImplementedError('Method not implemented!')
|
|
1255
|
+
|
|
1256
|
+
def ChangeVelocityRemotePositionX(self, request, context):
|
|
1257
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1258
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1259
|
+
context.set_details('Method not implemented!')
|
|
1260
|
+
raise NotImplementedError('Method not implemented!')
|
|
1261
|
+
|
|
1262
|
+
def ChangeVelocityRemotePositionY(self, request, context):
|
|
1263
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1264
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1265
|
+
context.set_details('Method not implemented!')
|
|
1266
|
+
raise NotImplementedError('Method not implemented!')
|
|
1267
|
+
|
|
1268
|
+
def ChangeVelocityRemotePositionZ(self, request, context):
|
|
1269
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1270
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1271
|
+
context.set_details('Method not implemented!')
|
|
1272
|
+
raise NotImplementedError('Method not implemented!')
|
|
1273
|
+
|
|
1274
|
+
def CreateAcceleration(self, request, context):
|
|
1275
|
+
"""Acceleration condition methods
|
|
1276
|
+
"""
|
|
1277
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1278
|
+
context.set_details('Method not implemented!')
|
|
1279
|
+
raise NotImplementedError('Method not implemented!')
|
|
1280
|
+
|
|
1281
|
+
def ChangeAccelerationLocation(self, request, context):
|
|
1282
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1283
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1284
|
+
context.set_details('Method not implemented!')
|
|
1285
|
+
raise NotImplementedError('Method not implemented!')
|
|
1286
|
+
|
|
1287
|
+
def ChangeAccelerationOrientation(self, request, context):
|
|
1288
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1289
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1290
|
+
context.set_details('Method not implemented!')
|
|
1291
|
+
raise NotImplementedError('Method not implemented!')
|
|
1292
|
+
|
|
1293
|
+
def ChangeAccelerationDX(self, request, context):
|
|
1294
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1295
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1296
|
+
context.set_details('Method not implemented!')
|
|
1297
|
+
raise NotImplementedError('Method not implemented!')
|
|
1298
|
+
|
|
1299
|
+
def ChangeAccelerationDY(self, request, context):
|
|
1300
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1301
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1302
|
+
context.set_details('Method not implemented!')
|
|
1303
|
+
raise NotImplementedError('Method not implemented!')
|
|
1304
|
+
|
|
1305
|
+
def ChangeAccelerationDZ(self, request, context):
|
|
1306
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1307
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1308
|
+
context.set_details('Method not implemented!')
|
|
1309
|
+
raise NotImplementedError('Method not implemented!')
|
|
1310
|
+
|
|
1311
|
+
def ChangeAccelerationTranslationalMagnitude(self, request, context):
|
|
1312
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1313
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1314
|
+
context.set_details('Method not implemented!')
|
|
1315
|
+
raise NotImplementedError('Method not implemented!')
|
|
1316
|
+
|
|
1317
|
+
def ChangeAccelerationIsFixedDX(self, request, context):
|
|
1318
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1319
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1320
|
+
context.set_details('Method not implemented!')
|
|
1321
|
+
raise NotImplementedError('Method not implemented!')
|
|
1322
|
+
|
|
1323
|
+
def ChangeAccelerationIsFixedDY(self, request, context):
|
|
1324
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1325
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1326
|
+
context.set_details('Method not implemented!')
|
|
1327
|
+
raise NotImplementedError('Method not implemented!')
|
|
1328
|
+
|
|
1329
|
+
def ChangeAccelerationIsFixedDZ(self, request, context):
|
|
1330
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1331
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1332
|
+
context.set_details('Method not implemented!')
|
|
1333
|
+
raise NotImplementedError('Method not implemented!')
|
|
1334
|
+
|
|
1335
|
+
def ChangeGravityOrientation(self, request, context):
|
|
1336
|
+
"""Gravity condition methods
|
|
1337
|
+
No create for gravity, it's done automatically, and always applied to all bodies
|
|
1338
|
+
"""
|
|
1339
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1340
|
+
context.set_details('Method not implemented!')
|
|
1341
|
+
raise NotImplementedError('Method not implemented!')
|
|
1342
|
+
|
|
1343
|
+
def ChangeGravityDX(self, request, context):
|
|
1344
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1345
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1346
|
+
context.set_details('Method not implemented!')
|
|
1347
|
+
raise NotImplementedError('Method not implemented!')
|
|
1348
|
+
|
|
1349
|
+
def ChangeGravityDY(self, request, context):
|
|
1350
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1351
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1352
|
+
context.set_details('Method not implemented!')
|
|
1353
|
+
raise NotImplementedError('Method not implemented!')
|
|
1354
|
+
|
|
1355
|
+
def ChangeGravityDZ(self, request, context):
|
|
1356
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1357
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1358
|
+
context.set_details('Method not implemented!')
|
|
1359
|
+
raise NotImplementedError('Method not implemented!')
|
|
1360
|
+
|
|
1361
|
+
def ChangeGravityTranslationalMagnitude(self, request, context):
|
|
1362
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1363
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1364
|
+
context.set_details('Method not implemented!')
|
|
1365
|
+
raise NotImplementedError('Method not implemented!')
|
|
1366
|
+
|
|
1367
|
+
def ChangeGravityUseBuoyancyEnabled(self, request, context):
|
|
1368
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1369
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1370
|
+
context.set_details('Method not implemented!')
|
|
1371
|
+
raise NotImplementedError('Method not implemented!')
|
|
1372
|
+
|
|
1373
|
+
def ChangeGravityIncludeSelfWeightEnabled(self, request, context):
|
|
1374
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1375
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1376
|
+
context.set_details('Method not implemented!')
|
|
1377
|
+
raise NotImplementedError('Method not implemented!')
|
|
1378
|
+
|
|
1379
|
+
def CreateBearing(self, request, context):
|
|
1380
|
+
"""Bearing condition methods
|
|
1381
|
+
"""
|
|
1382
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1383
|
+
context.set_details('Method not implemented!')
|
|
1384
|
+
raise NotImplementedError('Method not implemented!')
|
|
1385
|
+
|
|
1386
|
+
def ChangeBearingLocation(self, request, context):
|
|
1387
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1388
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1389
|
+
context.set_details('Method not implemented!')
|
|
1390
|
+
raise NotImplementedError('Method not implemented!')
|
|
1391
|
+
|
|
1392
|
+
def ChangeBearingRadialForce(self, request, context):
|
|
1393
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1394
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1395
|
+
context.set_details('Method not implemented!')
|
|
1396
|
+
raise NotImplementedError('Method not implemented!')
|
|
1397
|
+
|
|
1398
|
+
def ChangeBearingThrustForce(self, request, context):
|
|
1399
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1400
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1401
|
+
context.set_details('Method not implemented!')
|
|
1402
|
+
raise NotImplementedError('Method not implemented!')
|
|
1403
|
+
|
|
1404
|
+
def ChangeBearingAngle(self, request, context):
|
|
1405
|
+
"""Missing associated documentation comment in .proto file."""
|
|
1406
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
1407
|
+
context.set_details('Method not implemented!')
|
|
1408
|
+
raise NotImplementedError('Method not implemented!')
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
def add_ConditionsStructuralServicer_to_server(servicer, server):
|
|
1412
|
+
rpc_method_handlers = {
|
|
1413
|
+
'CreateSupportFixed': grpc.unary_unary_rpc_method_handler(
|
|
1414
|
+
servicer.CreateSupportFixed,
|
|
1415
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.FromString,
|
|
1416
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.SerializeToString,
|
|
1063
1417
|
),
|
|
1064
|
-
'
|
|
1065
|
-
servicer.
|
|
1066
|
-
request_deserializer=
|
|
1067
|
-
response_serializer=
|
|
1418
|
+
'CreateSupportHinged': grpc.unary_unary_rpc_method_handler(
|
|
1419
|
+
servicer.CreateSupportHinged,
|
|
1420
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.FromString,
|
|
1421
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.SerializeToString,
|
|
1068
1422
|
),
|
|
1069
|
-
'
|
|
1070
|
-
servicer.
|
|
1071
|
-
request_deserializer=
|
|
1072
|
-
response_serializer=
|
|
1423
|
+
'CreateSupportSliding': grpc.unary_unary_rpc_method_handler(
|
|
1424
|
+
servicer.CreateSupportSliding,
|
|
1425
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.FromString,
|
|
1426
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.SerializeToString,
|
|
1073
1427
|
),
|
|
1074
|
-
'
|
|
1075
|
-
servicer.
|
|
1076
|
-
request_deserializer=
|
|
1077
|
-
response_serializer=
|
|
1428
|
+
'CreateSupportBall': grpc.unary_unary_rpc_method_handler(
|
|
1429
|
+
servicer.CreateSupportBall,
|
|
1430
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.FromString,
|
|
1431
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.SerializeToString,
|
|
1078
1432
|
),
|
|
1079
|
-
'
|
|
1080
|
-
servicer.
|
|
1081
|
-
request_deserializer=
|
|
1082
|
-
response_serializer=
|
|
1433
|
+
'CreateSupportDisplaced': grpc.unary_unary_rpc_method_handler(
|
|
1434
|
+
servicer.CreateSupportDisplaced,
|
|
1435
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportDisplacedCreationRequest.FromString,
|
|
1436
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportDisplacedCreationResponse.SerializeToString,
|
|
1083
1437
|
),
|
|
1084
|
-
'
|
|
1085
|
-
servicer.
|
|
1086
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
1438
|
+
'ChangeSupportLocation': grpc.unary_unary_rpc_method_handler(
|
|
1439
|
+
servicer.ChangeSupportLocation,
|
|
1440
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
|
|
1087
1441
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1088
1442
|
),
|
|
1089
|
-
'
|
|
1443
|
+
'ChangeSupportSpecification': grpc.unary_unary_rpc_method_handler(
|
|
1444
|
+
servicer.ChangeSupportSpecification,
|
|
1445
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeSupportSpecificationRequest.FromString,
|
|
1446
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1447
|
+
),
|
|
1448
|
+
'ChangeSupportDisplacedOrientation': grpc.unary_unary_rpc_method_handler(
|
|
1449
|
+
servicer.ChangeSupportDisplacedOrientation,
|
|
1450
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.FromString,
|
|
1451
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1452
|
+
),
|
|
1453
|
+
'ChangeSupportDisplacedDX': grpc.unary_unary_rpc_method_handler(
|
|
1454
|
+
servicer.ChangeSupportDisplacedDX,
|
|
1455
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1456
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1457
|
+
),
|
|
1458
|
+
'ChangeSupportDisplacedDY': grpc.unary_unary_rpc_method_handler(
|
|
1459
|
+
servicer.ChangeSupportDisplacedDY,
|
|
1460
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1461
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1462
|
+
),
|
|
1463
|
+
'ChangeSupportDisplacedDZ': grpc.unary_unary_rpc_method_handler(
|
|
1464
|
+
servicer.ChangeSupportDisplacedDZ,
|
|
1465
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1466
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1467
|
+
),
|
|
1468
|
+
'ChangeSupportDisplacedRX': grpc.unary_unary_rpc_method_handler(
|
|
1469
|
+
servicer.ChangeSupportDisplacedRX,
|
|
1470
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1471
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1472
|
+
),
|
|
1473
|
+
'ChangeSupportDisplacedRY': grpc.unary_unary_rpc_method_handler(
|
|
1474
|
+
servicer.ChangeSupportDisplacedRY,
|
|
1475
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1476
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1477
|
+
),
|
|
1478
|
+
'ChangeSupportDisplacedRZ': grpc.unary_unary_rpc_method_handler(
|
|
1479
|
+
servicer.ChangeSupportDisplacedRZ,
|
|
1480
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1481
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1482
|
+
),
|
|
1483
|
+
'ChangeSupportDisplacedIsFixedDX': grpc.unary_unary_rpc_method_handler(
|
|
1484
|
+
servicer.ChangeSupportDisplacedIsFixedDX,
|
|
1485
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
1486
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1487
|
+
),
|
|
1488
|
+
'ChangeSupportDisplacedIsFixedDY': grpc.unary_unary_rpc_method_handler(
|
|
1489
|
+
servicer.ChangeSupportDisplacedIsFixedDY,
|
|
1490
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
1491
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1492
|
+
),
|
|
1493
|
+
'ChangeSupportDisplacedIsFixedDZ': grpc.unary_unary_rpc_method_handler(
|
|
1494
|
+
servicer.ChangeSupportDisplacedIsFixedDZ,
|
|
1495
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
1496
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1497
|
+
),
|
|
1498
|
+
'ChangeSupportDisplacedIsFixedRX': grpc.unary_unary_rpc_method_handler(
|
|
1499
|
+
servicer.ChangeSupportDisplacedIsFixedRX,
|
|
1500
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
1501
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1502
|
+
),
|
|
1503
|
+
'ChangeSupportDisplacedIsFixedRY': grpc.unary_unary_rpc_method_handler(
|
|
1504
|
+
servicer.ChangeSupportDisplacedIsFixedRY,
|
|
1505
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
1506
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1507
|
+
),
|
|
1508
|
+
'ChangeSupportDisplacedIsFixedRZ': grpc.unary_unary_rpc_method_handler(
|
|
1509
|
+
servicer.ChangeSupportDisplacedIsFixedRZ,
|
|
1510
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
1511
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1512
|
+
),
|
|
1513
|
+
'CreateForceDistributedTotal': grpc.unary_unary_rpc_method_handler(
|
|
1514
|
+
servicer.CreateForceDistributedTotal,
|
|
1515
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedTotalCreationRequest.FromString,
|
|
1516
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedTotalCreationResponse.SerializeToString,
|
|
1517
|
+
),
|
|
1518
|
+
'CreateForceDistributedArea': grpc.unary_unary_rpc_method_handler(
|
|
1519
|
+
servicer.CreateForceDistributedArea,
|
|
1520
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedAreaCreationRequest.FromString,
|
|
1521
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedAreaCreationResponse.SerializeToString,
|
|
1522
|
+
),
|
|
1523
|
+
'CreateForceTorque': grpc.unary_unary_rpc_method_handler(
|
|
1524
|
+
servicer.CreateForceTorque,
|
|
1525
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceTorqueCreationRequest.FromString,
|
|
1526
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceTorqueCreationResponse.SerializeToString,
|
|
1527
|
+
),
|
|
1528
|
+
'ChangeForceLocation': grpc.unary_unary_rpc_method_handler(
|
|
1529
|
+
servicer.ChangeForceLocation,
|
|
1530
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
|
|
1531
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1532
|
+
),
|
|
1533
|
+
'ChangeForceSpecification': grpc.unary_unary_rpc_method_handler(
|
|
1534
|
+
servicer.ChangeForceSpecification,
|
|
1535
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceSpecificationRequest.FromString,
|
|
1536
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1537
|
+
),
|
|
1538
|
+
'ChangeForceMagnitudeDefinition': grpc.unary_unary_rpc_method_handler(
|
|
1539
|
+
servicer.ChangeForceMagnitudeDefinition,
|
|
1540
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceMagnitudeDefinitionRequest.FromString,
|
|
1541
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1542
|
+
),
|
|
1543
|
+
'ChangeForceByReversingDirection': grpc.unary_unary_rpc_method_handler(
|
|
1544
|
+
servicer.ChangeForceByReversingDirection,
|
|
1545
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeCommandRequest.FromString,
|
|
1546
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1547
|
+
),
|
|
1548
|
+
'ChangeForceDefinedByComponentEnabled': grpc.unary_unary_rpc_method_handler(
|
|
1549
|
+
servicer.ChangeForceDefinedByComponentEnabled,
|
|
1550
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
1551
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1552
|
+
),
|
|
1553
|
+
'ChangeForceDistributedTotalMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
1554
|
+
servicer.ChangeForceDistributedTotalMagnitude,
|
|
1555
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1556
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1557
|
+
),
|
|
1558
|
+
'ChangeForceDistributedTotalX': grpc.unary_unary_rpc_method_handler(
|
|
1559
|
+
servicer.ChangeForceDistributedTotalX,
|
|
1560
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1561
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1562
|
+
),
|
|
1563
|
+
'ChangeForceDistributedTotalY': grpc.unary_unary_rpc_method_handler(
|
|
1564
|
+
servicer.ChangeForceDistributedTotalY,
|
|
1565
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1566
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1567
|
+
),
|
|
1568
|
+
'ChangeForceDistributedTotalZ': grpc.unary_unary_rpc_method_handler(
|
|
1090
1569
|
servicer.ChangeForceDistributedTotalZ,
|
|
1091
1570
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1092
1571
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
@@ -1341,18 +1820,896 @@ def add_ConditionsStructuralServicer_to_server(servicer, server):
|
|
|
1341
1820
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1342
1821
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1343
1822
|
),
|
|
1823
|
+
'CreateMass': grpc.unary_unary_rpc_method_handler(
|
|
1824
|
+
servicer.CreateMass,
|
|
1825
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MassCreationRequest.FromString,
|
|
1826
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MassCreationResponse.SerializeToString,
|
|
1827
|
+
),
|
|
1828
|
+
'ChangeMassLocation': grpc.unary_unary_rpc_method_handler(
|
|
1829
|
+
servicer.ChangeMassLocation,
|
|
1830
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
|
|
1831
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1832
|
+
),
|
|
1833
|
+
'ChangeMassMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
1834
|
+
servicer.ChangeMassMagnitude,
|
|
1835
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1836
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1837
|
+
),
|
|
1838
|
+
'ChangeMassUseRemotePointEnabled': grpc.unary_unary_rpc_method_handler(
|
|
1839
|
+
servicer.ChangeMassUseRemotePointEnabled,
|
|
1840
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
1841
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1842
|
+
),
|
|
1843
|
+
'ChangeMassRemotePositionX': grpc.unary_unary_rpc_method_handler(
|
|
1844
|
+
servicer.ChangeMassRemotePositionX,
|
|
1845
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1846
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1847
|
+
),
|
|
1848
|
+
'ChangeMassRemotePositionY': grpc.unary_unary_rpc_method_handler(
|
|
1849
|
+
servicer.ChangeMassRemotePositionY,
|
|
1850
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1851
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1852
|
+
),
|
|
1853
|
+
'ChangeMassRemotePositionZ': grpc.unary_unary_rpc_method_handler(
|
|
1854
|
+
servicer.ChangeMassRemotePositionZ,
|
|
1855
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1856
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1857
|
+
),
|
|
1858
|
+
'CreateVelocity': grpc.unary_unary_rpc_method_handler(
|
|
1859
|
+
servicer.CreateVelocity,
|
|
1860
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.VelocityCreationRequest.FromString,
|
|
1861
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.VelocityCreationResponse.SerializeToString,
|
|
1862
|
+
),
|
|
1863
|
+
'ChangeVelocityLocation': grpc.unary_unary_rpc_method_handler(
|
|
1864
|
+
servicer.ChangeVelocityLocation,
|
|
1865
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
|
|
1866
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1867
|
+
),
|
|
1868
|
+
'ChangeVelocityOrientation': grpc.unary_unary_rpc_method_handler(
|
|
1869
|
+
servicer.ChangeVelocityOrientation,
|
|
1870
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.FromString,
|
|
1871
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1872
|
+
),
|
|
1873
|
+
'ChangeVelocityRX': grpc.unary_unary_rpc_method_handler(
|
|
1874
|
+
servicer.ChangeVelocityRX,
|
|
1875
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1876
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1877
|
+
),
|
|
1878
|
+
'ChangeVelocityRY': grpc.unary_unary_rpc_method_handler(
|
|
1879
|
+
servicer.ChangeVelocityRY,
|
|
1880
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1881
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1882
|
+
),
|
|
1883
|
+
'ChangeVelocityRZ': grpc.unary_unary_rpc_method_handler(
|
|
1884
|
+
servicer.ChangeVelocityRZ,
|
|
1885
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1886
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1887
|
+
),
|
|
1888
|
+
'ChangeVelocityRotationalMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
1889
|
+
servicer.ChangeVelocityRotationalMagnitude,
|
|
1890
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1891
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1892
|
+
),
|
|
1893
|
+
'ChangeVelocityIsFixedRX': grpc.unary_unary_rpc_method_handler(
|
|
1894
|
+
servicer.ChangeVelocityIsFixedRX,
|
|
1895
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
1896
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1897
|
+
),
|
|
1898
|
+
'ChangeVelocityIsFixedRY': grpc.unary_unary_rpc_method_handler(
|
|
1899
|
+
servicer.ChangeVelocityIsFixedRY,
|
|
1900
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
1901
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1902
|
+
),
|
|
1903
|
+
'ChangeVelocityIsFixedRZ': grpc.unary_unary_rpc_method_handler(
|
|
1904
|
+
servicer.ChangeVelocityIsFixedRZ,
|
|
1905
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
1906
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1907
|
+
),
|
|
1908
|
+
'ChangeVelocityUseRemotePointEnabled': grpc.unary_unary_rpc_method_handler(
|
|
1909
|
+
servicer.ChangeVelocityUseRemotePointEnabled,
|
|
1910
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
1911
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1912
|
+
),
|
|
1913
|
+
'ChangeVelocityRemotePositionX': grpc.unary_unary_rpc_method_handler(
|
|
1914
|
+
servicer.ChangeVelocityRemotePositionX,
|
|
1915
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1916
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1917
|
+
),
|
|
1918
|
+
'ChangeVelocityRemotePositionY': grpc.unary_unary_rpc_method_handler(
|
|
1919
|
+
servicer.ChangeVelocityRemotePositionY,
|
|
1920
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1921
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1922
|
+
),
|
|
1923
|
+
'ChangeVelocityRemotePositionZ': grpc.unary_unary_rpc_method_handler(
|
|
1924
|
+
servicer.ChangeVelocityRemotePositionZ,
|
|
1925
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1926
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1927
|
+
),
|
|
1928
|
+
'CreateAcceleration': grpc.unary_unary_rpc_method_handler(
|
|
1929
|
+
servicer.CreateAcceleration,
|
|
1930
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.AccelerationCreationRequest.FromString,
|
|
1931
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.AccelerationCreationResponse.SerializeToString,
|
|
1932
|
+
),
|
|
1933
|
+
'ChangeAccelerationLocation': grpc.unary_unary_rpc_method_handler(
|
|
1934
|
+
servicer.ChangeAccelerationLocation,
|
|
1935
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
|
|
1936
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1937
|
+
),
|
|
1938
|
+
'ChangeAccelerationOrientation': grpc.unary_unary_rpc_method_handler(
|
|
1939
|
+
servicer.ChangeAccelerationOrientation,
|
|
1940
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.FromString,
|
|
1941
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1942
|
+
),
|
|
1943
|
+
'ChangeAccelerationDX': grpc.unary_unary_rpc_method_handler(
|
|
1944
|
+
servicer.ChangeAccelerationDX,
|
|
1945
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1946
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1947
|
+
),
|
|
1948
|
+
'ChangeAccelerationDY': grpc.unary_unary_rpc_method_handler(
|
|
1949
|
+
servicer.ChangeAccelerationDY,
|
|
1950
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1951
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1952
|
+
),
|
|
1953
|
+
'ChangeAccelerationDZ': grpc.unary_unary_rpc_method_handler(
|
|
1954
|
+
servicer.ChangeAccelerationDZ,
|
|
1955
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1956
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1957
|
+
),
|
|
1958
|
+
'ChangeAccelerationTranslationalMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
1959
|
+
servicer.ChangeAccelerationTranslationalMagnitude,
|
|
1960
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1961
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1962
|
+
),
|
|
1963
|
+
'ChangeAccelerationIsFixedDX': grpc.unary_unary_rpc_method_handler(
|
|
1964
|
+
servicer.ChangeAccelerationIsFixedDX,
|
|
1965
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
1966
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1967
|
+
),
|
|
1968
|
+
'ChangeAccelerationIsFixedDY': grpc.unary_unary_rpc_method_handler(
|
|
1969
|
+
servicer.ChangeAccelerationIsFixedDY,
|
|
1970
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
1971
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1972
|
+
),
|
|
1973
|
+
'ChangeAccelerationIsFixedDZ': grpc.unary_unary_rpc_method_handler(
|
|
1974
|
+
servicer.ChangeAccelerationIsFixedDZ,
|
|
1975
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
1976
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1977
|
+
),
|
|
1978
|
+
'ChangeGravityOrientation': grpc.unary_unary_rpc_method_handler(
|
|
1979
|
+
servicer.ChangeGravityOrientation,
|
|
1980
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.FromString,
|
|
1981
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1982
|
+
),
|
|
1983
|
+
'ChangeGravityDX': grpc.unary_unary_rpc_method_handler(
|
|
1984
|
+
servicer.ChangeGravityDX,
|
|
1985
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1986
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1987
|
+
),
|
|
1988
|
+
'ChangeGravityDY': grpc.unary_unary_rpc_method_handler(
|
|
1989
|
+
servicer.ChangeGravityDY,
|
|
1990
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1991
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1992
|
+
),
|
|
1993
|
+
'ChangeGravityDZ': grpc.unary_unary_rpc_method_handler(
|
|
1994
|
+
servicer.ChangeGravityDZ,
|
|
1995
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
1996
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
1997
|
+
),
|
|
1998
|
+
'ChangeGravityTranslationalMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
1999
|
+
servicer.ChangeGravityTranslationalMagnitude,
|
|
2000
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
2001
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
2002
|
+
),
|
|
2003
|
+
'ChangeGravityUseBuoyancyEnabled': grpc.unary_unary_rpc_method_handler(
|
|
2004
|
+
servicer.ChangeGravityUseBuoyancyEnabled,
|
|
2005
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
2006
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
2007
|
+
),
|
|
2008
|
+
'ChangeGravityIncludeSelfWeightEnabled': grpc.unary_unary_rpc_method_handler(
|
|
2009
|
+
servicer.ChangeGravityIncludeSelfWeightEnabled,
|
|
2010
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
2011
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
2012
|
+
),
|
|
2013
|
+
'CreateBearing': grpc.unary_unary_rpc_method_handler(
|
|
2014
|
+
servicer.CreateBearing,
|
|
2015
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.BearingCreationRequest.FromString,
|
|
2016
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.BearingCreationResponse.SerializeToString,
|
|
2017
|
+
),
|
|
2018
|
+
'ChangeBearingLocation': grpc.unary_unary_rpc_method_handler(
|
|
2019
|
+
servicer.ChangeBearingLocation,
|
|
2020
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
|
|
2021
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
2022
|
+
),
|
|
2023
|
+
'ChangeBearingRadialForce': grpc.unary_unary_rpc_method_handler(
|
|
2024
|
+
servicer.ChangeBearingRadialForce,
|
|
2025
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
2026
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
2027
|
+
),
|
|
2028
|
+
'ChangeBearingThrustForce': grpc.unary_unary_rpc_method_handler(
|
|
2029
|
+
servicer.ChangeBearingThrustForce,
|
|
2030
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
2031
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
2032
|
+
),
|
|
2033
|
+
'ChangeBearingAngle': grpc.unary_unary_rpc_method_handler(
|
|
2034
|
+
servicer.ChangeBearingAngle,
|
|
2035
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
2036
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
2037
|
+
),
|
|
1344
2038
|
}
|
|
1345
2039
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
1346
2040
|
'ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural', rpc_method_handlers)
|
|
1347
2041
|
server.add_generic_rpc_handlers((generic_handler,))
|
|
1348
2042
|
|
|
1349
2043
|
|
|
1350
|
-
# This class is part of an EXPERIMENTAL API.
|
|
1351
|
-
class ConditionsStructural(object):
|
|
1352
|
-
"""Missing associated documentation comment in .proto file."""
|
|
2044
|
+
# This class is part of an EXPERIMENTAL API.
|
|
2045
|
+
class ConditionsStructural(object):
|
|
2046
|
+
"""Missing associated documentation comment in .proto file."""
|
|
2047
|
+
|
|
2048
|
+
@staticmethod
|
|
2049
|
+
def CreateSupportFixed(request,
|
|
2050
|
+
target,
|
|
2051
|
+
options=(),
|
|
2052
|
+
channel_credentials=None,
|
|
2053
|
+
call_credentials=None,
|
|
2054
|
+
insecure=False,
|
|
2055
|
+
compression=None,
|
|
2056
|
+
wait_for_ready=None,
|
|
2057
|
+
timeout=None,
|
|
2058
|
+
metadata=None):
|
|
2059
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateSupportFixed',
|
|
2060
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.SerializeToString,
|
|
2061
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.FromString,
|
|
2062
|
+
options, channel_credentials,
|
|
2063
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2064
|
+
|
|
2065
|
+
@staticmethod
|
|
2066
|
+
def CreateSupportHinged(request,
|
|
2067
|
+
target,
|
|
2068
|
+
options=(),
|
|
2069
|
+
channel_credentials=None,
|
|
2070
|
+
call_credentials=None,
|
|
2071
|
+
insecure=False,
|
|
2072
|
+
compression=None,
|
|
2073
|
+
wait_for_ready=None,
|
|
2074
|
+
timeout=None,
|
|
2075
|
+
metadata=None):
|
|
2076
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateSupportHinged',
|
|
2077
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.SerializeToString,
|
|
2078
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.FromString,
|
|
2079
|
+
options, channel_credentials,
|
|
2080
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2081
|
+
|
|
2082
|
+
@staticmethod
|
|
2083
|
+
def CreateSupportSliding(request,
|
|
2084
|
+
target,
|
|
2085
|
+
options=(),
|
|
2086
|
+
channel_credentials=None,
|
|
2087
|
+
call_credentials=None,
|
|
2088
|
+
insecure=False,
|
|
2089
|
+
compression=None,
|
|
2090
|
+
wait_for_ready=None,
|
|
2091
|
+
timeout=None,
|
|
2092
|
+
metadata=None):
|
|
2093
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateSupportSliding',
|
|
2094
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.SerializeToString,
|
|
2095
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.FromString,
|
|
2096
|
+
options, channel_credentials,
|
|
2097
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2098
|
+
|
|
2099
|
+
@staticmethod
|
|
2100
|
+
def CreateSupportBall(request,
|
|
2101
|
+
target,
|
|
2102
|
+
options=(),
|
|
2103
|
+
channel_credentials=None,
|
|
2104
|
+
call_credentials=None,
|
|
2105
|
+
insecure=False,
|
|
2106
|
+
compression=None,
|
|
2107
|
+
wait_for_ready=None,
|
|
2108
|
+
timeout=None,
|
|
2109
|
+
metadata=None):
|
|
2110
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateSupportBall',
|
|
2111
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationRequest.SerializeToString,
|
|
2112
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportGeneralCreationResponse.FromString,
|
|
2113
|
+
options, channel_credentials,
|
|
2114
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2115
|
+
|
|
2116
|
+
@staticmethod
|
|
2117
|
+
def CreateSupportDisplaced(request,
|
|
2118
|
+
target,
|
|
2119
|
+
options=(),
|
|
2120
|
+
channel_credentials=None,
|
|
2121
|
+
call_credentials=None,
|
|
2122
|
+
insecure=False,
|
|
2123
|
+
compression=None,
|
|
2124
|
+
wait_for_ready=None,
|
|
2125
|
+
timeout=None,
|
|
2126
|
+
metadata=None):
|
|
2127
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateSupportDisplaced',
|
|
2128
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportDisplacedCreationRequest.SerializeToString,
|
|
2129
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.SupportDisplacedCreationResponse.FromString,
|
|
2130
|
+
options, channel_credentials,
|
|
2131
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2132
|
+
|
|
2133
|
+
@staticmethod
|
|
2134
|
+
def ChangeSupportLocation(request,
|
|
2135
|
+
target,
|
|
2136
|
+
options=(),
|
|
2137
|
+
channel_credentials=None,
|
|
2138
|
+
call_credentials=None,
|
|
2139
|
+
insecure=False,
|
|
2140
|
+
compression=None,
|
|
2141
|
+
wait_for_ready=None,
|
|
2142
|
+
timeout=None,
|
|
2143
|
+
metadata=None):
|
|
2144
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportLocation',
|
|
2145
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
2146
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2147
|
+
options, channel_credentials,
|
|
2148
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2149
|
+
|
|
2150
|
+
@staticmethod
|
|
2151
|
+
def ChangeSupportSpecification(request,
|
|
2152
|
+
target,
|
|
2153
|
+
options=(),
|
|
2154
|
+
channel_credentials=None,
|
|
2155
|
+
call_credentials=None,
|
|
2156
|
+
insecure=False,
|
|
2157
|
+
compression=None,
|
|
2158
|
+
wait_for_ready=None,
|
|
2159
|
+
timeout=None,
|
|
2160
|
+
metadata=None):
|
|
2161
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportSpecification',
|
|
2162
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeSupportSpecificationRequest.SerializeToString,
|
|
2163
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2164
|
+
options, channel_credentials,
|
|
2165
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2166
|
+
|
|
2167
|
+
@staticmethod
|
|
2168
|
+
def ChangeSupportDisplacedOrientation(request,
|
|
2169
|
+
target,
|
|
2170
|
+
options=(),
|
|
2171
|
+
channel_credentials=None,
|
|
2172
|
+
call_credentials=None,
|
|
2173
|
+
insecure=False,
|
|
2174
|
+
compression=None,
|
|
2175
|
+
wait_for_ready=None,
|
|
2176
|
+
timeout=None,
|
|
2177
|
+
metadata=None):
|
|
2178
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedOrientation',
|
|
2179
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
|
|
2180
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2181
|
+
options, channel_credentials,
|
|
2182
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2183
|
+
|
|
2184
|
+
@staticmethod
|
|
2185
|
+
def ChangeSupportDisplacedDX(request,
|
|
2186
|
+
target,
|
|
2187
|
+
options=(),
|
|
2188
|
+
channel_credentials=None,
|
|
2189
|
+
call_credentials=None,
|
|
2190
|
+
insecure=False,
|
|
2191
|
+
compression=None,
|
|
2192
|
+
wait_for_ready=None,
|
|
2193
|
+
timeout=None,
|
|
2194
|
+
metadata=None):
|
|
2195
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedDX',
|
|
2196
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2197
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2198
|
+
options, channel_credentials,
|
|
2199
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2200
|
+
|
|
2201
|
+
@staticmethod
|
|
2202
|
+
def ChangeSupportDisplacedDY(request,
|
|
2203
|
+
target,
|
|
2204
|
+
options=(),
|
|
2205
|
+
channel_credentials=None,
|
|
2206
|
+
call_credentials=None,
|
|
2207
|
+
insecure=False,
|
|
2208
|
+
compression=None,
|
|
2209
|
+
wait_for_ready=None,
|
|
2210
|
+
timeout=None,
|
|
2211
|
+
metadata=None):
|
|
2212
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedDY',
|
|
2213
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2214
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2215
|
+
options, channel_credentials,
|
|
2216
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2217
|
+
|
|
2218
|
+
@staticmethod
|
|
2219
|
+
def ChangeSupportDisplacedDZ(request,
|
|
2220
|
+
target,
|
|
2221
|
+
options=(),
|
|
2222
|
+
channel_credentials=None,
|
|
2223
|
+
call_credentials=None,
|
|
2224
|
+
insecure=False,
|
|
2225
|
+
compression=None,
|
|
2226
|
+
wait_for_ready=None,
|
|
2227
|
+
timeout=None,
|
|
2228
|
+
metadata=None):
|
|
2229
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedDZ',
|
|
2230
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2231
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2232
|
+
options, channel_credentials,
|
|
2233
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2234
|
+
|
|
2235
|
+
@staticmethod
|
|
2236
|
+
def ChangeSupportDisplacedRX(request,
|
|
2237
|
+
target,
|
|
2238
|
+
options=(),
|
|
2239
|
+
channel_credentials=None,
|
|
2240
|
+
call_credentials=None,
|
|
2241
|
+
insecure=False,
|
|
2242
|
+
compression=None,
|
|
2243
|
+
wait_for_ready=None,
|
|
2244
|
+
timeout=None,
|
|
2245
|
+
metadata=None):
|
|
2246
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedRX',
|
|
2247
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2248
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2249
|
+
options, channel_credentials,
|
|
2250
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2251
|
+
|
|
2252
|
+
@staticmethod
|
|
2253
|
+
def ChangeSupportDisplacedRY(request,
|
|
2254
|
+
target,
|
|
2255
|
+
options=(),
|
|
2256
|
+
channel_credentials=None,
|
|
2257
|
+
call_credentials=None,
|
|
2258
|
+
insecure=False,
|
|
2259
|
+
compression=None,
|
|
2260
|
+
wait_for_ready=None,
|
|
2261
|
+
timeout=None,
|
|
2262
|
+
metadata=None):
|
|
2263
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedRY',
|
|
2264
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2265
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2266
|
+
options, channel_credentials,
|
|
2267
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2268
|
+
|
|
2269
|
+
@staticmethod
|
|
2270
|
+
def ChangeSupportDisplacedRZ(request,
|
|
2271
|
+
target,
|
|
2272
|
+
options=(),
|
|
2273
|
+
channel_credentials=None,
|
|
2274
|
+
call_credentials=None,
|
|
2275
|
+
insecure=False,
|
|
2276
|
+
compression=None,
|
|
2277
|
+
wait_for_ready=None,
|
|
2278
|
+
timeout=None,
|
|
2279
|
+
metadata=None):
|
|
2280
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedRZ',
|
|
2281
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2282
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2283
|
+
options, channel_credentials,
|
|
2284
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2285
|
+
|
|
2286
|
+
@staticmethod
|
|
2287
|
+
def ChangeSupportDisplacedIsFixedDX(request,
|
|
2288
|
+
target,
|
|
2289
|
+
options=(),
|
|
2290
|
+
channel_credentials=None,
|
|
2291
|
+
call_credentials=None,
|
|
2292
|
+
insecure=False,
|
|
2293
|
+
compression=None,
|
|
2294
|
+
wait_for_ready=None,
|
|
2295
|
+
timeout=None,
|
|
2296
|
+
metadata=None):
|
|
2297
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedDX',
|
|
2298
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2299
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2300
|
+
options, channel_credentials,
|
|
2301
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2302
|
+
|
|
2303
|
+
@staticmethod
|
|
2304
|
+
def ChangeSupportDisplacedIsFixedDY(request,
|
|
2305
|
+
target,
|
|
2306
|
+
options=(),
|
|
2307
|
+
channel_credentials=None,
|
|
2308
|
+
call_credentials=None,
|
|
2309
|
+
insecure=False,
|
|
2310
|
+
compression=None,
|
|
2311
|
+
wait_for_ready=None,
|
|
2312
|
+
timeout=None,
|
|
2313
|
+
metadata=None):
|
|
2314
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedDY',
|
|
2315
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2316
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2317
|
+
options, channel_credentials,
|
|
2318
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2319
|
+
|
|
2320
|
+
@staticmethod
|
|
2321
|
+
def ChangeSupportDisplacedIsFixedDZ(request,
|
|
2322
|
+
target,
|
|
2323
|
+
options=(),
|
|
2324
|
+
channel_credentials=None,
|
|
2325
|
+
call_credentials=None,
|
|
2326
|
+
insecure=False,
|
|
2327
|
+
compression=None,
|
|
2328
|
+
wait_for_ready=None,
|
|
2329
|
+
timeout=None,
|
|
2330
|
+
metadata=None):
|
|
2331
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedDZ',
|
|
2332
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2333
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2334
|
+
options, channel_credentials,
|
|
2335
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2336
|
+
|
|
2337
|
+
@staticmethod
|
|
2338
|
+
def ChangeSupportDisplacedIsFixedRX(request,
|
|
2339
|
+
target,
|
|
2340
|
+
options=(),
|
|
2341
|
+
channel_credentials=None,
|
|
2342
|
+
call_credentials=None,
|
|
2343
|
+
insecure=False,
|
|
2344
|
+
compression=None,
|
|
2345
|
+
wait_for_ready=None,
|
|
2346
|
+
timeout=None,
|
|
2347
|
+
metadata=None):
|
|
2348
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedRX',
|
|
2349
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2350
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2351
|
+
options, channel_credentials,
|
|
2352
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2353
|
+
|
|
2354
|
+
@staticmethod
|
|
2355
|
+
def ChangeSupportDisplacedIsFixedRY(request,
|
|
2356
|
+
target,
|
|
2357
|
+
options=(),
|
|
2358
|
+
channel_credentials=None,
|
|
2359
|
+
call_credentials=None,
|
|
2360
|
+
insecure=False,
|
|
2361
|
+
compression=None,
|
|
2362
|
+
wait_for_ready=None,
|
|
2363
|
+
timeout=None,
|
|
2364
|
+
metadata=None):
|
|
2365
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedRY',
|
|
2366
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2367
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2368
|
+
options, channel_credentials,
|
|
2369
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2370
|
+
|
|
2371
|
+
@staticmethod
|
|
2372
|
+
def ChangeSupportDisplacedIsFixedRZ(request,
|
|
2373
|
+
target,
|
|
2374
|
+
options=(),
|
|
2375
|
+
channel_credentials=None,
|
|
2376
|
+
call_credentials=None,
|
|
2377
|
+
insecure=False,
|
|
2378
|
+
compression=None,
|
|
2379
|
+
wait_for_ready=None,
|
|
2380
|
+
timeout=None,
|
|
2381
|
+
metadata=None):
|
|
2382
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedRZ',
|
|
2383
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2384
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2385
|
+
options, channel_credentials,
|
|
2386
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2387
|
+
|
|
2388
|
+
@staticmethod
|
|
2389
|
+
def CreateForceDistributedTotal(request,
|
|
2390
|
+
target,
|
|
2391
|
+
options=(),
|
|
2392
|
+
channel_credentials=None,
|
|
2393
|
+
call_credentials=None,
|
|
2394
|
+
insecure=False,
|
|
2395
|
+
compression=None,
|
|
2396
|
+
wait_for_ready=None,
|
|
2397
|
+
timeout=None,
|
|
2398
|
+
metadata=None):
|
|
2399
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateForceDistributedTotal',
|
|
2400
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedTotalCreationRequest.SerializeToString,
|
|
2401
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedTotalCreationResponse.FromString,
|
|
2402
|
+
options, channel_credentials,
|
|
2403
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2404
|
+
|
|
2405
|
+
@staticmethod
|
|
2406
|
+
def CreateForceDistributedArea(request,
|
|
2407
|
+
target,
|
|
2408
|
+
options=(),
|
|
2409
|
+
channel_credentials=None,
|
|
2410
|
+
call_credentials=None,
|
|
2411
|
+
insecure=False,
|
|
2412
|
+
compression=None,
|
|
2413
|
+
wait_for_ready=None,
|
|
2414
|
+
timeout=None,
|
|
2415
|
+
metadata=None):
|
|
2416
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateForceDistributedArea',
|
|
2417
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedAreaCreationRequest.SerializeToString,
|
|
2418
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceDistributedAreaCreationResponse.FromString,
|
|
2419
|
+
options, channel_credentials,
|
|
2420
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2421
|
+
|
|
2422
|
+
@staticmethod
|
|
2423
|
+
def CreateForceTorque(request,
|
|
2424
|
+
target,
|
|
2425
|
+
options=(),
|
|
2426
|
+
channel_credentials=None,
|
|
2427
|
+
call_credentials=None,
|
|
2428
|
+
insecure=False,
|
|
2429
|
+
compression=None,
|
|
2430
|
+
wait_for_ready=None,
|
|
2431
|
+
timeout=None,
|
|
2432
|
+
metadata=None):
|
|
2433
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateForceTorque',
|
|
2434
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceTorqueCreationRequest.SerializeToString,
|
|
2435
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ForceTorqueCreationResponse.FromString,
|
|
2436
|
+
options, channel_credentials,
|
|
2437
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2438
|
+
|
|
2439
|
+
@staticmethod
|
|
2440
|
+
def ChangeForceLocation(request,
|
|
2441
|
+
target,
|
|
2442
|
+
options=(),
|
|
2443
|
+
channel_credentials=None,
|
|
2444
|
+
call_credentials=None,
|
|
2445
|
+
insecure=False,
|
|
2446
|
+
compression=None,
|
|
2447
|
+
wait_for_ready=None,
|
|
2448
|
+
timeout=None,
|
|
2449
|
+
metadata=None):
|
|
2450
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceLocation',
|
|
2451
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
2452
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2453
|
+
options, channel_credentials,
|
|
2454
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2455
|
+
|
|
2456
|
+
@staticmethod
|
|
2457
|
+
def ChangeForceSpecification(request,
|
|
2458
|
+
target,
|
|
2459
|
+
options=(),
|
|
2460
|
+
channel_credentials=None,
|
|
2461
|
+
call_credentials=None,
|
|
2462
|
+
insecure=False,
|
|
2463
|
+
compression=None,
|
|
2464
|
+
wait_for_ready=None,
|
|
2465
|
+
timeout=None,
|
|
2466
|
+
metadata=None):
|
|
2467
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceSpecification',
|
|
2468
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceSpecificationRequest.SerializeToString,
|
|
2469
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2470
|
+
options, channel_credentials,
|
|
2471
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2472
|
+
|
|
2473
|
+
@staticmethod
|
|
2474
|
+
def ChangeForceMagnitudeDefinition(request,
|
|
2475
|
+
target,
|
|
2476
|
+
options=(),
|
|
2477
|
+
channel_credentials=None,
|
|
2478
|
+
call_credentials=None,
|
|
2479
|
+
insecure=False,
|
|
2480
|
+
compression=None,
|
|
2481
|
+
wait_for_ready=None,
|
|
2482
|
+
timeout=None,
|
|
2483
|
+
metadata=None):
|
|
2484
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceMagnitudeDefinition',
|
|
2485
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceMagnitudeDefinitionRequest.SerializeToString,
|
|
2486
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2487
|
+
options, channel_credentials,
|
|
2488
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2489
|
+
|
|
2490
|
+
@staticmethod
|
|
2491
|
+
def ChangeForceByReversingDirection(request,
|
|
2492
|
+
target,
|
|
2493
|
+
options=(),
|
|
2494
|
+
channel_credentials=None,
|
|
2495
|
+
call_credentials=None,
|
|
2496
|
+
insecure=False,
|
|
2497
|
+
compression=None,
|
|
2498
|
+
wait_for_ready=None,
|
|
2499
|
+
timeout=None,
|
|
2500
|
+
metadata=None):
|
|
2501
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceByReversingDirection',
|
|
2502
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeCommandRequest.SerializeToString,
|
|
2503
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2504
|
+
options, channel_credentials,
|
|
2505
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2506
|
+
|
|
2507
|
+
@staticmethod
|
|
2508
|
+
def ChangeForceDefinedByComponentEnabled(request,
|
|
2509
|
+
target,
|
|
2510
|
+
options=(),
|
|
2511
|
+
channel_credentials=None,
|
|
2512
|
+
call_credentials=None,
|
|
2513
|
+
insecure=False,
|
|
2514
|
+
compression=None,
|
|
2515
|
+
wait_for_ready=None,
|
|
2516
|
+
timeout=None,
|
|
2517
|
+
metadata=None):
|
|
2518
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDefinedByComponentEnabled',
|
|
2519
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2520
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2521
|
+
options, channel_credentials,
|
|
2522
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2523
|
+
|
|
2524
|
+
@staticmethod
|
|
2525
|
+
def ChangeForceDistributedTotalMagnitude(request,
|
|
2526
|
+
target,
|
|
2527
|
+
options=(),
|
|
2528
|
+
channel_credentials=None,
|
|
2529
|
+
call_credentials=None,
|
|
2530
|
+
insecure=False,
|
|
2531
|
+
compression=None,
|
|
2532
|
+
wait_for_ready=None,
|
|
2533
|
+
timeout=None,
|
|
2534
|
+
metadata=None):
|
|
2535
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalMagnitude',
|
|
2536
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2537
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2538
|
+
options, channel_credentials,
|
|
2539
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2540
|
+
|
|
2541
|
+
@staticmethod
|
|
2542
|
+
def ChangeForceDistributedTotalX(request,
|
|
2543
|
+
target,
|
|
2544
|
+
options=(),
|
|
2545
|
+
channel_credentials=None,
|
|
2546
|
+
call_credentials=None,
|
|
2547
|
+
insecure=False,
|
|
2548
|
+
compression=None,
|
|
2549
|
+
wait_for_ready=None,
|
|
2550
|
+
timeout=None,
|
|
2551
|
+
metadata=None):
|
|
2552
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalX',
|
|
2553
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2554
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2555
|
+
options, channel_credentials,
|
|
2556
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2557
|
+
|
|
2558
|
+
@staticmethod
|
|
2559
|
+
def ChangeForceDistributedTotalY(request,
|
|
2560
|
+
target,
|
|
2561
|
+
options=(),
|
|
2562
|
+
channel_credentials=None,
|
|
2563
|
+
call_credentials=None,
|
|
2564
|
+
insecure=False,
|
|
2565
|
+
compression=None,
|
|
2566
|
+
wait_for_ready=None,
|
|
2567
|
+
timeout=None,
|
|
2568
|
+
metadata=None):
|
|
2569
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalY',
|
|
2570
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2571
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2572
|
+
options, channel_credentials,
|
|
2573
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2574
|
+
|
|
2575
|
+
@staticmethod
|
|
2576
|
+
def ChangeForceDistributedTotalZ(request,
|
|
2577
|
+
target,
|
|
2578
|
+
options=(),
|
|
2579
|
+
channel_credentials=None,
|
|
2580
|
+
call_credentials=None,
|
|
2581
|
+
insecure=False,
|
|
2582
|
+
compression=None,
|
|
2583
|
+
wait_for_ready=None,
|
|
2584
|
+
timeout=None,
|
|
2585
|
+
metadata=None):
|
|
2586
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalZ',
|
|
2587
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2588
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2589
|
+
options, channel_credentials,
|
|
2590
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2591
|
+
|
|
2592
|
+
@staticmethod
|
|
2593
|
+
def ChangeForceDistributedAreaMagnitude(request,
|
|
2594
|
+
target,
|
|
2595
|
+
options=(),
|
|
2596
|
+
channel_credentials=None,
|
|
2597
|
+
call_credentials=None,
|
|
2598
|
+
insecure=False,
|
|
2599
|
+
compression=None,
|
|
2600
|
+
wait_for_ready=None,
|
|
2601
|
+
timeout=None,
|
|
2602
|
+
metadata=None):
|
|
2603
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaMagnitude',
|
|
2604
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2605
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2606
|
+
options, channel_credentials,
|
|
2607
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2608
|
+
|
|
2609
|
+
@staticmethod
|
|
2610
|
+
def ChangeForceDistributedAreaX(request,
|
|
2611
|
+
target,
|
|
2612
|
+
options=(),
|
|
2613
|
+
channel_credentials=None,
|
|
2614
|
+
call_credentials=None,
|
|
2615
|
+
insecure=False,
|
|
2616
|
+
compression=None,
|
|
2617
|
+
wait_for_ready=None,
|
|
2618
|
+
timeout=None,
|
|
2619
|
+
metadata=None):
|
|
2620
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaX',
|
|
2621
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2622
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2623
|
+
options, channel_credentials,
|
|
2624
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2625
|
+
|
|
2626
|
+
@staticmethod
|
|
2627
|
+
def ChangeForceDistributedAreaY(request,
|
|
2628
|
+
target,
|
|
2629
|
+
options=(),
|
|
2630
|
+
channel_credentials=None,
|
|
2631
|
+
call_credentials=None,
|
|
2632
|
+
insecure=False,
|
|
2633
|
+
compression=None,
|
|
2634
|
+
wait_for_ready=None,
|
|
2635
|
+
timeout=None,
|
|
2636
|
+
metadata=None):
|
|
2637
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaY',
|
|
2638
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2639
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2640
|
+
options, channel_credentials,
|
|
2641
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2642
|
+
|
|
2643
|
+
@staticmethod
|
|
2644
|
+
def ChangeForceDistributedAreaZ(request,
|
|
2645
|
+
target,
|
|
2646
|
+
options=(),
|
|
2647
|
+
channel_credentials=None,
|
|
2648
|
+
call_credentials=None,
|
|
2649
|
+
insecure=False,
|
|
2650
|
+
compression=None,
|
|
2651
|
+
wait_for_ready=None,
|
|
2652
|
+
timeout=None,
|
|
2653
|
+
metadata=None):
|
|
2654
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaZ',
|
|
2655
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2656
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2657
|
+
options, channel_credentials,
|
|
2658
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2659
|
+
|
|
2660
|
+
@staticmethod
|
|
2661
|
+
def ChangeForceUseRemoteForceEnabled(request,
|
|
2662
|
+
target,
|
|
2663
|
+
options=(),
|
|
2664
|
+
channel_credentials=None,
|
|
2665
|
+
call_credentials=None,
|
|
2666
|
+
insecure=False,
|
|
2667
|
+
compression=None,
|
|
2668
|
+
wait_for_ready=None,
|
|
2669
|
+
timeout=None,
|
|
2670
|
+
metadata=None):
|
|
2671
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceUseRemoteForceEnabled',
|
|
2672
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2673
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2674
|
+
options, channel_credentials,
|
|
2675
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2676
|
+
|
|
2677
|
+
@staticmethod
|
|
2678
|
+
def ChangeForceDistributedRemotePositionX(request,
|
|
2679
|
+
target,
|
|
2680
|
+
options=(),
|
|
2681
|
+
channel_credentials=None,
|
|
2682
|
+
call_credentials=None,
|
|
2683
|
+
insecure=False,
|
|
2684
|
+
compression=None,
|
|
2685
|
+
wait_for_ready=None,
|
|
2686
|
+
timeout=None,
|
|
2687
|
+
metadata=None):
|
|
2688
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedRemotePositionX',
|
|
2689
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2690
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2691
|
+
options, channel_credentials,
|
|
2692
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2693
|
+
|
|
2694
|
+
@staticmethod
|
|
2695
|
+
def ChangeForceDistributedRemotePositionY(request,
|
|
2696
|
+
target,
|
|
2697
|
+
options=(),
|
|
2698
|
+
channel_credentials=None,
|
|
2699
|
+
call_credentials=None,
|
|
2700
|
+
insecure=False,
|
|
2701
|
+
compression=None,
|
|
2702
|
+
wait_for_ready=None,
|
|
2703
|
+
timeout=None,
|
|
2704
|
+
metadata=None):
|
|
2705
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedRemotePositionY',
|
|
2706
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2707
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2708
|
+
options, channel_credentials,
|
|
2709
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1353
2710
|
|
|
1354
2711
|
@staticmethod
|
|
1355
|
-
def
|
|
2712
|
+
def ChangeForceDistributedRemotePositionZ(request,
|
|
1356
2713
|
target,
|
|
1357
2714
|
options=(),
|
|
1358
2715
|
channel_credentials=None,
|
|
@@ -1362,14 +2719,14 @@ class ConditionsStructural(object):
|
|
|
1362
2719
|
wait_for_ready=None,
|
|
1363
2720
|
timeout=None,
|
|
1364
2721
|
metadata=None):
|
|
1365
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1366
|
-
|
|
1367
|
-
|
|
2722
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedRemotePositionZ',
|
|
2723
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2724
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1368
2725
|
options, channel_credentials,
|
|
1369
2726
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1370
2727
|
|
|
1371
2728
|
@staticmethod
|
|
1372
|
-
def
|
|
2729
|
+
def ChangeForceTorqueMagnitude(request,
|
|
1373
2730
|
target,
|
|
1374
2731
|
options=(),
|
|
1375
2732
|
channel_credentials=None,
|
|
@@ -1379,14 +2736,14 @@ class ConditionsStructural(object):
|
|
|
1379
2736
|
wait_for_ready=None,
|
|
1380
2737
|
timeout=None,
|
|
1381
2738
|
metadata=None):
|
|
1382
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1383
|
-
|
|
1384
|
-
|
|
2739
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueMagnitude',
|
|
2740
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2741
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1385
2742
|
options, channel_credentials,
|
|
1386
2743
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1387
2744
|
|
|
1388
2745
|
@staticmethod
|
|
1389
|
-
def
|
|
2746
|
+
def ChangeForceTorqueX(request,
|
|
1390
2747
|
target,
|
|
1391
2748
|
options=(),
|
|
1392
2749
|
channel_credentials=None,
|
|
@@ -1396,14 +2753,14 @@ class ConditionsStructural(object):
|
|
|
1396
2753
|
wait_for_ready=None,
|
|
1397
2754
|
timeout=None,
|
|
1398
2755
|
metadata=None):
|
|
1399
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1400
|
-
|
|
1401
|
-
|
|
2756
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueX',
|
|
2757
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2758
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1402
2759
|
options, channel_credentials,
|
|
1403
2760
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1404
2761
|
|
|
1405
2762
|
@staticmethod
|
|
1406
|
-
def
|
|
2763
|
+
def ChangeForceTorqueY(request,
|
|
1407
2764
|
target,
|
|
1408
2765
|
options=(),
|
|
1409
2766
|
channel_credentials=None,
|
|
@@ -1413,14 +2770,14 @@ class ConditionsStructural(object):
|
|
|
1413
2770
|
wait_for_ready=None,
|
|
1414
2771
|
timeout=None,
|
|
1415
2772
|
metadata=None):
|
|
1416
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1417
|
-
|
|
1418
|
-
|
|
2773
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueY',
|
|
2774
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2775
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1419
2776
|
options, channel_credentials,
|
|
1420
2777
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1421
2778
|
|
|
1422
2779
|
@staticmethod
|
|
1423
|
-
def
|
|
2780
|
+
def ChangeForceTorqueZ(request,
|
|
1424
2781
|
target,
|
|
1425
2782
|
options=(),
|
|
1426
2783
|
channel_credentials=None,
|
|
@@ -1430,14 +2787,14 @@ class ConditionsStructural(object):
|
|
|
1430
2787
|
wait_for_ready=None,
|
|
1431
2788
|
timeout=None,
|
|
1432
2789
|
metadata=None):
|
|
1433
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1434
|
-
|
|
1435
|
-
|
|
2790
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueZ',
|
|
2791
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2792
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1436
2793
|
options, channel_credentials,
|
|
1437
2794
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1438
2795
|
|
|
1439
2796
|
@staticmethod
|
|
1440
|
-
def
|
|
2797
|
+
def CreatePressure(request,
|
|
1441
2798
|
target,
|
|
1442
2799
|
options=(),
|
|
1443
2800
|
channel_credentials=None,
|
|
@@ -1447,14 +2804,31 @@ class ConditionsStructural(object):
|
|
|
1447
2804
|
wait_for_ready=None,
|
|
1448
2805
|
timeout=None,
|
|
1449
2806
|
metadata=None):
|
|
1450
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2807
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreatePressure',
|
|
2808
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.PressureCreationRequest.SerializeToString,
|
|
2809
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.PressureCreationResponse.FromString,
|
|
2810
|
+
options, channel_credentials,
|
|
2811
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2812
|
+
|
|
2813
|
+
@staticmethod
|
|
2814
|
+
def ChangePressureLocation(request,
|
|
2815
|
+
target,
|
|
2816
|
+
options=(),
|
|
2817
|
+
channel_credentials=None,
|
|
2818
|
+
call_credentials=None,
|
|
2819
|
+
insecure=False,
|
|
2820
|
+
compression=None,
|
|
2821
|
+
wait_for_ready=None,
|
|
2822
|
+
timeout=None,
|
|
2823
|
+
metadata=None):
|
|
2824
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangePressureLocation',
|
|
1451
2825
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
1452
2826
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1453
2827
|
options, channel_credentials,
|
|
1454
2828
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1455
2829
|
|
|
1456
2830
|
@staticmethod
|
|
1457
|
-
def
|
|
2831
|
+
def ChangePressureMagnitude(request,
|
|
1458
2832
|
target,
|
|
1459
2833
|
options=(),
|
|
1460
2834
|
channel_credentials=None,
|
|
@@ -1464,14 +2838,14 @@ class ConditionsStructural(object):
|
|
|
1464
2838
|
wait_for_ready=None,
|
|
1465
2839
|
timeout=None,
|
|
1466
2840
|
metadata=None):
|
|
1467
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1468
|
-
|
|
2841
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangePressureMagnitude',
|
|
2842
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1469
2843
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1470
2844
|
options, channel_credentials,
|
|
1471
2845
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1472
2846
|
|
|
1473
2847
|
@staticmethod
|
|
1474
|
-
def
|
|
2848
|
+
def CreateDisplacementTranslation(request,
|
|
1475
2849
|
target,
|
|
1476
2850
|
options=(),
|
|
1477
2851
|
channel_credentials=None,
|
|
@@ -1481,14 +2855,65 @@ class ConditionsStructural(object):
|
|
|
1481
2855
|
wait_for_ready=None,
|
|
1482
2856
|
timeout=None,
|
|
1483
2857
|
metadata=None):
|
|
1484
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1485
|
-
|
|
2858
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateDisplacementTranslation',
|
|
2859
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementTranslationCreationRequest.SerializeToString,
|
|
2860
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCreationResponse.FromString,
|
|
2861
|
+
options, channel_credentials,
|
|
2862
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2863
|
+
|
|
2864
|
+
@staticmethod
|
|
2865
|
+
def CreateDisplacementRotation(request,
|
|
2866
|
+
target,
|
|
2867
|
+
options=(),
|
|
2868
|
+
channel_credentials=None,
|
|
2869
|
+
call_credentials=None,
|
|
2870
|
+
insecure=False,
|
|
2871
|
+
compression=None,
|
|
2872
|
+
wait_for_ready=None,
|
|
2873
|
+
timeout=None,
|
|
2874
|
+
metadata=None):
|
|
2875
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateDisplacementRotation',
|
|
2876
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementRotationCreationRequest.SerializeToString,
|
|
2877
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCreationResponse.FromString,
|
|
2878
|
+
options, channel_credentials,
|
|
2879
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2880
|
+
|
|
2881
|
+
@staticmethod
|
|
2882
|
+
def CreateDisplacementCombined(request,
|
|
2883
|
+
target,
|
|
2884
|
+
options=(),
|
|
2885
|
+
channel_credentials=None,
|
|
2886
|
+
call_credentials=None,
|
|
2887
|
+
insecure=False,
|
|
2888
|
+
compression=None,
|
|
2889
|
+
wait_for_ready=None,
|
|
2890
|
+
timeout=None,
|
|
2891
|
+
metadata=None):
|
|
2892
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateDisplacementCombined',
|
|
2893
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCombinedCreationRequest.SerializeToString,
|
|
2894
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.DisplacementCreationResponse.FromString,
|
|
2895
|
+
options, channel_credentials,
|
|
2896
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2897
|
+
|
|
2898
|
+
@staticmethod
|
|
2899
|
+
def ChangeDisplacementLocation(request,
|
|
2900
|
+
target,
|
|
2901
|
+
options=(),
|
|
2902
|
+
channel_credentials=None,
|
|
2903
|
+
call_credentials=None,
|
|
2904
|
+
insecure=False,
|
|
2905
|
+
compression=None,
|
|
2906
|
+
wait_for_ready=None,
|
|
2907
|
+
timeout=None,
|
|
2908
|
+
metadata=None):
|
|
2909
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementLocation',
|
|
2910
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
1486
2911
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1487
2912
|
options, channel_credentials,
|
|
1488
2913
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1489
2914
|
|
|
1490
2915
|
@staticmethod
|
|
1491
|
-
def
|
|
2916
|
+
def ChangeDisplacementSpecification(request,
|
|
1492
2917
|
target,
|
|
1493
2918
|
options=(),
|
|
1494
2919
|
channel_credentials=None,
|
|
@@ -1498,14 +2923,14 @@ class ConditionsStructural(object):
|
|
|
1498
2923
|
wait_for_ready=None,
|
|
1499
2924
|
timeout=None,
|
|
1500
2925
|
metadata=None):
|
|
1501
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1502
|
-
|
|
2926
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementSpecification',
|
|
2927
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeDisplacementSpecificationRequest.SerializeToString,
|
|
1503
2928
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1504
2929
|
options, channel_credentials,
|
|
1505
2930
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1506
2931
|
|
|
1507
2932
|
@staticmethod
|
|
1508
|
-
def
|
|
2933
|
+
def ChangeDisplacementOrientation(request,
|
|
1509
2934
|
target,
|
|
1510
2935
|
options=(),
|
|
1511
2936
|
channel_credentials=None,
|
|
@@ -1515,14 +2940,14 @@ class ConditionsStructural(object):
|
|
|
1515
2940
|
wait_for_ready=None,
|
|
1516
2941
|
timeout=None,
|
|
1517
2942
|
metadata=None):
|
|
1518
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1519
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
2943
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementOrientation',
|
|
2944
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
|
|
1520
2945
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1521
2946
|
options, channel_credentials,
|
|
1522
2947
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1523
2948
|
|
|
1524
2949
|
@staticmethod
|
|
1525
|
-
def
|
|
2950
|
+
def ChangeDisplacementDX(request,
|
|
1526
2951
|
target,
|
|
1527
2952
|
options=(),
|
|
1528
2953
|
channel_credentials=None,
|
|
@@ -1532,14 +2957,14 @@ class ConditionsStructural(object):
|
|
|
1532
2957
|
wait_for_ready=None,
|
|
1533
2958
|
timeout=None,
|
|
1534
2959
|
metadata=None):
|
|
1535
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2960
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDX',
|
|
1536
2961
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1537
2962
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1538
2963
|
options, channel_credentials,
|
|
1539
2964
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1540
2965
|
|
|
1541
2966
|
@staticmethod
|
|
1542
|
-
def
|
|
2967
|
+
def ChangeDisplacementDY(request,
|
|
1543
2968
|
target,
|
|
1544
2969
|
options=(),
|
|
1545
2970
|
channel_credentials=None,
|
|
@@ -1549,14 +2974,14 @@ class ConditionsStructural(object):
|
|
|
1549
2974
|
wait_for_ready=None,
|
|
1550
2975
|
timeout=None,
|
|
1551
2976
|
metadata=None):
|
|
1552
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2977
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDY',
|
|
1553
2978
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1554
2979
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1555
2980
|
options, channel_credentials,
|
|
1556
2981
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1557
2982
|
|
|
1558
2983
|
@staticmethod
|
|
1559
|
-
def
|
|
2984
|
+
def ChangeDisplacementDZ(request,
|
|
1560
2985
|
target,
|
|
1561
2986
|
options=(),
|
|
1562
2987
|
channel_credentials=None,
|
|
@@ -1566,14 +2991,14 @@ class ConditionsStructural(object):
|
|
|
1566
2991
|
wait_for_ready=None,
|
|
1567
2992
|
timeout=None,
|
|
1568
2993
|
metadata=None):
|
|
1569
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2994
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDZ',
|
|
1570
2995
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1571
2996
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1572
2997
|
options, channel_credentials,
|
|
1573
2998
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1574
2999
|
|
|
1575
3000
|
@staticmethod
|
|
1576
|
-
def
|
|
3001
|
+
def ChangeDisplacementTranslationalMagnitude(request,
|
|
1577
3002
|
target,
|
|
1578
3003
|
options=(),
|
|
1579
3004
|
channel_credentials=None,
|
|
@@ -1583,14 +3008,14 @@ class ConditionsStructural(object):
|
|
|
1583
3008
|
wait_for_ready=None,
|
|
1584
3009
|
timeout=None,
|
|
1585
3010
|
metadata=None):
|
|
1586
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
3011
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementTranslationalMagnitude',
|
|
1587
3012
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1588
3013
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1589
3014
|
options, channel_credentials,
|
|
1590
3015
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1591
3016
|
|
|
1592
3017
|
@staticmethod
|
|
1593
|
-
def
|
|
3018
|
+
def ChangeDisplacementRX(request,
|
|
1594
3019
|
target,
|
|
1595
3020
|
options=(),
|
|
1596
3021
|
channel_credentials=None,
|
|
@@ -1600,14 +3025,14 @@ class ConditionsStructural(object):
|
|
|
1600
3025
|
wait_for_ready=None,
|
|
1601
3026
|
timeout=None,
|
|
1602
3027
|
metadata=None):
|
|
1603
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1604
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3028
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRX',
|
|
3029
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1605
3030
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1606
3031
|
options, channel_credentials,
|
|
1607
3032
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1608
3033
|
|
|
1609
3034
|
@staticmethod
|
|
1610
|
-
def
|
|
3035
|
+
def ChangeDisplacementRY(request,
|
|
1611
3036
|
target,
|
|
1612
3037
|
options=(),
|
|
1613
3038
|
channel_credentials=None,
|
|
@@ -1617,14 +3042,14 @@ class ConditionsStructural(object):
|
|
|
1617
3042
|
wait_for_ready=None,
|
|
1618
3043
|
timeout=None,
|
|
1619
3044
|
metadata=None):
|
|
1620
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1621
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3045
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRY',
|
|
3046
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1622
3047
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1623
3048
|
options, channel_credentials,
|
|
1624
3049
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1625
3050
|
|
|
1626
3051
|
@staticmethod
|
|
1627
|
-
def
|
|
3052
|
+
def ChangeDisplacementRZ(request,
|
|
1628
3053
|
target,
|
|
1629
3054
|
options=(),
|
|
1630
3055
|
channel_credentials=None,
|
|
@@ -1634,14 +3059,14 @@ class ConditionsStructural(object):
|
|
|
1634
3059
|
wait_for_ready=None,
|
|
1635
3060
|
timeout=None,
|
|
1636
3061
|
metadata=None):
|
|
1637
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1638
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3062
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRZ',
|
|
3063
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1639
3064
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1640
3065
|
options, channel_credentials,
|
|
1641
3066
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1642
3067
|
|
|
1643
3068
|
@staticmethod
|
|
1644
|
-
def
|
|
3069
|
+
def ChangeDisplacementRotationalMagnitude(request,
|
|
1645
3070
|
target,
|
|
1646
3071
|
options=(),
|
|
1647
3072
|
channel_credentials=None,
|
|
@@ -1651,14 +3076,14 @@ class ConditionsStructural(object):
|
|
|
1651
3076
|
wait_for_ready=None,
|
|
1652
3077
|
timeout=None,
|
|
1653
3078
|
metadata=None):
|
|
1654
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1655
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3079
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRotationalMagnitude',
|
|
3080
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1656
3081
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1657
3082
|
options, channel_credentials,
|
|
1658
3083
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1659
3084
|
|
|
1660
3085
|
@staticmethod
|
|
1661
|
-
def
|
|
3086
|
+
def ChangeDisplacementIsFixedDX(request,
|
|
1662
3087
|
target,
|
|
1663
3088
|
options=(),
|
|
1664
3089
|
channel_credentials=None,
|
|
@@ -1668,14 +3093,14 @@ class ConditionsStructural(object):
|
|
|
1668
3093
|
wait_for_ready=None,
|
|
1669
3094
|
timeout=None,
|
|
1670
3095
|
metadata=None):
|
|
1671
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
3096
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedDX',
|
|
1672
3097
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
1673
3098
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1674
3099
|
options, channel_credentials,
|
|
1675
3100
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1676
3101
|
|
|
1677
3102
|
@staticmethod
|
|
1678
|
-
def
|
|
3103
|
+
def ChangeDisplacementIsFixedDY(request,
|
|
1679
3104
|
target,
|
|
1680
3105
|
options=(),
|
|
1681
3106
|
channel_credentials=None,
|
|
@@ -1685,14 +3110,14 @@ class ConditionsStructural(object):
|
|
|
1685
3110
|
wait_for_ready=None,
|
|
1686
3111
|
timeout=None,
|
|
1687
3112
|
metadata=None):
|
|
1688
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
3113
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedDY',
|
|
1689
3114
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
1690
3115
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1691
3116
|
options, channel_credentials,
|
|
1692
3117
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1693
3118
|
|
|
1694
3119
|
@staticmethod
|
|
1695
|
-
def
|
|
3120
|
+
def ChangeDisplacementIsFixedDZ(request,
|
|
1696
3121
|
target,
|
|
1697
3122
|
options=(),
|
|
1698
3123
|
channel_credentials=None,
|
|
@@ -1702,14 +3127,14 @@ class ConditionsStructural(object):
|
|
|
1702
3127
|
wait_for_ready=None,
|
|
1703
3128
|
timeout=None,
|
|
1704
3129
|
metadata=None):
|
|
1705
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1706
|
-
|
|
1707
|
-
|
|
3130
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedDZ',
|
|
3131
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
3132
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1708
3133
|
options, channel_credentials,
|
|
1709
3134
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1710
3135
|
|
|
1711
3136
|
@staticmethod
|
|
1712
|
-
def
|
|
3137
|
+
def ChangeDisplacementIsFixedRX(request,
|
|
1713
3138
|
target,
|
|
1714
3139
|
options=(),
|
|
1715
3140
|
channel_credentials=None,
|
|
@@ -1719,14 +3144,14 @@ class ConditionsStructural(object):
|
|
|
1719
3144
|
wait_for_ready=None,
|
|
1720
3145
|
timeout=None,
|
|
1721
3146
|
metadata=None):
|
|
1722
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1723
|
-
|
|
1724
|
-
|
|
3147
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedRX',
|
|
3148
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
3149
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1725
3150
|
options, channel_credentials,
|
|
1726
3151
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1727
3152
|
|
|
1728
3153
|
@staticmethod
|
|
1729
|
-
def
|
|
3154
|
+
def ChangeDisplacementIsFixedRY(request,
|
|
1730
3155
|
target,
|
|
1731
3156
|
options=(),
|
|
1732
3157
|
channel_credentials=None,
|
|
@@ -1736,14 +3161,14 @@ class ConditionsStructural(object):
|
|
|
1736
3161
|
wait_for_ready=None,
|
|
1737
3162
|
timeout=None,
|
|
1738
3163
|
metadata=None):
|
|
1739
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1740
|
-
|
|
1741
|
-
|
|
3164
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedRY',
|
|
3165
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
3166
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1742
3167
|
options, channel_credentials,
|
|
1743
3168
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1744
3169
|
|
|
1745
3170
|
@staticmethod
|
|
1746
|
-
def
|
|
3171
|
+
def ChangeDisplacementIsFixedRZ(request,
|
|
1747
3172
|
target,
|
|
1748
3173
|
options=(),
|
|
1749
3174
|
channel_credentials=None,
|
|
@@ -1753,14 +3178,14 @@ class ConditionsStructural(object):
|
|
|
1753
3178
|
wait_for_ready=None,
|
|
1754
3179
|
timeout=None,
|
|
1755
3180
|
metadata=None):
|
|
1756
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1757
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3181
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedRZ',
|
|
3182
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
1758
3183
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1759
3184
|
options, channel_credentials,
|
|
1760
3185
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1761
3186
|
|
|
1762
3187
|
@staticmethod
|
|
1763
|
-
def
|
|
3188
|
+
def ChangeDisplacementUseRemotePointEnabled(request,
|
|
1764
3189
|
target,
|
|
1765
3190
|
options=(),
|
|
1766
3191
|
channel_credentials=None,
|
|
@@ -1770,14 +3195,14 @@ class ConditionsStructural(object):
|
|
|
1770
3195
|
wait_for_ready=None,
|
|
1771
3196
|
timeout=None,
|
|
1772
3197
|
metadata=None):
|
|
1773
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1774
|
-
|
|
3198
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementUseRemotePointEnabled',
|
|
3199
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
1775
3200
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1776
3201
|
options, channel_credentials,
|
|
1777
3202
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1778
3203
|
|
|
1779
3204
|
@staticmethod
|
|
1780
|
-
def
|
|
3205
|
+
def ChangeDisplacementDistributedRemotePositionX(request,
|
|
1781
3206
|
target,
|
|
1782
3207
|
options=(),
|
|
1783
3208
|
channel_credentials=None,
|
|
@@ -1787,14 +3212,14 @@ class ConditionsStructural(object):
|
|
|
1787
3212
|
wait_for_ready=None,
|
|
1788
3213
|
timeout=None,
|
|
1789
3214
|
metadata=None):
|
|
1790
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1791
|
-
|
|
3215
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDistributedRemotePositionX',
|
|
3216
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1792
3217
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1793
3218
|
options, channel_credentials,
|
|
1794
3219
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1795
3220
|
|
|
1796
3221
|
@staticmethod
|
|
1797
|
-
def
|
|
3222
|
+
def ChangeDisplacementDistributedRemotePositionY(request,
|
|
1798
3223
|
target,
|
|
1799
3224
|
options=(),
|
|
1800
3225
|
channel_credentials=None,
|
|
@@ -1804,14 +3229,14 @@ class ConditionsStructural(object):
|
|
|
1804
3229
|
wait_for_ready=None,
|
|
1805
3230
|
timeout=None,
|
|
1806
3231
|
metadata=None):
|
|
1807
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1808
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3232
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDistributedRemotePositionY',
|
|
3233
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1809
3234
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1810
3235
|
options, channel_credentials,
|
|
1811
3236
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1812
3237
|
|
|
1813
3238
|
@staticmethod
|
|
1814
|
-
def
|
|
3239
|
+
def ChangeDisplacementDistributedRemotePositionZ(request,
|
|
1815
3240
|
target,
|
|
1816
3241
|
options=(),
|
|
1817
3242
|
channel_credentials=None,
|
|
@@ -1821,14 +3246,14 @@ class ConditionsStructural(object):
|
|
|
1821
3246
|
wait_for_ready=None,
|
|
1822
3247
|
timeout=None,
|
|
1823
3248
|
metadata=None):
|
|
1824
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1825
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3249
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDistributedRemotePositionZ',
|
|
3250
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1826
3251
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1827
3252
|
options, channel_credentials,
|
|
1828
3253
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1829
3254
|
|
|
1830
3255
|
@staticmethod
|
|
1831
|
-
def
|
|
3256
|
+
def CreateMomentLocal(request,
|
|
1832
3257
|
target,
|
|
1833
3258
|
options=(),
|
|
1834
3259
|
channel_credentials=None,
|
|
@@ -1838,14 +3263,14 @@ class ConditionsStructural(object):
|
|
|
1838
3263
|
wait_for_ready=None,
|
|
1839
3264
|
timeout=None,
|
|
1840
3265
|
metadata=None):
|
|
1841
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1842
|
-
|
|
1843
|
-
|
|
3266
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateMomentLocal',
|
|
3267
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationRequest.SerializeToString,
|
|
3268
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationResponse.FromString,
|
|
1844
3269
|
options, channel_credentials,
|
|
1845
3270
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1846
3271
|
|
|
1847
3272
|
@staticmethod
|
|
1848
|
-
def
|
|
3273
|
+
def CreateMomentGlobal(request,
|
|
1849
3274
|
target,
|
|
1850
3275
|
options=(),
|
|
1851
3276
|
channel_credentials=None,
|
|
@@ -1855,14 +3280,14 @@ class ConditionsStructural(object):
|
|
|
1855
3280
|
wait_for_ready=None,
|
|
1856
3281
|
timeout=None,
|
|
1857
3282
|
metadata=None):
|
|
1858
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1859
|
-
|
|
1860
|
-
|
|
3283
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateMomentGlobal',
|
|
3284
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationRequest.SerializeToString,
|
|
3285
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MomentCreationResponse.FromString,
|
|
1861
3286
|
options, channel_credentials,
|
|
1862
3287
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1863
3288
|
|
|
1864
3289
|
@staticmethod
|
|
1865
|
-
def
|
|
3290
|
+
def ChangeMomentLocation(request,
|
|
1866
3291
|
target,
|
|
1867
3292
|
options=(),
|
|
1868
3293
|
channel_credentials=None,
|
|
@@ -1872,14 +3297,14 @@ class ConditionsStructural(object):
|
|
|
1872
3297
|
wait_for_ready=None,
|
|
1873
3298
|
timeout=None,
|
|
1874
3299
|
metadata=None):
|
|
1875
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1876
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3300
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocation',
|
|
3301
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
1877
3302
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1878
3303
|
options, channel_credentials,
|
|
1879
3304
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1880
3305
|
|
|
1881
3306
|
@staticmethod
|
|
1882
|
-
def
|
|
3307
|
+
def ChangeMomentSpecification(request,
|
|
1883
3308
|
target,
|
|
1884
3309
|
options=(),
|
|
1885
3310
|
channel_credentials=None,
|
|
@@ -1889,14 +3314,14 @@ class ConditionsStructural(object):
|
|
|
1889
3314
|
wait_for_ready=None,
|
|
1890
3315
|
timeout=None,
|
|
1891
3316
|
metadata=None):
|
|
1892
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1893
|
-
|
|
3317
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentSpecification',
|
|
3318
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeMomentSpecificationRequest.SerializeToString,
|
|
1894
3319
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1895
3320
|
options, channel_credentials,
|
|
1896
3321
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1897
3322
|
|
|
1898
3323
|
@staticmethod
|
|
1899
|
-
def
|
|
3324
|
+
def ChangeMomentOrientation(request,
|
|
1900
3325
|
target,
|
|
1901
3326
|
options=(),
|
|
1902
3327
|
channel_credentials=None,
|
|
@@ -1906,14 +3331,14 @@ class ConditionsStructural(object):
|
|
|
1906
3331
|
wait_for_ready=None,
|
|
1907
3332
|
timeout=None,
|
|
1908
3333
|
metadata=None):
|
|
1909
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1910
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3334
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentOrientation',
|
|
3335
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
|
|
1911
3336
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1912
3337
|
options, channel_credentials,
|
|
1913
3338
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1914
3339
|
|
|
1915
3340
|
@staticmethod
|
|
1916
|
-
def
|
|
3341
|
+
def ChangeMomentLocalX(request,
|
|
1917
3342
|
target,
|
|
1918
3343
|
options=(),
|
|
1919
3344
|
channel_credentials=None,
|
|
@@ -1923,14 +3348,14 @@ class ConditionsStructural(object):
|
|
|
1923
3348
|
wait_for_ready=None,
|
|
1924
3349
|
timeout=None,
|
|
1925
3350
|
metadata=None):
|
|
1926
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
3351
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocalX',
|
|
1927
3352
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1928
3353
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1929
3354
|
options, channel_credentials,
|
|
1930
3355
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1931
3356
|
|
|
1932
3357
|
@staticmethod
|
|
1933
|
-
def
|
|
3358
|
+
def ChangeMomentLocalY(request,
|
|
1934
3359
|
target,
|
|
1935
3360
|
options=(),
|
|
1936
3361
|
channel_credentials=None,
|
|
@@ -1940,14 +3365,14 @@ class ConditionsStructural(object):
|
|
|
1940
3365
|
wait_for_ready=None,
|
|
1941
3366
|
timeout=None,
|
|
1942
3367
|
metadata=None):
|
|
1943
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
3368
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocalY',
|
|
1944
3369
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1945
3370
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1946
3371
|
options, channel_credentials,
|
|
1947
3372
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1948
3373
|
|
|
1949
3374
|
@staticmethod
|
|
1950
|
-
def
|
|
3375
|
+
def ChangeMomentLocalZ(request,
|
|
1951
3376
|
target,
|
|
1952
3377
|
options=(),
|
|
1953
3378
|
channel_credentials=None,
|
|
@@ -1957,14 +3382,14 @@ class ConditionsStructural(object):
|
|
|
1957
3382
|
wait_for_ready=None,
|
|
1958
3383
|
timeout=None,
|
|
1959
3384
|
metadata=None):
|
|
1960
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
3385
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocalZ',
|
|
1961
3386
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1962
3387
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1963
3388
|
options, channel_credentials,
|
|
1964
3389
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1965
3390
|
|
|
1966
3391
|
@staticmethod
|
|
1967
|
-
def
|
|
3392
|
+
def ChangeMomentGlobalX(request,
|
|
1968
3393
|
target,
|
|
1969
3394
|
options=(),
|
|
1970
3395
|
channel_credentials=None,
|
|
@@ -1974,14 +3399,14 @@ class ConditionsStructural(object):
|
|
|
1974
3399
|
wait_for_ready=None,
|
|
1975
3400
|
timeout=None,
|
|
1976
3401
|
metadata=None):
|
|
1977
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
1978
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3402
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentGlobalX',
|
|
3403
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1979
3404
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1980
3405
|
options, channel_credentials,
|
|
1981
3406
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1982
3407
|
|
|
1983
3408
|
@staticmethod
|
|
1984
|
-
def
|
|
3409
|
+
def ChangeMomentGlobalY(request,
|
|
1985
3410
|
target,
|
|
1986
3411
|
options=(),
|
|
1987
3412
|
channel_credentials=None,
|
|
@@ -1991,14 +3416,14 @@ class ConditionsStructural(object):
|
|
|
1991
3416
|
wait_for_ready=None,
|
|
1992
3417
|
timeout=None,
|
|
1993
3418
|
metadata=None):
|
|
1994
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
3419
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentGlobalY',
|
|
1995
3420
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
1996
3421
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
1997
3422
|
options, channel_credentials,
|
|
1998
3423
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
1999
3424
|
|
|
2000
3425
|
@staticmethod
|
|
2001
|
-
def
|
|
3426
|
+
def ChangeMomentGlobalZ(request,
|
|
2002
3427
|
target,
|
|
2003
3428
|
options=(),
|
|
2004
3429
|
channel_credentials=None,
|
|
@@ -2008,14 +3433,14 @@ class ConditionsStructural(object):
|
|
|
2008
3433
|
wait_for_ready=None,
|
|
2009
3434
|
timeout=None,
|
|
2010
3435
|
metadata=None):
|
|
2011
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
3436
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentGlobalZ',
|
|
2012
3437
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2013
3438
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2014
3439
|
options, channel_credentials,
|
|
2015
3440
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2016
3441
|
|
|
2017
3442
|
@staticmethod
|
|
2018
|
-
def
|
|
3443
|
+
def CreateMass(request,
|
|
2019
3444
|
target,
|
|
2020
3445
|
options=(),
|
|
2021
3446
|
channel_credentials=None,
|
|
@@ -2025,14 +3450,14 @@ class ConditionsStructural(object):
|
|
|
2025
3450
|
wait_for_ready=None,
|
|
2026
3451
|
timeout=None,
|
|
2027
3452
|
metadata=None):
|
|
2028
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2029
|
-
|
|
2030
|
-
|
|
3453
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateMass',
|
|
3454
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MassCreationRequest.SerializeToString,
|
|
3455
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.MassCreationResponse.FromString,
|
|
2031
3456
|
options, channel_credentials,
|
|
2032
3457
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2033
3458
|
|
|
2034
3459
|
@staticmethod
|
|
2035
|
-
def
|
|
3460
|
+
def ChangeMassLocation(request,
|
|
2036
3461
|
target,
|
|
2037
3462
|
options=(),
|
|
2038
3463
|
channel_credentials=None,
|
|
@@ -2042,14 +3467,14 @@ class ConditionsStructural(object):
|
|
|
2042
3467
|
wait_for_ready=None,
|
|
2043
3468
|
timeout=None,
|
|
2044
3469
|
metadata=None):
|
|
2045
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2046
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3470
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMassLocation',
|
|
3471
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
2047
3472
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2048
3473
|
options, channel_credentials,
|
|
2049
3474
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2050
3475
|
|
|
2051
3476
|
@staticmethod
|
|
2052
|
-
def
|
|
3477
|
+
def ChangeMassMagnitude(request,
|
|
2053
3478
|
target,
|
|
2054
3479
|
options=(),
|
|
2055
3480
|
channel_credentials=None,
|
|
@@ -2059,14 +3484,14 @@ class ConditionsStructural(object):
|
|
|
2059
3484
|
wait_for_ready=None,
|
|
2060
3485
|
timeout=None,
|
|
2061
3486
|
metadata=None):
|
|
2062
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
3487
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMassMagnitude',
|
|
2063
3488
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2064
3489
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2065
3490
|
options, channel_credentials,
|
|
2066
3491
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2067
3492
|
|
|
2068
3493
|
@staticmethod
|
|
2069
|
-
def
|
|
3494
|
+
def ChangeMassUseRemotePointEnabled(request,
|
|
2070
3495
|
target,
|
|
2071
3496
|
options=(),
|
|
2072
3497
|
channel_credentials=None,
|
|
@@ -2076,14 +3501,14 @@ class ConditionsStructural(object):
|
|
|
2076
3501
|
wait_for_ready=None,
|
|
2077
3502
|
timeout=None,
|
|
2078
3503
|
metadata=None):
|
|
2079
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2080
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3504
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMassUseRemotePointEnabled',
|
|
3505
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2081
3506
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2082
3507
|
options, channel_credentials,
|
|
2083
3508
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2084
3509
|
|
|
2085
3510
|
@staticmethod
|
|
2086
|
-
def
|
|
3511
|
+
def ChangeMassRemotePositionX(request,
|
|
2087
3512
|
target,
|
|
2088
3513
|
options=(),
|
|
2089
3514
|
channel_credentials=None,
|
|
@@ -2093,14 +3518,14 @@ class ConditionsStructural(object):
|
|
|
2093
3518
|
wait_for_ready=None,
|
|
2094
3519
|
timeout=None,
|
|
2095
3520
|
metadata=None):
|
|
2096
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
3521
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMassRemotePositionX',
|
|
2097
3522
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2098
3523
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2099
3524
|
options, channel_credentials,
|
|
2100
3525
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2101
3526
|
|
|
2102
3527
|
@staticmethod
|
|
2103
|
-
def
|
|
3528
|
+
def ChangeMassRemotePositionY(request,
|
|
2104
3529
|
target,
|
|
2105
3530
|
options=(),
|
|
2106
3531
|
channel_credentials=None,
|
|
@@ -2110,14 +3535,14 @@ class ConditionsStructural(object):
|
|
|
2110
3535
|
wait_for_ready=None,
|
|
2111
3536
|
timeout=None,
|
|
2112
3537
|
metadata=None):
|
|
2113
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2114
|
-
|
|
2115
|
-
|
|
3538
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMassRemotePositionY',
|
|
3539
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
3540
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2116
3541
|
options, channel_credentials,
|
|
2117
3542
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2118
3543
|
|
|
2119
3544
|
@staticmethod
|
|
2120
|
-
def
|
|
3545
|
+
def ChangeMassRemotePositionZ(request,
|
|
2121
3546
|
target,
|
|
2122
3547
|
options=(),
|
|
2123
3548
|
channel_credentials=None,
|
|
@@ -2127,14 +3552,14 @@ class ConditionsStructural(object):
|
|
|
2127
3552
|
wait_for_ready=None,
|
|
2128
3553
|
timeout=None,
|
|
2129
3554
|
metadata=None):
|
|
2130
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2131
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3555
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMassRemotePositionZ',
|
|
3556
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2132
3557
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2133
3558
|
options, channel_credentials,
|
|
2134
3559
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2135
3560
|
|
|
2136
3561
|
@staticmethod
|
|
2137
|
-
def
|
|
3562
|
+
def CreateVelocity(request,
|
|
2138
3563
|
target,
|
|
2139
3564
|
options=(),
|
|
2140
3565
|
channel_credentials=None,
|
|
@@ -2144,14 +3569,14 @@ class ConditionsStructural(object):
|
|
|
2144
3569
|
wait_for_ready=None,
|
|
2145
3570
|
timeout=None,
|
|
2146
3571
|
metadata=None):
|
|
2147
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2148
|
-
|
|
2149
|
-
|
|
3572
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateVelocity',
|
|
3573
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.VelocityCreationRequest.SerializeToString,
|
|
3574
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.VelocityCreationResponse.FromString,
|
|
2150
3575
|
options, channel_credentials,
|
|
2151
3576
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2152
3577
|
|
|
2153
3578
|
@staticmethod
|
|
2154
|
-
def
|
|
3579
|
+
def ChangeVelocityLocation(request,
|
|
2155
3580
|
target,
|
|
2156
3581
|
options=(),
|
|
2157
3582
|
channel_credentials=None,
|
|
@@ -2161,14 +3586,14 @@ class ConditionsStructural(object):
|
|
|
2161
3586
|
wait_for_ready=None,
|
|
2162
3587
|
timeout=None,
|
|
2163
3588
|
metadata=None):
|
|
2164
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2165
|
-
|
|
2166
|
-
|
|
3589
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityLocation',
|
|
3590
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
3591
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2167
3592
|
options, channel_credentials,
|
|
2168
3593
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2169
3594
|
|
|
2170
3595
|
@staticmethod
|
|
2171
|
-
def
|
|
3596
|
+
def ChangeVelocityOrientation(request,
|
|
2172
3597
|
target,
|
|
2173
3598
|
options=(),
|
|
2174
3599
|
channel_credentials=None,
|
|
@@ -2178,14 +3603,14 @@ class ConditionsStructural(object):
|
|
|
2178
3603
|
wait_for_ready=None,
|
|
2179
3604
|
timeout=None,
|
|
2180
3605
|
metadata=None):
|
|
2181
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2182
|
-
|
|
2183
|
-
|
|
3606
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityOrientation',
|
|
3607
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
|
|
3608
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2184
3609
|
options, channel_credentials,
|
|
2185
3610
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2186
3611
|
|
|
2187
3612
|
@staticmethod
|
|
2188
|
-
def
|
|
3613
|
+
def ChangeVelocityRX(request,
|
|
2189
3614
|
target,
|
|
2190
3615
|
options=(),
|
|
2191
3616
|
channel_credentials=None,
|
|
@@ -2195,14 +3620,14 @@ class ConditionsStructural(object):
|
|
|
2195
3620
|
wait_for_ready=None,
|
|
2196
3621
|
timeout=None,
|
|
2197
3622
|
metadata=None):
|
|
2198
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2199
|
-
|
|
2200
|
-
|
|
3623
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityRX',
|
|
3624
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
3625
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2201
3626
|
options, channel_credentials,
|
|
2202
3627
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2203
3628
|
|
|
2204
3629
|
@staticmethod
|
|
2205
|
-
def
|
|
3630
|
+
def ChangeVelocityRY(request,
|
|
2206
3631
|
target,
|
|
2207
3632
|
options=(),
|
|
2208
3633
|
channel_credentials=None,
|
|
@@ -2212,14 +3637,14 @@ class ConditionsStructural(object):
|
|
|
2212
3637
|
wait_for_ready=None,
|
|
2213
3638
|
timeout=None,
|
|
2214
3639
|
metadata=None):
|
|
2215
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2216
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3640
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityRY',
|
|
3641
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2217
3642
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2218
3643
|
options, channel_credentials,
|
|
2219
3644
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2220
3645
|
|
|
2221
3646
|
@staticmethod
|
|
2222
|
-
def
|
|
3647
|
+
def ChangeVelocityRZ(request,
|
|
2223
3648
|
target,
|
|
2224
3649
|
options=(),
|
|
2225
3650
|
channel_credentials=None,
|
|
@@ -2229,14 +3654,14 @@ class ConditionsStructural(object):
|
|
|
2229
3654
|
wait_for_ready=None,
|
|
2230
3655
|
timeout=None,
|
|
2231
3656
|
metadata=None):
|
|
2232
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2233
|
-
|
|
3657
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityRZ',
|
|
3658
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2234
3659
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2235
3660
|
options, channel_credentials,
|
|
2236
3661
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2237
3662
|
|
|
2238
3663
|
@staticmethod
|
|
2239
|
-
def
|
|
3664
|
+
def ChangeVelocityRotationalMagnitude(request,
|
|
2240
3665
|
target,
|
|
2241
3666
|
options=(),
|
|
2242
3667
|
channel_credentials=None,
|
|
@@ -2246,14 +3671,14 @@ class ConditionsStructural(object):
|
|
|
2246
3671
|
wait_for_ready=None,
|
|
2247
3672
|
timeout=None,
|
|
2248
3673
|
metadata=None):
|
|
2249
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2250
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3674
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityRotationalMagnitude',
|
|
3675
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2251
3676
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2252
3677
|
options, channel_credentials,
|
|
2253
3678
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2254
3679
|
|
|
2255
3680
|
@staticmethod
|
|
2256
|
-
def
|
|
3681
|
+
def ChangeVelocityIsFixedRX(request,
|
|
2257
3682
|
target,
|
|
2258
3683
|
options=(),
|
|
2259
3684
|
channel_credentials=None,
|
|
@@ -2263,14 +3688,14 @@ class ConditionsStructural(object):
|
|
|
2263
3688
|
wait_for_ready=None,
|
|
2264
3689
|
timeout=None,
|
|
2265
3690
|
metadata=None):
|
|
2266
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2267
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3691
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityIsFixedRX',
|
|
3692
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2268
3693
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2269
3694
|
options, channel_credentials,
|
|
2270
3695
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2271
3696
|
|
|
2272
3697
|
@staticmethod
|
|
2273
|
-
def
|
|
3698
|
+
def ChangeVelocityIsFixedRY(request,
|
|
2274
3699
|
target,
|
|
2275
3700
|
options=(),
|
|
2276
3701
|
channel_credentials=None,
|
|
@@ -2280,14 +3705,14 @@ class ConditionsStructural(object):
|
|
|
2280
3705
|
wait_for_ready=None,
|
|
2281
3706
|
timeout=None,
|
|
2282
3707
|
metadata=None):
|
|
2283
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2284
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3708
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityIsFixedRY',
|
|
3709
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2285
3710
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2286
3711
|
options, channel_credentials,
|
|
2287
3712
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2288
3713
|
|
|
2289
3714
|
@staticmethod
|
|
2290
|
-
def
|
|
3715
|
+
def ChangeVelocityIsFixedRZ(request,
|
|
2291
3716
|
target,
|
|
2292
3717
|
options=(),
|
|
2293
3718
|
channel_credentials=None,
|
|
@@ -2297,14 +3722,14 @@ class ConditionsStructural(object):
|
|
|
2297
3722
|
wait_for_ready=None,
|
|
2298
3723
|
timeout=None,
|
|
2299
3724
|
metadata=None):
|
|
2300
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2301
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3725
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityIsFixedRZ',
|
|
3726
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2302
3727
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2303
3728
|
options, channel_credentials,
|
|
2304
3729
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2305
3730
|
|
|
2306
3731
|
@staticmethod
|
|
2307
|
-
def
|
|
3732
|
+
def ChangeVelocityUseRemotePointEnabled(request,
|
|
2308
3733
|
target,
|
|
2309
3734
|
options=(),
|
|
2310
3735
|
channel_credentials=None,
|
|
@@ -2314,14 +3739,14 @@ class ConditionsStructural(object):
|
|
|
2314
3739
|
wait_for_ready=None,
|
|
2315
3740
|
timeout=None,
|
|
2316
3741
|
metadata=None):
|
|
2317
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2318
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3742
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityUseRemotePointEnabled',
|
|
3743
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2319
3744
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2320
3745
|
options, channel_credentials,
|
|
2321
3746
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2322
3747
|
|
|
2323
3748
|
@staticmethod
|
|
2324
|
-
def
|
|
3749
|
+
def ChangeVelocityRemotePositionX(request,
|
|
2325
3750
|
target,
|
|
2326
3751
|
options=(),
|
|
2327
3752
|
channel_credentials=None,
|
|
@@ -2331,14 +3756,14 @@ class ConditionsStructural(object):
|
|
|
2331
3756
|
wait_for_ready=None,
|
|
2332
3757
|
timeout=None,
|
|
2333
3758
|
metadata=None):
|
|
2334
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
3759
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityRemotePositionX',
|
|
2335
3760
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2336
3761
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2337
3762
|
options, channel_credentials,
|
|
2338
3763
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2339
3764
|
|
|
2340
3765
|
@staticmethod
|
|
2341
|
-
def
|
|
3766
|
+
def ChangeVelocityRemotePositionY(request,
|
|
2342
3767
|
target,
|
|
2343
3768
|
options=(),
|
|
2344
3769
|
channel_credentials=None,
|
|
@@ -2348,14 +3773,14 @@ class ConditionsStructural(object):
|
|
|
2348
3773
|
wait_for_ready=None,
|
|
2349
3774
|
timeout=None,
|
|
2350
3775
|
metadata=None):
|
|
2351
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
3776
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityRemotePositionY',
|
|
2352
3777
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2353
3778
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2354
3779
|
options, channel_credentials,
|
|
2355
3780
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2356
3781
|
|
|
2357
3782
|
@staticmethod
|
|
2358
|
-
def
|
|
3783
|
+
def ChangeVelocityRemotePositionZ(request,
|
|
2359
3784
|
target,
|
|
2360
3785
|
options=(),
|
|
2361
3786
|
channel_credentials=None,
|
|
@@ -2365,14 +3790,14 @@ class ConditionsStructural(object):
|
|
|
2365
3790
|
wait_for_ready=None,
|
|
2366
3791
|
timeout=None,
|
|
2367
3792
|
metadata=None):
|
|
2368
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
3793
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeVelocityRemotePositionZ',
|
|
2369
3794
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2370
3795
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2371
3796
|
options, channel_credentials,
|
|
2372
3797
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2373
3798
|
|
|
2374
3799
|
@staticmethod
|
|
2375
|
-
def
|
|
3800
|
+
def CreateAcceleration(request,
|
|
2376
3801
|
target,
|
|
2377
3802
|
options=(),
|
|
2378
3803
|
channel_credentials=None,
|
|
@@ -2382,14 +3807,14 @@ class ConditionsStructural(object):
|
|
|
2382
3807
|
wait_for_ready=None,
|
|
2383
3808
|
timeout=None,
|
|
2384
3809
|
metadata=None):
|
|
2385
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2386
|
-
|
|
2387
|
-
|
|
3810
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateAcceleration',
|
|
3811
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.AccelerationCreationRequest.SerializeToString,
|
|
3812
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.AccelerationCreationResponse.FromString,
|
|
2388
3813
|
options, channel_credentials,
|
|
2389
3814
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2390
3815
|
|
|
2391
3816
|
@staticmethod
|
|
2392
|
-
def
|
|
3817
|
+
def ChangeAccelerationLocation(request,
|
|
2393
3818
|
target,
|
|
2394
3819
|
options=(),
|
|
2395
3820
|
channel_credentials=None,
|
|
@@ -2399,14 +3824,14 @@ class ConditionsStructural(object):
|
|
|
2399
3824
|
wait_for_ready=None,
|
|
2400
3825
|
timeout=None,
|
|
2401
3826
|
metadata=None):
|
|
2402
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2403
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3827
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationLocation',
|
|
3828
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
2404
3829
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2405
3830
|
options, channel_credentials,
|
|
2406
3831
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2407
3832
|
|
|
2408
3833
|
@staticmethod
|
|
2409
|
-
def
|
|
3834
|
+
def ChangeAccelerationOrientation(request,
|
|
2410
3835
|
target,
|
|
2411
3836
|
options=(),
|
|
2412
3837
|
channel_credentials=None,
|
|
@@ -2416,14 +3841,14 @@ class ConditionsStructural(object):
|
|
|
2416
3841
|
wait_for_ready=None,
|
|
2417
3842
|
timeout=None,
|
|
2418
3843
|
metadata=None):
|
|
2419
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2420
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3844
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationOrientation',
|
|
3845
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
|
|
2421
3846
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2422
3847
|
options, channel_credentials,
|
|
2423
3848
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2424
3849
|
|
|
2425
3850
|
@staticmethod
|
|
2426
|
-
def
|
|
3851
|
+
def ChangeAccelerationDX(request,
|
|
2427
3852
|
target,
|
|
2428
3853
|
options=(),
|
|
2429
3854
|
channel_credentials=None,
|
|
@@ -2433,14 +3858,14 @@ class ConditionsStructural(object):
|
|
|
2433
3858
|
wait_for_ready=None,
|
|
2434
3859
|
timeout=None,
|
|
2435
3860
|
metadata=None):
|
|
2436
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2437
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3861
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationDX',
|
|
3862
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2438
3863
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2439
3864
|
options, channel_credentials,
|
|
2440
3865
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2441
3866
|
|
|
2442
3867
|
@staticmethod
|
|
2443
|
-
def
|
|
3868
|
+
def ChangeAccelerationDY(request,
|
|
2444
3869
|
target,
|
|
2445
3870
|
options=(),
|
|
2446
3871
|
channel_credentials=None,
|
|
@@ -2450,14 +3875,14 @@ class ConditionsStructural(object):
|
|
|
2450
3875
|
wait_for_ready=None,
|
|
2451
3876
|
timeout=None,
|
|
2452
3877
|
metadata=None):
|
|
2453
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2454
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3878
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationDY',
|
|
3879
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2455
3880
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2456
3881
|
options, channel_credentials,
|
|
2457
3882
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2458
3883
|
|
|
2459
3884
|
@staticmethod
|
|
2460
|
-
def
|
|
3885
|
+
def ChangeAccelerationDZ(request,
|
|
2461
3886
|
target,
|
|
2462
3887
|
options=(),
|
|
2463
3888
|
channel_credentials=None,
|
|
@@ -2467,14 +3892,14 @@ class ConditionsStructural(object):
|
|
|
2467
3892
|
wait_for_ready=None,
|
|
2468
3893
|
timeout=None,
|
|
2469
3894
|
metadata=None):
|
|
2470
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2471
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3895
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationDZ',
|
|
3896
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2472
3897
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2473
3898
|
options, channel_credentials,
|
|
2474
3899
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2475
3900
|
|
|
2476
3901
|
@staticmethod
|
|
2477
|
-
def
|
|
3902
|
+
def ChangeAccelerationTranslationalMagnitude(request,
|
|
2478
3903
|
target,
|
|
2479
3904
|
options=(),
|
|
2480
3905
|
channel_credentials=None,
|
|
@@ -2484,14 +3909,14 @@ class ConditionsStructural(object):
|
|
|
2484
3909
|
wait_for_ready=None,
|
|
2485
3910
|
timeout=None,
|
|
2486
3911
|
metadata=None):
|
|
2487
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2488
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3912
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationTranslationalMagnitude',
|
|
3913
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2489
3914
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2490
3915
|
options, channel_credentials,
|
|
2491
3916
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2492
3917
|
|
|
2493
3918
|
@staticmethod
|
|
2494
|
-
def
|
|
3919
|
+
def ChangeAccelerationIsFixedDX(request,
|
|
2495
3920
|
target,
|
|
2496
3921
|
options=(),
|
|
2497
3922
|
channel_credentials=None,
|
|
@@ -2501,14 +3926,14 @@ class ConditionsStructural(object):
|
|
|
2501
3926
|
wait_for_ready=None,
|
|
2502
3927
|
timeout=None,
|
|
2503
3928
|
metadata=None):
|
|
2504
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
3929
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationIsFixedDX',
|
|
2505
3930
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2506
3931
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2507
3932
|
options, channel_credentials,
|
|
2508
3933
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2509
3934
|
|
|
2510
3935
|
@staticmethod
|
|
2511
|
-
def
|
|
3936
|
+
def ChangeAccelerationIsFixedDY(request,
|
|
2512
3937
|
target,
|
|
2513
3938
|
options=(),
|
|
2514
3939
|
channel_credentials=None,
|
|
@@ -2518,14 +3943,14 @@ class ConditionsStructural(object):
|
|
|
2518
3943
|
wait_for_ready=None,
|
|
2519
3944
|
timeout=None,
|
|
2520
3945
|
metadata=None):
|
|
2521
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2522
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3946
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationIsFixedDY',
|
|
3947
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2523
3948
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2524
3949
|
options, channel_credentials,
|
|
2525
3950
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2526
3951
|
|
|
2527
3952
|
@staticmethod
|
|
2528
|
-
def
|
|
3953
|
+
def ChangeAccelerationIsFixedDZ(request,
|
|
2529
3954
|
target,
|
|
2530
3955
|
options=(),
|
|
2531
3956
|
channel_credentials=None,
|
|
@@ -2535,14 +3960,14 @@ class ConditionsStructural(object):
|
|
|
2535
3960
|
wait_for_ready=None,
|
|
2536
3961
|
timeout=None,
|
|
2537
3962
|
metadata=None):
|
|
2538
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2539
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3963
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeAccelerationIsFixedDZ',
|
|
3964
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2540
3965
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2541
3966
|
options, channel_credentials,
|
|
2542
3967
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2543
3968
|
|
|
2544
3969
|
@staticmethod
|
|
2545
|
-
def
|
|
3970
|
+
def ChangeGravityOrientation(request,
|
|
2546
3971
|
target,
|
|
2547
3972
|
options=(),
|
|
2548
3973
|
channel_credentials=None,
|
|
@@ -2552,14 +3977,14 @@ class ConditionsStructural(object):
|
|
|
2552
3977
|
wait_for_ready=None,
|
|
2553
3978
|
timeout=None,
|
|
2554
3979
|
metadata=None):
|
|
2555
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2556
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
3980
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeGravityOrientation',
|
|
3981
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
|
|
2557
3982
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2558
3983
|
options, channel_credentials,
|
|
2559
3984
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2560
3985
|
|
|
2561
3986
|
@staticmethod
|
|
2562
|
-
def
|
|
3987
|
+
def ChangeGravityDX(request,
|
|
2563
3988
|
target,
|
|
2564
3989
|
options=(),
|
|
2565
3990
|
channel_credentials=None,
|
|
@@ -2569,14 +3994,14 @@ class ConditionsStructural(object):
|
|
|
2569
3994
|
wait_for_ready=None,
|
|
2570
3995
|
timeout=None,
|
|
2571
3996
|
metadata=None):
|
|
2572
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2573
|
-
|
|
2574
|
-
|
|
3997
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeGravityDX',
|
|
3998
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
3999
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2575
4000
|
options, channel_credentials,
|
|
2576
4001
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2577
4002
|
|
|
2578
4003
|
@staticmethod
|
|
2579
|
-
def
|
|
4004
|
+
def ChangeGravityDY(request,
|
|
2580
4005
|
target,
|
|
2581
4006
|
options=(),
|
|
2582
4007
|
channel_credentials=None,
|
|
@@ -2586,14 +4011,14 @@ class ConditionsStructural(object):
|
|
|
2586
4011
|
wait_for_ready=None,
|
|
2587
4012
|
timeout=None,
|
|
2588
4013
|
metadata=None):
|
|
2589
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2590
|
-
|
|
2591
|
-
|
|
4014
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeGravityDY',
|
|
4015
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
4016
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2592
4017
|
options, channel_credentials,
|
|
2593
4018
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2594
4019
|
|
|
2595
4020
|
@staticmethod
|
|
2596
|
-
def
|
|
4021
|
+
def ChangeGravityDZ(request,
|
|
2597
4022
|
target,
|
|
2598
4023
|
options=(),
|
|
2599
4024
|
channel_credentials=None,
|
|
@@ -2603,14 +4028,14 @@ class ConditionsStructural(object):
|
|
|
2603
4028
|
wait_for_ready=None,
|
|
2604
4029
|
timeout=None,
|
|
2605
4030
|
metadata=None):
|
|
2606
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2607
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
4031
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeGravityDZ',
|
|
4032
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2608
4033
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2609
4034
|
options, channel_credentials,
|
|
2610
4035
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2611
4036
|
|
|
2612
4037
|
@staticmethod
|
|
2613
|
-
def
|
|
4038
|
+
def ChangeGravityTranslationalMagnitude(request,
|
|
2614
4039
|
target,
|
|
2615
4040
|
options=(),
|
|
2616
4041
|
channel_credentials=None,
|
|
@@ -2620,14 +4045,14 @@ class ConditionsStructural(object):
|
|
|
2620
4045
|
wait_for_ready=None,
|
|
2621
4046
|
timeout=None,
|
|
2622
4047
|
metadata=None):
|
|
2623
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2624
|
-
|
|
4048
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeGravityTranslationalMagnitude',
|
|
4049
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2625
4050
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2626
4051
|
options, channel_credentials,
|
|
2627
4052
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2628
4053
|
|
|
2629
4054
|
@staticmethod
|
|
2630
|
-
def
|
|
4055
|
+
def ChangeGravityUseBuoyancyEnabled(request,
|
|
2631
4056
|
target,
|
|
2632
4057
|
options=(),
|
|
2633
4058
|
channel_credentials=None,
|
|
@@ -2637,14 +4062,14 @@ class ConditionsStructural(object):
|
|
|
2637
4062
|
wait_for_ready=None,
|
|
2638
4063
|
timeout=None,
|
|
2639
4064
|
metadata=None):
|
|
2640
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2641
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
4065
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeGravityUseBuoyancyEnabled',
|
|
4066
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2642
4067
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2643
4068
|
options, channel_credentials,
|
|
2644
4069
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2645
4070
|
|
|
2646
4071
|
@staticmethod
|
|
2647
|
-
def
|
|
4072
|
+
def ChangeGravityIncludeSelfWeightEnabled(request,
|
|
2648
4073
|
target,
|
|
2649
4074
|
options=(),
|
|
2650
4075
|
channel_credentials=None,
|
|
@@ -2654,14 +4079,14 @@ class ConditionsStructural(object):
|
|
|
2654
4079
|
wait_for_ready=None,
|
|
2655
4080
|
timeout=None,
|
|
2656
4081
|
metadata=None):
|
|
2657
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2658
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
4082
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeGravityIncludeSelfWeightEnabled',
|
|
4083
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
2659
4084
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2660
4085
|
options, channel_credentials,
|
|
2661
4086
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2662
4087
|
|
|
2663
4088
|
@staticmethod
|
|
2664
|
-
def
|
|
4089
|
+
def CreateBearing(request,
|
|
2665
4090
|
target,
|
|
2666
4091
|
options=(),
|
|
2667
4092
|
channel_credentials=None,
|
|
@@ -2671,14 +4096,14 @@ class ConditionsStructural(object):
|
|
|
2671
4096
|
wait_for_ready=None,
|
|
2672
4097
|
timeout=None,
|
|
2673
4098
|
metadata=None):
|
|
2674
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2675
|
-
|
|
2676
|
-
|
|
4099
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateBearing',
|
|
4100
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.BearingCreationRequest.SerializeToString,
|
|
4101
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.BearingCreationResponse.FromString,
|
|
2677
4102
|
options, channel_credentials,
|
|
2678
4103
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2679
4104
|
|
|
2680
4105
|
@staticmethod
|
|
2681
|
-
def
|
|
4106
|
+
def ChangeBearingLocation(request,
|
|
2682
4107
|
target,
|
|
2683
4108
|
options=(),
|
|
2684
4109
|
channel_credentials=None,
|
|
@@ -2688,14 +4113,14 @@ class ConditionsStructural(object):
|
|
|
2688
4113
|
wait_for_ready=None,
|
|
2689
4114
|
timeout=None,
|
|
2690
4115
|
metadata=None):
|
|
2691
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
2692
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
4116
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeBearingLocation',
|
|
4117
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
2693
4118
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2694
4119
|
options, channel_credentials,
|
|
2695
4120
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2696
4121
|
|
|
2697
4122
|
@staticmethod
|
|
2698
|
-
def
|
|
4123
|
+
def ChangeBearingRadialForce(request,
|
|
2699
4124
|
target,
|
|
2700
4125
|
options=(),
|
|
2701
4126
|
channel_credentials=None,
|
|
@@ -2705,14 +4130,14 @@ class ConditionsStructural(object):
|
|
|
2705
4130
|
wait_for_ready=None,
|
|
2706
4131
|
timeout=None,
|
|
2707
4132
|
metadata=None):
|
|
2708
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
4133
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeBearingRadialForce',
|
|
2709
4134
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2710
4135
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2711
4136
|
options, channel_credentials,
|
|
2712
4137
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2713
4138
|
|
|
2714
4139
|
@staticmethod
|
|
2715
|
-
def
|
|
4140
|
+
def ChangeBearingThrustForce(request,
|
|
2716
4141
|
target,
|
|
2717
4142
|
options=(),
|
|
2718
4143
|
channel_credentials=None,
|
|
@@ -2722,14 +4147,14 @@ class ConditionsStructural(object):
|
|
|
2722
4147
|
wait_for_ready=None,
|
|
2723
4148
|
timeout=None,
|
|
2724
4149
|
metadata=None):
|
|
2725
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
4150
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeBearingThrustForce',
|
|
2726
4151
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2727
4152
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2728
4153
|
options, channel_credentials,
|
|
2729
4154
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
2730
4155
|
|
|
2731
4156
|
@staticmethod
|
|
2732
|
-
def
|
|
4157
|
+
def ChangeBearingAngle(request,
|
|
2733
4158
|
target,
|
|
2734
4159
|
options=(),
|
|
2735
4160
|
channel_credentials=None,
|
|
@@ -2739,7 +4164,7 @@ class ConditionsStructural(object):
|
|
|
2739
4164
|
wait_for_ready=None,
|
|
2740
4165
|
timeout=None,
|
|
2741
4166
|
metadata=None):
|
|
2742
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/
|
|
4167
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeBearingAngle',
|
|
2743
4168
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
2744
4169
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
2745
4170
|
options, channel_credentials,
|