ansys-api-discovery 0.6.3__py3-none-any.whl → 0.6.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ansys-api-discovery might be problematic. Click here for more details.
- ansys/api/discovery/VERSION +1 -1
- ansys/api/discovery/v0/assignments/boltassignment.proto +40 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.py +37 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.pyi +95 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/conditions/acceleration.proto +52 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.py +365 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.pyi +118 -0
- ansys/api/discovery/v0/conditions/bearing.proto +47 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.py +200 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.pyi +68 -0
- ansys/api/discovery/v0/conditions/boltpreload.proto +94 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.pyi +218 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/{conditions.proto → conditions/condition.proto} +5 -4
- ansys/api/discovery/v0/conditions/condition_pb2.py +34 -0
- ansys/api/discovery/v0/{conditions_pb2.pyi → conditions/condition_pb2.pyi} +13 -6
- ansys/api/discovery/v0/{conditions_pb2_grpc.py → conditions/condition_pb2_grpc.py} +21 -21
- ansys/api/discovery/v0/{conditions_pb2_grpc.pyi → conditions/condition_pb2_grpc.pyi} +10 -10
- ansys/api/discovery/v0/conditions/convection.proto +43 -0
- ansys/api/discovery/v0/conditions/convection_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/convection_pb2.pyi +89 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/displacement.proto +105 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.pyi +209 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/{conditionsfluid.proto → conditions/flow.proto} +19 -24
- ansys/api/discovery/v0/conditions/flow_pb2.py +86 -0
- ansys/api/discovery/v0/{conditionsfluid_pb2.pyi → conditions/flow_pb2.pyi} +51 -34
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.py → conditions/flow_pb2_grpc.py} +86 -86
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.pyi → conditions/flow_pb2_grpc.pyi} +32 -32
- ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +13 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +28 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.pyi +7 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.py +66 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.pyi +24 -0
- ansys/api/discovery/v0/conditions/force.proto +131 -0
- ansys/api/discovery/v0/conditions/force_pb2.py +56 -0
- ansys/api/discovery/v0/conditions/force_pb2.pyi +286 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.py +829 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.pyi +257 -0
- ansys/api/discovery/v0/conditions/gravity.proto +39 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.py +32 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.pyi +65 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.pyi +91 -0
- ansys/api/discovery/v0/conditions/heat.proto +90 -0
- ansys/api/discovery/v0/conditions/heat_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/heat_pb2.pyi +210 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.py +332 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.pyi +108 -0
- ansys/api/discovery/v0/conditions/insulated.proto +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.pyi +73 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.py +100 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.pyi +35 -0
- ansys/api/discovery/v0/conditions/mass.proto +49 -0
- ansys/api/discovery/v0/conditions/mass_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/mass_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.pyi +88 -0
- ansys/api/discovery/v0/conditions/moment.proto +67 -0
- ansys/api/discovery/v0/conditions/moment_pb2.py +40 -0
- ansys/api/discovery/v0/conditions/moment_pb2.pyi +132 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.py +398 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.pyi +128 -0
- ansys/api/discovery/v0/conditions/porous.proto +116 -0
- ansys/api/discovery/v0/conditions/porous_pb2.py +44 -0
- ansys/api/discovery/v0/conditions/porous_pb2.pyi +217 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +534 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +181 -0
- ansys/api/discovery/v0/conditions/pressure.proto +43 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.py +134 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.pyi +48 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +57 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.py +136 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.pyi +54 -0
- ansys/api/discovery/v0/conditions/solidtemperature.proto +40 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.pyi +81 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/springpreload.proto +105 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.py +50 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.pyi +250 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/conditions/support.proto +98 -0
- ansys/api/discovery/v0/conditions/support_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/support_pb2.pyi +200 -0
- ansys/api/discovery/v0/{conditionsthermal_pb2_grpc.py → conditions/support_pb2_grpc.py} +251 -221
- ansys/api/discovery/v0/conditions/support_pb2_grpc.pyi +218 -0
- ansys/api/discovery/v0/conditions/velocity.proto +58 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.py +497 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.pyi +158 -0
- ansys/api/discovery/v0/conditions/wall.proto +209 -0
- ansys/api/discovery/v0/conditions/wall_pb2.py +70 -0
- ansys/api/discovery/v0/conditions/wall_pb2.pyi +494 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +633 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +211 -0
- ansys/api/discovery/v0/connections/contact.proto +110 -0
- ansys/api/discovery/v0/connections/contact_pb2.py +46 -0
- ansys/api/discovery/v0/connections/contact_pb2.pyi +242 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/connections/contactgroup.proto +89 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.py +37 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +178 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +860 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +266 -0
- ansys/api/discovery/v0/connections/joint.proto +56 -0
- ansys/api/discovery/v0/connections/joint_pb2.py +40 -0
- ansys/api/discovery/v0/connections/joint_pb2.pyi +129 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.py +167 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.pyi +58 -0
- ansys/api/discovery/v0/discoverymodels.proto +34 -17
- ansys/api/discovery/v0/discoverymodels_pb2.py +46 -40
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +118 -47
- ansys/api/discovery/v0/engineeringdata/boltdata.proto +37 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.py +36 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.pyi +81 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/monitors.proto +4 -4
- ansys/api/discovery/v0/monitors_pb2.py +10 -10
- ansys/api/discovery/v0/monitors_pb2.pyi +11 -11
- ansys/api/discovery/v0/solution.proto +4 -3
- ansys/api/discovery/v0/solution_pb2.py +16 -15
- ansys/api/discovery/v0/solution_pb2.pyi +11 -7
- ansys/api/discovery/v0/unsupported.proto +10 -0
- ansys/api/discovery/v0/unsupported_pb2.py +5 -3
- ansys/api/discovery/v0/unsupported_pb2.pyi +14 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.py +68 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +24 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/METADATA +13 -4
- ansys_api_discovery-0.6.5.dist-info/RECORD +200 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/WHEEL +1 -1
- ansys/api/discovery/v0/conditions_pb2.py +0 -33
- ansys/api/discovery/v0/conditionsfluid_pb2.py +0 -85
- ansys/api/discovery/v0/conditionsstructural.proto +0 -595
- ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -149
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -1216
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -4171
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -1303
- ansys/api/discovery/v0/conditionsthermal.proto +0 -179
- ansys/api/discovery/v0/conditionsthermal_pb2.py +0 -63
- ansys/api/discovery/v0/conditionsthermal_pb2.pyi +0 -399
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +0 -217
- ansys_api_discovery-0.6.3.dist-info/RECORD +0 -85
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
|
|
5
|
+
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class FluidInitialTemperatureStub(object):
|
|
9
|
+
"""Missing associated documentation comment in .proto file."""
|
|
10
|
+
|
|
11
|
+
def __init__(self, channel):
|
|
12
|
+
"""Constructor.
|
|
13
|
+
|
|
14
|
+
Args:
|
|
15
|
+
channel: A grpc.Channel.
|
|
16
|
+
"""
|
|
17
|
+
self.ChangeTemperatureMagnitude = channel.unary_unary(
|
|
18
|
+
'/ansys.api.discovery.v0.conditions.fluidinitialtemperature.FluidInitialTemperature/ChangeTemperatureMagnitude',
|
|
19
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
20
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
class FluidInitialTemperatureServicer(object):
|
|
25
|
+
"""Missing associated documentation comment in .proto file."""
|
|
26
|
+
|
|
27
|
+
def ChangeTemperatureMagnitude(self, request, context):
|
|
28
|
+
"""Missing associated documentation comment in .proto file."""
|
|
29
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
30
|
+
context.set_details('Method not implemented!')
|
|
31
|
+
raise NotImplementedError('Method not implemented!')
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
def add_FluidInitialTemperatureServicer_to_server(servicer, server):
|
|
35
|
+
rpc_method_handlers = {
|
|
36
|
+
'ChangeTemperatureMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
37
|
+
servicer.ChangeTemperatureMagnitude,
|
|
38
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
39
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
40
|
+
),
|
|
41
|
+
}
|
|
42
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
43
|
+
'ansys.api.discovery.v0.conditions.fluidinitialtemperature.FluidInitialTemperature', rpc_method_handlers)
|
|
44
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
# This class is part of an EXPERIMENTAL API.
|
|
48
|
+
class FluidInitialTemperature(object):
|
|
49
|
+
"""Missing associated documentation comment in .proto file."""
|
|
50
|
+
|
|
51
|
+
@staticmethod
|
|
52
|
+
def ChangeTemperatureMagnitude(request,
|
|
53
|
+
target,
|
|
54
|
+
options=(),
|
|
55
|
+
channel_credentials=None,
|
|
56
|
+
call_credentials=None,
|
|
57
|
+
insecure=False,
|
|
58
|
+
compression=None,
|
|
59
|
+
wait_for_ready=None,
|
|
60
|
+
timeout=None,
|
|
61
|
+
metadata=None):
|
|
62
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.fluidinitialtemperature.FluidInitialTemperature/ChangeTemperatureMagnitude',
|
|
63
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
64
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
65
|
+
options, channel_credentials,
|
|
66
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import abc
|
|
6
|
+
import ansys.api.discovery.v0.discoverymodels_pb2
|
|
7
|
+
import grpc
|
|
8
|
+
|
|
9
|
+
class FluidInitialTemperatureStub:
|
|
10
|
+
def __init__(self, channel: grpc.Channel) -> None: ...
|
|
11
|
+
ChangeTemperatureMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
12
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
13
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class FluidInitialTemperatureServicer(metaclass=abc.ABCMeta):
|
|
17
|
+
@abc.abstractmethod
|
|
18
|
+
def ChangeTemperatureMagnitude(self,
|
|
19
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
20
|
+
context: grpc.ServicerContext,
|
|
21
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
def add_FluidInitialTemperatureServicer_to_server(servicer: FluidInitialTemperatureServicer, server: grpc.Server) -> None: ...
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
// Copyright 2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
|
|
2
|
+
syntax = "proto3";
|
|
3
|
+
package ansys.api.discovery.v0.conditions.force;
|
|
4
|
+
|
|
5
|
+
import "ansys/api/dbu/v0/dbumodels.proto";
|
|
6
|
+
import "ansys/api/discovery/v0/discoverymodels.proto";
|
|
7
|
+
|
|
8
|
+
option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions";
|
|
9
|
+
|
|
10
|
+
service Force
|
|
11
|
+
{
|
|
12
|
+
//Force condition methods
|
|
13
|
+
|
|
14
|
+
rpc CreateForceDistributedTotal(ForceDistributedTotalCreationRequest) returns (ForceDistributedTotalCreationResponse);
|
|
15
|
+
|
|
16
|
+
rpc CreateForceDistributedArea(ForceDistributedAreaCreationRequest) returns (ForceDistributedAreaCreationResponse);
|
|
17
|
+
|
|
18
|
+
rpc CreateForceTorque(ForceTorqueCreationRequest) returns (ForceTorqueCreationResponse);
|
|
19
|
+
|
|
20
|
+
rpc ChangeForceLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
21
|
+
|
|
22
|
+
rpc ChangeForceSpecification(ChangeForceSpecificationRequest) returns (ChangeResponse);
|
|
23
|
+
rpc ChangeForceMagnitudeDefinition(ChangeForceMagnitudeDefinitionRequest) returns (ChangeResponse);
|
|
24
|
+
rpc ChangeForceByReversingDirection(ChangeCommandRequest) returns (ChangeResponse);
|
|
25
|
+
|
|
26
|
+
rpc ChangeForceDefinedByComponentEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
27
|
+
|
|
28
|
+
rpc ChangeForceDistributedTotalMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
29
|
+
rpc ChangeForceDistributedTotalX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
30
|
+
rpc ChangeForceDistributedTotalY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
31
|
+
rpc ChangeForceDistributedTotalZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
32
|
+
|
|
33
|
+
rpc ChangeForceDistributedAreaMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
34
|
+
rpc ChangeForceDistributedAreaX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
35
|
+
rpc ChangeForceDistributedAreaY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
36
|
+
rpc ChangeForceDistributedAreaZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
37
|
+
|
|
38
|
+
rpc ChangeForceUseRemoteForceEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
39
|
+
rpc ChangeForceDistributedRemotePositionX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
40
|
+
rpc ChangeForceDistributedRemotePositionY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
41
|
+
rpc ChangeForceDistributedRemotePositionZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
42
|
+
|
|
43
|
+
rpc ChangeForceTorqueMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
44
|
+
rpc ChangeForceTorqueX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
45
|
+
rpc ChangeForceTorqueY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
46
|
+
rpc ChangeForceTorqueZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
// Force
|
|
50
|
+
message ChangeForceSpecificationRequest{
|
|
51
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
52
|
+
ForceSpecification force_specification = 2;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
message ChangeForceMagnitudeDefinitionRequest{
|
|
56
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
57
|
+
ForceMagnitudeDefinition force_magnitude_definition = 2;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
message ForceDistributedTotalCreationRequest{
|
|
61
|
+
ScopedCreationData creation_data = 1;
|
|
62
|
+
ForceDistributedProperties force_properties = 2;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
message ForceDistributedTotalCreationResponse{
|
|
66
|
+
CreationResponse condition_response = 1;
|
|
67
|
+
ForceDistributedDefinition condition_data = 2;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
message ForceDistributedAreaCreationRequest{
|
|
71
|
+
ScopedCreationData creation_data = 1;
|
|
72
|
+
ForceDistributedProperties force_properties = 2;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
message ForceDistributedAreaCreationResponse{
|
|
76
|
+
CreationResponse condition_response = 1;
|
|
77
|
+
ForceDistributedDefinition condition_data = 2;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
message ForceTorqueCreationRequest{
|
|
81
|
+
ScopedCreationData creation_data = 1;
|
|
82
|
+
ForceTorqueProperties force_properties = 2;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
message ForceTorqueCreationResponse{
|
|
86
|
+
CreationResponse condition_response = 1;
|
|
87
|
+
ForceTorqueDefinition condition_data = 2;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// force enumerations
|
|
91
|
+
|
|
92
|
+
enum ForceMagnitudeDefinition {
|
|
93
|
+
TOTALFORCE = 0;
|
|
94
|
+
FORCEPERAREA = 1;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
enum ForceSpecification {
|
|
98
|
+
DISTRIBUTED = 0;
|
|
99
|
+
TORQUE = 1;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
// force condition definitions
|
|
103
|
+
|
|
104
|
+
message ForceDistributedDefinition {
|
|
105
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
106
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
107
|
+
string label = 3;
|
|
108
|
+
repeated string locations = 4;
|
|
109
|
+
bool suppressed = 5;
|
|
110
|
+
ForceDistributedProperties force_distributed = 6;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
message ForceDistributedProperties {
|
|
114
|
+
Quantity force = 1;
|
|
115
|
+
OptionalVector force_components = 2;
|
|
116
|
+
OptionalVector remote_point = 3;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
message ForceTorqueDefinition {
|
|
120
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
121
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
122
|
+
string label = 3;
|
|
123
|
+
repeated string locations = 4;
|
|
124
|
+
bool suppressed = 5;
|
|
125
|
+
ForceTorqueProperties force_torque = 6;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
message ForceTorqueProperties {
|
|
129
|
+
Quantity force = 1;
|
|
130
|
+
OptionalVector force_components = 2;
|
|
131
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: ansys/api/discovery/v0/conditions/force.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf.internal import builder as _builder
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from ansys.api.dbu.v0 import dbumodels_pb2 as ansys_dot_api_dot_dbu_dot_v0_dot_dbumodels__pb2
|
|
15
|
+
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-ansys/api/discovery/v0/conditions/force.proto\x12\'ansys.api.discovery.v0.conditions.force\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xb9\x01\n\x1f\x43hangeForceSpecificationRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12X\n\x13\x66orce_specification\x18\x02 \x01(\x0e\x32;.ansys.api.discovery.v0.conditions.force.ForceSpecification\"\xcc\x01\n%ChangeForceMagnitudeDefinitionRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\x65\n\x1a\x66orce_magnitude_definition\x18\x02 \x01(\x0e\x32\x41.ansys.api.discovery.v0.conditions.force.ForceMagnitudeDefinition\"\xc8\x01\n$ForceDistributedTotalCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12]\n\x10\x66orce_properties\x18\x02 \x01(\x0b\x32\x43.ansys.api.discovery.v0.conditions.force.ForceDistributedProperties\"\xca\x01\n%ForceDistributedTotalCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12[\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32\x43.ansys.api.discovery.v0.conditions.force.ForceDistributedDefinition\"\xc7\x01\n#ForceDistributedAreaCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12]\n\x10\x66orce_properties\x18\x02 \x01(\x0b\x32\x43.ansys.api.discovery.v0.conditions.force.ForceDistributedProperties\"\xc9\x01\n$ForceDistributedAreaCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12[\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32\x43.ansys.api.discovery.v0.conditions.force.ForceDistributedDefinition\"\xb9\x01\n\x1a\x46orceTorqueCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12X\n\x10\x66orce_properties\x18\x02 \x01(\x0b\x32>.ansys.api.discovery.v0.conditions.force.ForceTorqueProperties\"\xbb\x01\n\x1b\x46orceTorqueCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12V\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32>.ansys.api.discovery.v0.conditions.force.ForceTorqueDefinition\"\xa7\x02\n\x1a\x46orceDistributedDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12^\n\x11\x66orce_distributed\x18\x06 \x01(\x0b\x32\x43.ansys.api.discovery.v0.conditions.force.ForceDistributedProperties\"\xcd\x01\n\x1a\x46orceDistributedProperties\x12/\n\x05\x66orce\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12@\n\x10\x66orce_components\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.OptionalVector\x12<\n\x0cremote_point\x18\x03 \x01(\x0b\x32&.ansys.api.discovery.v0.OptionalVector\"\x98\x02\n\x15\x46orceTorqueDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12T\n\x0c\x66orce_torque\x18\x06 \x01(\x0b\x32>.ansys.api.discovery.v0.conditions.force.ForceTorqueProperties\"\x8a\x01\n\x15\x46orceTorqueProperties\x12/\n\x05\x66orce\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12@\n\x10\x66orce_components\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.OptionalVector*<\n\x18\x46orceMagnitudeDefinition\x12\x0e\n\nTOTALFORCE\x10\x00\x12\x10\n\x0c\x46ORCEPERAREA\x10\x01*1\n\x12\x46orceSpecification\x12\x0f\n\x0b\x44ISTRIBUTED\x10\x00\x12\n\n\x06TORQUE\x10\x01\x32\xac\x18\n\x05\x46orce\x12\xbc\x01\n\x1b\x43reateForceDistributedTotal\x12M.ansys.api.discovery.v0.conditions.force.ForceDistributedTotalCreationRequest\x1aN.ansys.api.discovery.v0.conditions.force.ForceDistributedTotalCreationResponse\x12\xb9\x01\n\x1a\x43reateForceDistributedArea\x12L.ansys.api.discovery.v0.conditions.force.ForceDistributedAreaCreationRequest\x1aM.ansys.api.discovery.v0.conditions.force.ForceDistributedAreaCreationResponse\x12\x9e\x01\n\x11\x43reateForceTorque\x12\x43.ansys.api.discovery.v0.conditions.force.ForceTorqueCreationRequest\x1a\x44.ansys.api.discovery.v0.conditions.force.ForceTorqueCreationResponse\x12l\n\x13\x43hangeForceLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x8c\x01\n\x18\x43hangeForceSpecification\x12H.ansys.api.discovery.v0.conditions.force.ChangeForceSpecificationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x98\x01\n\x1e\x43hangeForceMagnitudeDefinition\x12N.ansys.api.discovery.v0.conditions.force.ChangeForceMagnitudeDefinitionRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeForceByReversingDirection\x12,.ansys.api.discovery.v0.ChangeCommandRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12|\n$ChangeForceDefinedByComponentEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12}\n$ChangeForceDistributedTotalMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1c\x43hangeForceDistributedTotalX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1c\x43hangeForceDistributedTotalY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1c\x43hangeForceDistributedTotalZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12|\n#ChangeForceDistributedAreaMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12t\n\x1b\x43hangeForceDistributedAreaX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12t\n\x1b\x43hangeForceDistributedAreaY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12t\n\x1b\x43hangeForceDistributedAreaZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12x\n ChangeForceUseRemoteForceEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12~\n%ChangeForceDistributedRemotePositionX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12~\n%ChangeForceDistributedRemotePositionY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12~\n%ChangeForceDistributedRemotePositionZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1a\x43hangeForceTorqueMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeForceTorqueX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeForceTorqueY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeForceTorqueZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB$\xaa\x02!Ansys.Api.Discovery.V0.Conditionsb\x06proto3')
|
|
19
|
+
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditions.force_pb2', globals())
|
|
22
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
23
|
+
|
|
24
|
+
DESCRIPTOR._options = None
|
|
25
|
+
DESCRIPTOR._serialized_options = b'\252\002!Ansys.Api.Discovery.V0.Conditions'
|
|
26
|
+
_FORCEMAGNITUDEDEFINITION._serialized_start=2687
|
|
27
|
+
_FORCEMAGNITUDEDEFINITION._serialized_end=2747
|
|
28
|
+
_FORCESPECIFICATION._serialized_start=2749
|
|
29
|
+
_FORCESPECIFICATION._serialized_end=2798
|
|
30
|
+
_CHANGEFORCESPECIFICATIONREQUEST._serialized_start=171
|
|
31
|
+
_CHANGEFORCESPECIFICATIONREQUEST._serialized_end=356
|
|
32
|
+
_CHANGEFORCEMAGNITUDEDEFINITIONREQUEST._serialized_start=359
|
|
33
|
+
_CHANGEFORCEMAGNITUDEDEFINITIONREQUEST._serialized_end=563
|
|
34
|
+
_FORCEDISTRIBUTEDTOTALCREATIONREQUEST._serialized_start=566
|
|
35
|
+
_FORCEDISTRIBUTEDTOTALCREATIONREQUEST._serialized_end=766
|
|
36
|
+
_FORCEDISTRIBUTEDTOTALCREATIONRESPONSE._serialized_start=769
|
|
37
|
+
_FORCEDISTRIBUTEDTOTALCREATIONRESPONSE._serialized_end=971
|
|
38
|
+
_FORCEDISTRIBUTEDAREACREATIONREQUEST._serialized_start=974
|
|
39
|
+
_FORCEDISTRIBUTEDAREACREATIONREQUEST._serialized_end=1173
|
|
40
|
+
_FORCEDISTRIBUTEDAREACREATIONRESPONSE._serialized_start=1176
|
|
41
|
+
_FORCEDISTRIBUTEDAREACREATIONRESPONSE._serialized_end=1377
|
|
42
|
+
_FORCETORQUECREATIONREQUEST._serialized_start=1380
|
|
43
|
+
_FORCETORQUECREATIONREQUEST._serialized_end=1565
|
|
44
|
+
_FORCETORQUECREATIONRESPONSE._serialized_start=1568
|
|
45
|
+
_FORCETORQUECREATIONRESPONSE._serialized_end=1755
|
|
46
|
+
_FORCEDISTRIBUTEDDEFINITION._serialized_start=1758
|
|
47
|
+
_FORCEDISTRIBUTEDDEFINITION._serialized_end=2053
|
|
48
|
+
_FORCEDISTRIBUTEDPROPERTIES._serialized_start=2056
|
|
49
|
+
_FORCEDISTRIBUTEDPROPERTIES._serialized_end=2261
|
|
50
|
+
_FORCETORQUEDEFINITION._serialized_start=2264
|
|
51
|
+
_FORCETORQUEDEFINITION._serialized_end=2544
|
|
52
|
+
_FORCETORQUEPROPERTIES._serialized_start=2547
|
|
53
|
+
_FORCETORQUEPROPERTIES._serialized_end=2685
|
|
54
|
+
_FORCE._serialized_start=2801
|
|
55
|
+
_FORCE._serialized_end=5917
|
|
56
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,286 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import ansys.api.dbu.v0.dbumodels_pb2
|
|
6
|
+
import ansys.api.discovery.v0.discoverymodels_pb2
|
|
7
|
+
import builtins
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.internal.containers
|
|
10
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import typing
|
|
13
|
+
import typing_extensions
|
|
14
|
+
|
|
15
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ...
|
|
16
|
+
|
|
17
|
+
class _ForceMagnitudeDefinition:
|
|
18
|
+
ValueType = typing.NewType('ValueType', builtins.int)
|
|
19
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
20
|
+
class _ForceMagnitudeDefinitionEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_ForceMagnitudeDefinition.ValueType], builtins.type):
|
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
|
|
22
|
+
TOTALFORCE: ForceMagnitudeDefinition.ValueType = ... # 0
|
|
23
|
+
FORCEPERAREA: ForceMagnitudeDefinition.ValueType = ... # 1
|
|
24
|
+
class ForceMagnitudeDefinition(_ForceMagnitudeDefinition, metaclass=_ForceMagnitudeDefinitionEnumTypeWrapper):
|
|
25
|
+
"""force enumerations
|
|
26
|
+
|
|
27
|
+
"""
|
|
28
|
+
pass
|
|
29
|
+
|
|
30
|
+
TOTALFORCE: ForceMagnitudeDefinition.ValueType = ... # 0
|
|
31
|
+
FORCEPERAREA: ForceMagnitudeDefinition.ValueType = ... # 1
|
|
32
|
+
global___ForceMagnitudeDefinition = ForceMagnitudeDefinition
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
class _ForceSpecification:
|
|
36
|
+
ValueType = typing.NewType('ValueType', builtins.int)
|
|
37
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
38
|
+
class _ForceSpecificationEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_ForceSpecification.ValueType], builtins.type):
|
|
39
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
|
|
40
|
+
DISTRIBUTED: ForceSpecification.ValueType = ... # 0
|
|
41
|
+
TORQUE: ForceSpecification.ValueType = ... # 1
|
|
42
|
+
class ForceSpecification(_ForceSpecification, metaclass=_ForceSpecificationEnumTypeWrapper):
|
|
43
|
+
pass
|
|
44
|
+
|
|
45
|
+
DISTRIBUTED: ForceSpecification.ValueType = ... # 0
|
|
46
|
+
TORQUE: ForceSpecification.ValueType = ... # 1
|
|
47
|
+
global___ForceSpecification = ForceSpecification
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
class ChangeForceSpecificationRequest(google.protobuf.message.Message):
|
|
51
|
+
"""Force"""
|
|
52
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
53
|
+
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
54
|
+
FORCE_SPECIFICATION_FIELD_NUMBER: builtins.int
|
|
55
|
+
@property
|
|
56
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
57
|
+
force_specification: global___ForceSpecification.ValueType = ...
|
|
58
|
+
def __init__(self,
|
|
59
|
+
*,
|
|
60
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
61
|
+
force_specification : global___ForceSpecification.ValueType = ...,
|
|
62
|
+
) -> None: ...
|
|
63
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
64
|
+
def ClearField(self, field_name: typing_extensions.Literal["force_specification",b"force_specification","object_id",b"object_id"]) -> None: ...
|
|
65
|
+
global___ChangeForceSpecificationRequest = ChangeForceSpecificationRequest
|
|
66
|
+
|
|
67
|
+
class ChangeForceMagnitudeDefinitionRequest(google.protobuf.message.Message):
|
|
68
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
69
|
+
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
70
|
+
FORCE_MAGNITUDE_DEFINITION_FIELD_NUMBER: builtins.int
|
|
71
|
+
@property
|
|
72
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
73
|
+
force_magnitude_definition: global___ForceMagnitudeDefinition.ValueType = ...
|
|
74
|
+
def __init__(self,
|
|
75
|
+
*,
|
|
76
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
77
|
+
force_magnitude_definition : global___ForceMagnitudeDefinition.ValueType = ...,
|
|
78
|
+
) -> None: ...
|
|
79
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
80
|
+
def ClearField(self, field_name: typing_extensions.Literal["force_magnitude_definition",b"force_magnitude_definition","object_id",b"object_id"]) -> None: ...
|
|
81
|
+
global___ChangeForceMagnitudeDefinitionRequest = ChangeForceMagnitudeDefinitionRequest
|
|
82
|
+
|
|
83
|
+
class ForceDistributedTotalCreationRequest(google.protobuf.message.Message):
|
|
84
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
85
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
86
|
+
FORCE_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
87
|
+
@property
|
|
88
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
89
|
+
@property
|
|
90
|
+
def force_properties(self) -> global___ForceDistributedProperties: ...
|
|
91
|
+
def __init__(self,
|
|
92
|
+
*,
|
|
93
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
94
|
+
force_properties : typing.Optional[global___ForceDistributedProperties] = ...,
|
|
95
|
+
) -> None: ...
|
|
96
|
+
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","force_properties",b"force_properties"]) -> builtins.bool: ...
|
|
97
|
+
def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","force_properties",b"force_properties"]) -> None: ...
|
|
98
|
+
global___ForceDistributedTotalCreationRequest = ForceDistributedTotalCreationRequest
|
|
99
|
+
|
|
100
|
+
class ForceDistributedTotalCreationResponse(google.protobuf.message.Message):
|
|
101
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
102
|
+
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
103
|
+
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
104
|
+
@property
|
|
105
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
106
|
+
@property
|
|
107
|
+
def condition_data(self) -> global___ForceDistributedDefinition: ...
|
|
108
|
+
def __init__(self,
|
|
109
|
+
*,
|
|
110
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
111
|
+
condition_data : typing.Optional[global___ForceDistributedDefinition] = ...,
|
|
112
|
+
) -> None: ...
|
|
113
|
+
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
114
|
+
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
115
|
+
global___ForceDistributedTotalCreationResponse = ForceDistributedTotalCreationResponse
|
|
116
|
+
|
|
117
|
+
class ForceDistributedAreaCreationRequest(google.protobuf.message.Message):
|
|
118
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
119
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
120
|
+
FORCE_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
121
|
+
@property
|
|
122
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
123
|
+
@property
|
|
124
|
+
def force_properties(self) -> global___ForceDistributedProperties: ...
|
|
125
|
+
def __init__(self,
|
|
126
|
+
*,
|
|
127
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
128
|
+
force_properties : typing.Optional[global___ForceDistributedProperties] = ...,
|
|
129
|
+
) -> None: ...
|
|
130
|
+
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","force_properties",b"force_properties"]) -> builtins.bool: ...
|
|
131
|
+
def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","force_properties",b"force_properties"]) -> None: ...
|
|
132
|
+
global___ForceDistributedAreaCreationRequest = ForceDistributedAreaCreationRequest
|
|
133
|
+
|
|
134
|
+
class ForceDistributedAreaCreationResponse(google.protobuf.message.Message):
|
|
135
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
136
|
+
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
137
|
+
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
138
|
+
@property
|
|
139
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
140
|
+
@property
|
|
141
|
+
def condition_data(self) -> global___ForceDistributedDefinition: ...
|
|
142
|
+
def __init__(self,
|
|
143
|
+
*,
|
|
144
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
145
|
+
condition_data : typing.Optional[global___ForceDistributedDefinition] = ...,
|
|
146
|
+
) -> None: ...
|
|
147
|
+
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
148
|
+
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
149
|
+
global___ForceDistributedAreaCreationResponse = ForceDistributedAreaCreationResponse
|
|
150
|
+
|
|
151
|
+
class ForceTorqueCreationRequest(google.protobuf.message.Message):
|
|
152
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
153
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
154
|
+
FORCE_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
155
|
+
@property
|
|
156
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
157
|
+
@property
|
|
158
|
+
def force_properties(self) -> global___ForceTorqueProperties: ...
|
|
159
|
+
def __init__(self,
|
|
160
|
+
*,
|
|
161
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
162
|
+
force_properties : typing.Optional[global___ForceTorqueProperties] = ...,
|
|
163
|
+
) -> None: ...
|
|
164
|
+
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","force_properties",b"force_properties"]) -> builtins.bool: ...
|
|
165
|
+
def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","force_properties",b"force_properties"]) -> None: ...
|
|
166
|
+
global___ForceTorqueCreationRequest = ForceTorqueCreationRequest
|
|
167
|
+
|
|
168
|
+
class ForceTorqueCreationResponse(google.protobuf.message.Message):
|
|
169
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
170
|
+
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
171
|
+
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
172
|
+
@property
|
|
173
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
174
|
+
@property
|
|
175
|
+
def condition_data(self) -> global___ForceTorqueDefinition: ...
|
|
176
|
+
def __init__(self,
|
|
177
|
+
*,
|
|
178
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
179
|
+
condition_data : typing.Optional[global___ForceTorqueDefinition] = ...,
|
|
180
|
+
) -> None: ...
|
|
181
|
+
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
182
|
+
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
183
|
+
global___ForceTorqueCreationResponse = ForceTorqueCreationResponse
|
|
184
|
+
|
|
185
|
+
class ForceDistributedDefinition(google.protobuf.message.Message):
|
|
186
|
+
"""force condition definitions
|
|
187
|
+
|
|
188
|
+
"""
|
|
189
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
190
|
+
ID_FIELD_NUMBER: builtins.int
|
|
191
|
+
PARENT_ID_FIELD_NUMBER: builtins.int
|
|
192
|
+
LABEL_FIELD_NUMBER: builtins.int
|
|
193
|
+
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
194
|
+
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
195
|
+
FORCE_DISTRIBUTED_FIELD_NUMBER: builtins.int
|
|
196
|
+
@property
|
|
197
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
198
|
+
@property
|
|
199
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
200
|
+
label: typing.Text = ...
|
|
201
|
+
@property
|
|
202
|
+
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
203
|
+
suppressed: builtins.bool = ...
|
|
204
|
+
@property
|
|
205
|
+
def force_distributed(self) -> global___ForceDistributedProperties: ...
|
|
206
|
+
def __init__(self,
|
|
207
|
+
*,
|
|
208
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
209
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
210
|
+
label : typing.Text = ...,
|
|
211
|
+
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
212
|
+
suppressed : builtins.bool = ...,
|
|
213
|
+
force_distributed : typing.Optional[global___ForceDistributedProperties] = ...,
|
|
214
|
+
) -> None: ...
|
|
215
|
+
def HasField(self, field_name: typing_extensions.Literal["force_distributed",b"force_distributed","id",b"id","parent_id",b"parent_id"]) -> builtins.bool: ...
|
|
216
|
+
def ClearField(self, field_name: typing_extensions.Literal["force_distributed",b"force_distributed","id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
|
|
217
|
+
global___ForceDistributedDefinition = ForceDistributedDefinition
|
|
218
|
+
|
|
219
|
+
class ForceDistributedProperties(google.protobuf.message.Message):
|
|
220
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
221
|
+
FORCE_FIELD_NUMBER: builtins.int
|
|
222
|
+
FORCE_COMPONENTS_FIELD_NUMBER: builtins.int
|
|
223
|
+
REMOTE_POINT_FIELD_NUMBER: builtins.int
|
|
224
|
+
@property
|
|
225
|
+
def force(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
226
|
+
@property
|
|
227
|
+
def force_components(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector: ...
|
|
228
|
+
@property
|
|
229
|
+
def remote_point(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector: ...
|
|
230
|
+
def __init__(self,
|
|
231
|
+
*,
|
|
232
|
+
force : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
233
|
+
force_components : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector] = ...,
|
|
234
|
+
remote_point : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector] = ...,
|
|
235
|
+
) -> None: ...
|
|
236
|
+
def HasField(self, field_name: typing_extensions.Literal["force",b"force","force_components",b"force_components","remote_point",b"remote_point"]) -> builtins.bool: ...
|
|
237
|
+
def ClearField(self, field_name: typing_extensions.Literal["force",b"force","force_components",b"force_components","remote_point",b"remote_point"]) -> None: ...
|
|
238
|
+
global___ForceDistributedProperties = ForceDistributedProperties
|
|
239
|
+
|
|
240
|
+
class ForceTorqueDefinition(google.protobuf.message.Message):
|
|
241
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
242
|
+
ID_FIELD_NUMBER: builtins.int
|
|
243
|
+
PARENT_ID_FIELD_NUMBER: builtins.int
|
|
244
|
+
LABEL_FIELD_NUMBER: builtins.int
|
|
245
|
+
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
246
|
+
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
247
|
+
FORCE_TORQUE_FIELD_NUMBER: builtins.int
|
|
248
|
+
@property
|
|
249
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
250
|
+
@property
|
|
251
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
252
|
+
label: typing.Text = ...
|
|
253
|
+
@property
|
|
254
|
+
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
255
|
+
suppressed: builtins.bool = ...
|
|
256
|
+
@property
|
|
257
|
+
def force_torque(self) -> global___ForceTorqueProperties: ...
|
|
258
|
+
def __init__(self,
|
|
259
|
+
*,
|
|
260
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
261
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
262
|
+
label : typing.Text = ...,
|
|
263
|
+
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
264
|
+
suppressed : builtins.bool = ...,
|
|
265
|
+
force_torque : typing.Optional[global___ForceTorqueProperties] = ...,
|
|
266
|
+
) -> None: ...
|
|
267
|
+
def HasField(self, field_name: typing_extensions.Literal["force_torque",b"force_torque","id",b"id","parent_id",b"parent_id"]) -> builtins.bool: ...
|
|
268
|
+
def ClearField(self, field_name: typing_extensions.Literal["force_torque",b"force_torque","id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
|
|
269
|
+
global___ForceTorqueDefinition = ForceTorqueDefinition
|
|
270
|
+
|
|
271
|
+
class ForceTorqueProperties(google.protobuf.message.Message):
|
|
272
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
273
|
+
FORCE_FIELD_NUMBER: builtins.int
|
|
274
|
+
FORCE_COMPONENTS_FIELD_NUMBER: builtins.int
|
|
275
|
+
@property
|
|
276
|
+
def force(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
277
|
+
@property
|
|
278
|
+
def force_components(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector: ...
|
|
279
|
+
def __init__(self,
|
|
280
|
+
*,
|
|
281
|
+
force : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
282
|
+
force_components : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalVector] = ...,
|
|
283
|
+
) -> None: ...
|
|
284
|
+
def HasField(self, field_name: typing_extensions.Literal["force",b"force","force_components",b"force_components"]) -> builtins.bool: ...
|
|
285
|
+
def ClearField(self, field_name: typing_extensions.Literal["force",b"force","force_components",b"force_components"]) -> None: ...
|
|
286
|
+
global___ForceTorqueProperties = ForceTorqueProperties
|