ansys-api-discovery 0.6.2__py3-none-any.whl → 0.6.4__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.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/METADATA +13 -4
- ansys_api_discovery-0.6.4.dist-info/RECORD +200 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.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 -407
- ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -113
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -839
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -2746
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -854
- 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.2.dist-info/RECORD +0 -85
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/top_level.txt +0 -0
ansys/api/discovery/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.4
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// Copyright 2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
|
|
2
|
+
syntax = "proto3";
|
|
3
|
+
package ansys.api.discovery.v0.assignments.boltassignment;
|
|
4
|
+
|
|
5
|
+
import "ansys/api/dbu/v0/dbumodels.proto";
|
|
6
|
+
import "ansys/api/discovery/v0/discoverymodels.proto";
|
|
7
|
+
import "ansys/api/discovery/v0/engineeringdata/boltdata.proto";
|
|
8
|
+
|
|
9
|
+
option csharp_namespace = "Ansys.Api.Discovery.V0.Assignments";
|
|
10
|
+
|
|
11
|
+
service BoltAssignment
|
|
12
|
+
{
|
|
13
|
+
//BoltAssignment condition methods
|
|
14
|
+
rpc CreateBoltAssignment(BoltAssignmentCreationRequest) returns (BoltAssignmentCreationResponse);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
//BoltAssignment
|
|
18
|
+
message BoltAssignmentCreationRequest{
|
|
19
|
+
ScopedCreationData creation_data = 1;
|
|
20
|
+
BoltAssignmentProperties bolt_assignment_properties = 2;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
message BoltAssignmentCreationResponse{
|
|
24
|
+
CreationResponse condition_response = 1;
|
|
25
|
+
BoltAssignmentDefinition condition_data = 2;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
//BoltAssignment condition definitions
|
|
29
|
+
message BoltAssignmentProperties {
|
|
30
|
+
ansys.api.discovery.v0.engineeringdata.boltdata.BoltDataDefinition definition = 1;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
message BoltAssignmentDefinition {
|
|
34
|
+
ansys.api.dbu.v0.EntityIdentifier id = 1;
|
|
35
|
+
ansys.api.dbu.v0.EntityIdentifier parent_id = 2;
|
|
36
|
+
string label = 3;
|
|
37
|
+
repeated string locations = 4;
|
|
38
|
+
bool suppressed = 5;
|
|
39
|
+
BoltAssignmentProperties bolt = 6;
|
|
40
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: ansys/api/discovery/v0/assignments/boltassignment.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
|
+
from ansys.api.discovery.v0.engineeringdata import boltdata_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_engineeringdata_dot_boltdata__pb2
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7ansys/api/discovery/v0/assignments/boltassignment.proto\x12\x31\x61nsys.api.discovery.v0.assignments.boltassignment\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\x1a\x35\x61nsys/api/discovery/v0/engineeringdata/boltdata.proto\"\xd3\x01\n\x1d\x42oltAssignmentCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12o\n\x1a\x62olt_assignment_properties\x18\x02 \x01(\x0b\x32K.ansys.api.discovery.v0.assignments.boltassignment.BoltAssignmentProperties\"\xcb\x01\n\x1e\x42oltAssignmentCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x63\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32K.ansys.api.discovery.v0.assignments.boltassignment.BoltAssignmentDefinition\"s\n\x18\x42oltAssignmentProperties\x12W\n\ndefinition\x18\x01 \x01(\x0b\x32\x43.ansys.api.discovery.v0.engineeringdata.boltdata.BoltDataDefinition\"\x92\x02\n\x18\x42oltAssignmentDefinition\x12.\n\x02id\x18\x01 \x01(\x0b\x32\".ansys.api.dbu.v0.EntityIdentifier\x12\x35\n\tparent_id\x18\x02 \x01(\x0b\x32\".ansys.api.dbu.v0.EntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12Y\n\x04\x62olt\x18\x06 \x01(\x0b\x32K.ansys.api.discovery.v0.assignments.boltassignment.BoltAssignmentProperties2\xce\x01\n\x0e\x42oltAssignment\x12\xbb\x01\n\x14\x43reateBoltAssignment\x12P.ansys.api.discovery.v0.assignments.boltassignment.BoltAssignmentCreationRequest\x1aQ.ansys.api.discovery.v0.assignments.boltassignment.BoltAssignmentCreationResponseB%\xaa\x02\"Ansys.Api.Discovery.V0.Assignmentsb\x06proto3')
|
|
20
|
+
|
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.assignments.boltassignment_pb2', globals())
|
|
23
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
24
|
+
|
|
25
|
+
DESCRIPTOR._options = None
|
|
26
|
+
DESCRIPTOR._serialized_options = b'\252\002\"Ansys.Api.Discovery.V0.Assignments'
|
|
27
|
+
_BOLTASSIGNMENTCREATIONREQUEST._serialized_start=246
|
|
28
|
+
_BOLTASSIGNMENTCREATIONREQUEST._serialized_end=457
|
|
29
|
+
_BOLTASSIGNMENTCREATIONRESPONSE._serialized_start=460
|
|
30
|
+
_BOLTASSIGNMENTCREATIONRESPONSE._serialized_end=663
|
|
31
|
+
_BOLTASSIGNMENTPROPERTIES._serialized_start=665
|
|
32
|
+
_BOLTASSIGNMENTPROPERTIES._serialized_end=780
|
|
33
|
+
_BOLTASSIGNMENTDEFINITION._serialized_start=783
|
|
34
|
+
_BOLTASSIGNMENTDEFINITION._serialized_end=1057
|
|
35
|
+
_BOLTASSIGNMENT._serialized_start=1060
|
|
36
|
+
_BOLTASSIGNMENT._serialized_end=1266
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,95 @@
|
|
|
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 ansys.api.discovery.v0.engineeringdata.boltdata_pb2
|
|
8
|
+
import builtins
|
|
9
|
+
import google.protobuf.descriptor
|
|
10
|
+
import google.protobuf.internal.containers
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import typing
|
|
13
|
+
import typing_extensions
|
|
14
|
+
|
|
15
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ...
|
|
16
|
+
|
|
17
|
+
class BoltAssignmentCreationRequest(google.protobuf.message.Message):
|
|
18
|
+
"""BoltAssignment"""
|
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
20
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
21
|
+
BOLT_ASSIGNMENT_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
22
|
+
@property
|
|
23
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
24
|
+
@property
|
|
25
|
+
def bolt_assignment_properties(self) -> global___BoltAssignmentProperties: ...
|
|
26
|
+
def __init__(self,
|
|
27
|
+
*,
|
|
28
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
29
|
+
bolt_assignment_properties : typing.Optional[global___BoltAssignmentProperties] = ...,
|
|
30
|
+
) -> None: ...
|
|
31
|
+
def HasField(self, field_name: typing_extensions.Literal["bolt_assignment_properties",b"bolt_assignment_properties","creation_data",b"creation_data"]) -> builtins.bool: ...
|
|
32
|
+
def ClearField(self, field_name: typing_extensions.Literal["bolt_assignment_properties",b"bolt_assignment_properties","creation_data",b"creation_data"]) -> None: ...
|
|
33
|
+
global___BoltAssignmentCreationRequest = BoltAssignmentCreationRequest
|
|
34
|
+
|
|
35
|
+
class BoltAssignmentCreationResponse(google.protobuf.message.Message):
|
|
36
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
37
|
+
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
38
|
+
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
39
|
+
@property
|
|
40
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
41
|
+
@property
|
|
42
|
+
def condition_data(self) -> global___BoltAssignmentDefinition: ...
|
|
43
|
+
def __init__(self,
|
|
44
|
+
*,
|
|
45
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
46
|
+
condition_data : typing.Optional[global___BoltAssignmentDefinition] = ...,
|
|
47
|
+
) -> None: ...
|
|
48
|
+
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
49
|
+
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
50
|
+
global___BoltAssignmentCreationResponse = BoltAssignmentCreationResponse
|
|
51
|
+
|
|
52
|
+
class BoltAssignmentProperties(google.protobuf.message.Message):
|
|
53
|
+
"""BoltAssignment condition definitions"""
|
|
54
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
55
|
+
DEFINITION_FIELD_NUMBER: builtins.int
|
|
56
|
+
@property
|
|
57
|
+
def definition(self) -> ansys.api.discovery.v0.engineeringdata.boltdata_pb2.BoltDataDefinition: ...
|
|
58
|
+
def __init__(self,
|
|
59
|
+
*,
|
|
60
|
+
definition : typing.Optional[ansys.api.discovery.v0.engineeringdata.boltdata_pb2.BoltDataDefinition] = ...,
|
|
61
|
+
) -> None: ...
|
|
62
|
+
def HasField(self, field_name: typing_extensions.Literal["definition",b"definition"]) -> builtins.bool: ...
|
|
63
|
+
def ClearField(self, field_name: typing_extensions.Literal["definition",b"definition"]) -> None: ...
|
|
64
|
+
global___BoltAssignmentProperties = BoltAssignmentProperties
|
|
65
|
+
|
|
66
|
+
class BoltAssignmentDefinition(google.protobuf.message.Message):
|
|
67
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
68
|
+
ID_FIELD_NUMBER: builtins.int
|
|
69
|
+
PARENT_ID_FIELD_NUMBER: builtins.int
|
|
70
|
+
LABEL_FIELD_NUMBER: builtins.int
|
|
71
|
+
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
72
|
+
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
73
|
+
BOLT_FIELD_NUMBER: builtins.int
|
|
74
|
+
@property
|
|
75
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.EntityIdentifier: ...
|
|
76
|
+
@property
|
|
77
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.EntityIdentifier: ...
|
|
78
|
+
label: typing.Text = ...
|
|
79
|
+
@property
|
|
80
|
+
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
81
|
+
suppressed: builtins.bool = ...
|
|
82
|
+
@property
|
|
83
|
+
def bolt(self) -> global___BoltAssignmentProperties: ...
|
|
84
|
+
def __init__(self,
|
|
85
|
+
*,
|
|
86
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.EntityIdentifier] = ...,
|
|
87
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.EntityIdentifier] = ...,
|
|
88
|
+
label : typing.Text = ...,
|
|
89
|
+
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
90
|
+
suppressed : builtins.bool = ...,
|
|
91
|
+
bolt : typing.Optional[global___BoltAssignmentProperties] = ...,
|
|
92
|
+
) -> None: ...
|
|
93
|
+
def HasField(self, field_name: typing_extensions.Literal["bolt",b"bolt","id",b"id","parent_id",b"parent_id"]) -> builtins.bool: ...
|
|
94
|
+
def ClearField(self, field_name: typing_extensions.Literal["bolt",b"bolt","id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
|
|
95
|
+
global___BoltAssignmentDefinition = BoltAssignmentDefinition
|
|
@@ -0,0 +1,67 @@
|
|
|
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.assignments import boltassignment_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_assignments_dot_boltassignment__pb2
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class BoltAssignmentStub(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.CreateBoltAssignment = channel.unary_unary(
|
|
18
|
+
'/ansys.api.discovery.v0.assignments.boltassignment.BoltAssignment/CreateBoltAssignment',
|
|
19
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_assignments_dot_boltassignment__pb2.BoltAssignmentCreationRequest.SerializeToString,
|
|
20
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_assignments_dot_boltassignment__pb2.BoltAssignmentCreationResponse.FromString,
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
class BoltAssignmentServicer(object):
|
|
25
|
+
"""Missing associated documentation comment in .proto file."""
|
|
26
|
+
|
|
27
|
+
def CreateBoltAssignment(self, request, context):
|
|
28
|
+
"""BoltAssignment condition methods
|
|
29
|
+
"""
|
|
30
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
31
|
+
context.set_details('Method not implemented!')
|
|
32
|
+
raise NotImplementedError('Method not implemented!')
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
def add_BoltAssignmentServicer_to_server(servicer, server):
|
|
36
|
+
rpc_method_handlers = {
|
|
37
|
+
'CreateBoltAssignment': grpc.unary_unary_rpc_method_handler(
|
|
38
|
+
servicer.CreateBoltAssignment,
|
|
39
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_assignments_dot_boltassignment__pb2.BoltAssignmentCreationRequest.FromString,
|
|
40
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_assignments_dot_boltassignment__pb2.BoltAssignmentCreationResponse.SerializeToString,
|
|
41
|
+
),
|
|
42
|
+
}
|
|
43
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
44
|
+
'ansys.api.discovery.v0.assignments.boltassignment.BoltAssignment', rpc_method_handlers)
|
|
45
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
# This class is part of an EXPERIMENTAL API.
|
|
49
|
+
class BoltAssignment(object):
|
|
50
|
+
"""Missing associated documentation comment in .proto file."""
|
|
51
|
+
|
|
52
|
+
@staticmethod
|
|
53
|
+
def CreateBoltAssignment(request,
|
|
54
|
+
target,
|
|
55
|
+
options=(),
|
|
56
|
+
channel_credentials=None,
|
|
57
|
+
call_credentials=None,
|
|
58
|
+
insecure=False,
|
|
59
|
+
compression=None,
|
|
60
|
+
wait_for_ready=None,
|
|
61
|
+
timeout=None,
|
|
62
|
+
metadata=None):
|
|
63
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.assignments.boltassignment.BoltAssignment/CreateBoltAssignment',
|
|
64
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_assignments_dot_boltassignment__pb2.BoltAssignmentCreationRequest.SerializeToString,
|
|
65
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_assignments_dot_boltassignment__pb2.BoltAssignmentCreationResponse.FromString,
|
|
66
|
+
options, channel_credentials,
|
|
67
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import abc
|
|
6
|
+
import ansys.api.discovery.v0.assignments.boltassignment_pb2
|
|
7
|
+
import grpc
|
|
8
|
+
|
|
9
|
+
class BoltAssignmentStub:
|
|
10
|
+
def __init__(self, channel: grpc.Channel) -> None: ...
|
|
11
|
+
CreateBoltAssignment: grpc.UnaryUnaryMultiCallable[
|
|
12
|
+
ansys.api.discovery.v0.assignments.boltassignment_pb2.BoltAssignmentCreationRequest,
|
|
13
|
+
ansys.api.discovery.v0.assignments.boltassignment_pb2.BoltAssignmentCreationResponse] = ...
|
|
14
|
+
"""BoltAssignment condition methods"""
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
class BoltAssignmentServicer(metaclass=abc.ABCMeta):
|
|
18
|
+
@abc.abstractmethod
|
|
19
|
+
def CreateBoltAssignment(self,
|
|
20
|
+
request: ansys.api.discovery.v0.assignments.boltassignment_pb2.BoltAssignmentCreationRequest,
|
|
21
|
+
context: grpc.ServicerContext,
|
|
22
|
+
) -> ansys.api.discovery.v0.assignments.boltassignment_pb2.BoltAssignmentCreationResponse:
|
|
23
|
+
"""BoltAssignment condition methods"""
|
|
24
|
+
pass
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
def add_BoltAssignmentServicer_to_server(servicer: BoltAssignmentServicer, server: grpc.Server) -> None: ...
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
// Copyright 2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
|
|
2
|
+
syntax = "proto3";
|
|
3
|
+
package ansys.api.discovery.v0.conditions.acceleration;
|
|
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 Acceleration
|
|
11
|
+
{
|
|
12
|
+
//Acceleration condition methods
|
|
13
|
+
rpc CreateAcceleration(AccelerationCreationRequest) returns (AccelerationCreationResponse);
|
|
14
|
+
|
|
15
|
+
rpc ChangeAccelerationLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
16
|
+
|
|
17
|
+
rpc ChangeAccelerationOrientation(ChangeDirectionRequest) returns(ChangeResponse);
|
|
18
|
+
|
|
19
|
+
rpc ChangeAccelerationDX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
20
|
+
rpc ChangeAccelerationDY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
21
|
+
rpc ChangeAccelerationDZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
22
|
+
rpc ChangeAccelerationTranslationalMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
23
|
+
|
|
24
|
+
rpc ChangeAccelerationIsFixedDX(ChangeBooleanRequest) returns (ChangeResponse);
|
|
25
|
+
rpc ChangeAccelerationIsFixedDY(ChangeBooleanRequest) returns (ChangeResponse);
|
|
26
|
+
rpc ChangeAccelerationIsFixedDZ(ChangeBooleanRequest) returns (ChangeResponse);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
//Acceleration
|
|
30
|
+
message AccelerationCreationRequest{
|
|
31
|
+
ScopedCreationData creation_data = 1;
|
|
32
|
+
AccelerationProperties acceleration_properties = 2;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
message AccelerationCreationResponse{
|
|
36
|
+
CreationResponse condition_response = 1;
|
|
37
|
+
AccelerationDefinition condition_data = 2;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
// Acceleration condition definitions
|
|
41
|
+
message AccelerationProperties {
|
|
42
|
+
VectorOfOptionalQuantities acceleration = 1;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
message AccelerationDefinition {
|
|
46
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
47
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
48
|
+
string label = 3;
|
|
49
|
+
repeated string locations = 4;
|
|
50
|
+
bool suppressed = 5;
|
|
51
|
+
AccelerationProperties acceleration = 6;
|
|
52
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: ansys/api/discovery/v0/conditions/acceleration.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'\n4ansys/api/discovery/v0/conditions/acceleration.proto\x12.ansys.api.discovery.v0.conditions.acceleration\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xc9\x01\n\x1b\x41\x63\x63\x65lerationCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12g\n\x17\x61\x63\x63\x65leration_properties\x18\x02 \x01(\x0b\x32\x46.ansys.api.discovery.v0.conditions.acceleration.AccelerationProperties\"\xc4\x01\n\x1c\x41\x63\x63\x65lerationCreationResponse\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\x46.ansys.api.discovery.v0.conditions.acceleration.AccelerationDefinition\"b\n\x16\x41\x63\x63\x65lerationProperties\x12H\n\x0c\x61\x63\x63\x65leration\x18\x01 \x01(\x0b\x32\x32.ansys.api.discovery.v0.VectorOfOptionalQuantities\"\xa1\x02\n\x16\x41\x63\x63\x65lerationDefinition\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\x0c\x61\x63\x63\x65leration\x18\x06 \x01(\x0b\x32\x46.ansys.api.discovery.v0.conditions.acceleration.AccelerationProperties2\xde\t\n\x0c\x41\x63\x63\x65leration\x12\xaf\x01\n\x12\x43reateAcceleration\x12K.ansys.api.discovery.v0.conditions.acceleration.AccelerationCreationRequest\x1aL.ansys.api.discovery.v0.conditions.acceleration.AccelerationCreationResponse\x12s\n\x1a\x43hangeAccelerationLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1d\x43hangeAccelerationOrientation\x12..ansys.api.discovery.v0.ChangeDirectionRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12m\n\x14\x43hangeAccelerationDX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12m\n\x14\x43hangeAccelerationDY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12m\n\x14\x43hangeAccelerationDZ\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x81\x01\n(ChangeAccelerationTranslationalMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1b\x43hangeAccelerationIsFixedDX\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1b\x43hangeAccelerationIsFixedDY\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1b\x43hangeAccelerationIsFixedDZ\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\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.acceleration_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
|
+
_ACCELERATIONCREATIONREQUEST._serialized_start=185
|
|
27
|
+
_ACCELERATIONCREATIONREQUEST._serialized_end=386
|
|
28
|
+
_ACCELERATIONCREATIONRESPONSE._serialized_start=389
|
|
29
|
+
_ACCELERATIONCREATIONRESPONSE._serialized_end=585
|
|
30
|
+
_ACCELERATIONPROPERTIES._serialized_start=587
|
|
31
|
+
_ACCELERATIONPROPERTIES._serialized_end=685
|
|
32
|
+
_ACCELERATIONDEFINITION._serialized_start=688
|
|
33
|
+
_ACCELERATIONDEFINITION._serialized_end=977
|
|
34
|
+
_ACCELERATION._serialized_start=980
|
|
35
|
+
_ACCELERATION._serialized_end=2226
|
|
36
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,94 @@
|
|
|
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.message
|
|
11
|
+
import typing
|
|
12
|
+
import typing_extensions
|
|
13
|
+
|
|
14
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ...
|
|
15
|
+
|
|
16
|
+
class AccelerationCreationRequest(google.protobuf.message.Message):
|
|
17
|
+
"""Acceleration"""
|
|
18
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
19
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
20
|
+
ACCELERATION_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
21
|
+
@property
|
|
22
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
23
|
+
@property
|
|
24
|
+
def acceleration_properties(self) -> global___AccelerationProperties: ...
|
|
25
|
+
def __init__(self,
|
|
26
|
+
*,
|
|
27
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
28
|
+
acceleration_properties : typing.Optional[global___AccelerationProperties] = ...,
|
|
29
|
+
) -> None: ...
|
|
30
|
+
def HasField(self, field_name: typing_extensions.Literal["acceleration_properties",b"acceleration_properties","creation_data",b"creation_data"]) -> builtins.bool: ...
|
|
31
|
+
def ClearField(self, field_name: typing_extensions.Literal["acceleration_properties",b"acceleration_properties","creation_data",b"creation_data"]) -> None: ...
|
|
32
|
+
global___AccelerationCreationRequest = AccelerationCreationRequest
|
|
33
|
+
|
|
34
|
+
class AccelerationCreationResponse(google.protobuf.message.Message):
|
|
35
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
36
|
+
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
37
|
+
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
38
|
+
@property
|
|
39
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
40
|
+
@property
|
|
41
|
+
def condition_data(self) -> global___AccelerationDefinition: ...
|
|
42
|
+
def __init__(self,
|
|
43
|
+
*,
|
|
44
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
45
|
+
condition_data : typing.Optional[global___AccelerationDefinition] = ...,
|
|
46
|
+
) -> None: ...
|
|
47
|
+
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
48
|
+
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
49
|
+
global___AccelerationCreationResponse = AccelerationCreationResponse
|
|
50
|
+
|
|
51
|
+
class AccelerationProperties(google.protobuf.message.Message):
|
|
52
|
+
"""Acceleration condition definitions"""
|
|
53
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
54
|
+
ACCELERATION_FIELD_NUMBER: builtins.int
|
|
55
|
+
@property
|
|
56
|
+
def acceleration(self) -> ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities: ...
|
|
57
|
+
def __init__(self,
|
|
58
|
+
*,
|
|
59
|
+
acceleration : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.VectorOfOptionalQuantities] = ...,
|
|
60
|
+
) -> None: ...
|
|
61
|
+
def HasField(self, field_name: typing_extensions.Literal["acceleration",b"acceleration"]) -> builtins.bool: ...
|
|
62
|
+
def ClearField(self, field_name: typing_extensions.Literal["acceleration",b"acceleration"]) -> None: ...
|
|
63
|
+
global___AccelerationProperties = AccelerationProperties
|
|
64
|
+
|
|
65
|
+
class AccelerationDefinition(google.protobuf.message.Message):
|
|
66
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
67
|
+
ID_FIELD_NUMBER: builtins.int
|
|
68
|
+
PARENT_ID_FIELD_NUMBER: builtins.int
|
|
69
|
+
LABEL_FIELD_NUMBER: builtins.int
|
|
70
|
+
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
71
|
+
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
72
|
+
ACCELERATION_FIELD_NUMBER: builtins.int
|
|
73
|
+
@property
|
|
74
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
75
|
+
@property
|
|
76
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
77
|
+
label: typing.Text = ...
|
|
78
|
+
@property
|
|
79
|
+
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
80
|
+
suppressed: builtins.bool = ...
|
|
81
|
+
@property
|
|
82
|
+
def acceleration(self) -> global___AccelerationProperties: ...
|
|
83
|
+
def __init__(self,
|
|
84
|
+
*,
|
|
85
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
86
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
87
|
+
label : typing.Text = ...,
|
|
88
|
+
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
89
|
+
suppressed : builtins.bool = ...,
|
|
90
|
+
acceleration : typing.Optional[global___AccelerationProperties] = ...,
|
|
91
|
+
) -> None: ...
|
|
92
|
+
def HasField(self, field_name: typing_extensions.Literal["acceleration",b"acceleration","id",b"id","parent_id",b"parent_id"]) -> builtins.bool: ...
|
|
93
|
+
def ClearField(self, field_name: typing_extensions.Literal["acceleration",b"acceleration","id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
|
|
94
|
+
global___AccelerationDefinition = AccelerationDefinition
|