|
ENTITY boundary_condition_logical;
|
|
|
boundary_condition_name
|
:
|
label;
|
boundary_condition_description
|
:
|
OPTIONAL text;
|
|
|
restrained_nodes
|
:
|
SET [1:?] OF node FOR restraints;
|
|
|
bc_x_displacement_free
|
:
|
LOGICAL;
|
bc_y_displacement_free
|
:
|
LOGICAL;
|
bc_z_displacement_free
|
:
|
LOGICAL;
|
bc_x_rotation_free
|
:
|
LOGICAL;
|
bc_y_rotation_free
|
:
|
LOGICAL;
|
bc_z_rotation_free
|
:
|
LOGICAL;
|
|
|
|