Solid#

Attribute Name

Data Type

Description

no

int

Object number

type

SolidType

Solid Type

analytical_center_of_gravity_x

float

Analytical center of gravity Analytical center of gravity | X_C

analytical_center_of_gravity_y

float

Analytical center of gravity | Y_C

analytical_center_of_gravity_z

float

Analytical center of gravity | Z_C

analytical_mass

float

Analytical mass | M

analytical_surface_area

float

Analytical surface area | A_S

analytical_volume

float

Analytical volume | V

boundary_surfaces

List[int]

Boundary Surfaces No.

center_of_gravity_x

float

Center of gravity Center of gravity | X_C

center_of_gravity_y

float

Center of gravity | Y_C

center_of_gravity_z

float

Center of gravity | Z_C

gas

int

Gas solid

is_deactivated_for_calculation

bool

Deactivated for calculation

mass

float

Mass | M

material

int

Material

mesh_refinement

int

Solid mesh refinement

solid_contact

int

Contact solid

solid_contact_first_surface

int

First surface of contact solid

solid_contact_second_surface

int

Second surface of contact solid

stress_analysis_configuration

int

Stress-strain analysis configuration

surface_area

float

Surface area | A_S

volume

float

Volume | V

comment

str

Comment

is_generated

bool

Generated by

generating_object_info

str

Generated by

is_layered_mesh_enabled

bool

Layered solid mesh enabled

layered_mesh_first_surface

int

First Surface

layered_mesh_second_surface

int

Second Surface

number_of_finite_element_layers_input_type

SolidNumberOfFiniteElementLayersInputType

Number of finite element layers | Input type

number_of_finite_element_layers

int

Number of finite element layers

specific_direction_enabled

bool

Specific direction enabled

coordinate_system

int

Coordinate System

specific_direction_type

SolidSpecificDirectionType

Specific Direction Type

axes_sequence

SolidAxesSequence

Sequence | Sequence - Specific Direction Type has to be Rotated via 3 Angles.

rotated_about_angle_x

float

Rotation angle about X axis | α_’ | Rotation angle about X axis | α_’ - Specific Direction Type has to be Rotated via 3 Angles.

rotated_about_angle_y

float

Rotation angle about Y axis | α_’ | Rotation angle about Y axis | α_’ - Specific Direction Type has to be Rotated via 3 Angles.

rotated_about_angle_z

float

Rotation angle about Z axis | α_’ | Rotation angle about Z axis | α_’ - Specific Direction Type has to be Rotated via 3 Angles.

rotated_about_angle_1

float

Rotation angle about first axis | α_1 | Rotation angle about first axis | α_1 - Specific Direction Type has to be Rotated via 3 Angles.

rotated_about_angle_2

float

Rotation angle about second axis | α_2 | Rotation angle about second axis | α_2 - Specific Direction Type has to be Rotated via 3 Angles.

rotated_about_angle_3

float

Rotation angle about third axis | α_3 | Rotation angle about third axis | α_3 - Specific Direction Type has to be Rotated via 3 Angles.

directed_to_node_direction_node

int

Direct to node No. | Direct to node No. - Specific Direction Type has to be Directed to Node.

directed_to_node_plane_node

int

In plane by node No. | In plane by node No. - Specific Direction Type has to be Directed to Node.

directed_to_node_first_axis

SolidDirectedToNodeFirstAxis

1st axis | 1st axis - Specific Direction Type has to be Directed to Node.

directed_to_node_second_axis

SolidDirectedToNodeSecondAxis

2nd axis | 2nd axis - Specific Direction Type has to be Directed to Node.

parallel_to_two_nodes_first_node

int

First node | First node - Specific Direction Type has to be Parallel to Two Nodes.

parallel_to_two_nodes_second_node

int

Second node | Second node - Specific Direction Type has to be Parallel to Two Nodes.

parallel_to_two_nodes_plane_node

int

In plane by node No. | In plane by node No. - Specific Direction Type has to be Parallel to Two Nodes.

parallel_to_two_nodes_first_axis

SolidParallelToTwoNodesFirstAxis

1st axis | 1st axis - Specific Direction Type has to be Parallel to Two Nodes.

parallel_to_two_nodes_second_axis

SolidParallelToTwoNodesSecondAxis

2nd axis | 2nd axis - Specific Direction Type has to be Parallel to Two Nodes.

parallel_to_line

int

Line No. | Line No. - Specific Direction Type has to be Parallel to CS of Line.

parallel_to_member

int

Member No. | Member No. - Specific Direction Type has to be Parallel to CS of Member.

id_for_export_import

str

metadata_for_export_import

str

Associated Enums#

SolidType#

Name

SOLID_TYPE_UNKNOWN

SOLID_TYPE_CONTACT

SOLID_TYPE_GAS

SOLID_TYPE_HOLE

SOLID_TYPE_INTERSECTION

SOLID_TYPE_SOIL

SOLID_TYPE_STANDARD

SolidNumberOfFiniteElementLayersInputType#

Name

SOLID_NUMBER_OF_FINITE_ELEMENT_LAYERS_INPUT_TYPE_USER_DEFINED

SOLID_NUMBER_OF_FINITE_ELEMENT_LAYERS_INPUT_TYPE_ACCORDING_TO_MESH_SETTINGS

SolidSpecificDirectionType#

Name

SOLID_SPECIFIC_DIRECTION_TYPE_ROTATED_VIA_3_ANGLES

SOLID_SPECIFIC_DIRECTION_TYPE_DIRECTED_TO_NODE

SOLID_SPECIFIC_DIRECTION_TYPE_PARALLEL_TO_CS_OF_LINE

SOLID_SPECIFIC_DIRECTION_TYPE_PARALLEL_TO_CS_OF_MEMBER

SOLID_SPECIFIC_DIRECTION_TYPE_PARALLEL_TO_TWO_NODES

SolidAxesSequence#

Name

SOLID_AXES_SEQUENCE_XYZ

SOLID_AXES_SEQUENCE_XZY

SOLID_AXES_SEQUENCE_YXZ

SOLID_AXES_SEQUENCE_YZX

SOLID_AXES_SEQUENCE_ZXY

SOLID_AXES_SEQUENCE_ZYX

SolidDirectedToNodeFirstAxis#

Name

SOLID_DIRECTED_TO_NODE_FIRST_AXIS_X

SOLID_DIRECTED_TO_NODE_FIRST_AXIS_Y

SOLID_DIRECTED_TO_NODE_FIRST_AXIS_Z

SolidDirectedToNodeSecondAxis#

Name

SOLID_DIRECTED_TO_NODE_SECOND_AXIS_X

SOLID_DIRECTED_TO_NODE_SECOND_AXIS_Y

SOLID_DIRECTED_TO_NODE_SECOND_AXIS_Z

SolidParallelToTwoNodesFirstAxis#

Name

SOLID_PARALLEL_TO_TWO_NODES_FIRST_AXIS_X

SOLID_PARALLEL_TO_TWO_NODES_FIRST_AXIS_Y

SOLID_PARALLEL_TO_TWO_NODES_FIRST_AXIS_Z

SolidParallelToTwoNodesSecondAxis#

Name

SOLID_PARALLEL_TO_TWO_NODES_SECOND_AXIS_X

SOLID_PARALLEL_TO_TWO_NODES_SECOND_AXIS_Y

SOLID_PARALLEL_TO_TWO_NODES_SECOND_AXIS_Z