Section#
Attribute Name |
Data Type |
Description |
|---|---|---|
no |
int |
Object number |
name |
str |
Name |
user_defined_name_enabled |
bool |
User-defined name enabled |
section_type |
Section type |
|
definition_type |
Section Type |
|
coordinate_system |
int |
Coordinate system |
plane_orientation |
Plane orientation |
|
plane_offset |
float |
Plane offset |
first_point_coordinates |
First point coordinates |
|
first_point_coordinate_x |
float |
First point coordinates | X_0 |
first_point_coordinate_y |
float |
First point coordinates | Y_0 |
first_point_coordinate_z |
float |
First point coordinates | Z_0 |
second_point_coordinates |
Second point coordinates |
|
second_point_coordinate_x |
float |
Second point coordinates | X_1 |
second_point_coordinate_y |
float |
Second point coordinates | Y_1 |
second_point_coordinate_z |
float |
Second point coordinates | Z_1 |
third_point_coordinates |
Third point coordinates |
|
third_point_coordinate_x |
float |
Third point coordinates | X_2 |
third_point_coordinate_y |
float |
Third point coordinates | Y_2 |
third_point_coordinate_z |
float |
Third point coordinates | Z_2 |
rotation_angle |
float |
Rotation angle | α |
rotation_angles_sequence |
Sequence of rotation angles |
|
rotation_angle_alpha |
float |
Rotation angles | α_1 |
rotation_angle_beta |
float |
Rotation angles | α_2 |
rotation_angle_gamma |
float |
Rotation angles | α_3 |
reference_line |
int |
Reference line |
direction_vector_type |
Direction vector type |
|
direction_vector |
Direction vector |
|
direction_vector_x |
float |
Direction vector | X_n |
direction_vector_y |
float |
Direction vector | Y_n |
direction_vector_z |
float |
Direction vector | Z_n |
section_direction |
Direction |
|
show_model_clipped_by_section |
bool |
Show model clipped by section |
box_dimension_a |
float |
A dimension | A |
box_dimension_b |
float |
B dimension | B |
box_depth |
float |
Depth | C |
box_offset_a |
float |
A offset | Δ_A |
box_offset_b |
float |
B offset | Δ_B |
comment |
str |
Comment |
is_generated |
bool |
Generated by |
generating_object_info |
str |
Generated by |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Enums
SectionType#
Name |
|---|
SECTION_TYPE_SIMPLE_PLANE |
SECTION_TYPE_BOX |
DefinitionType#
Name |
|---|
DEFINITION_TYPE_UNKNOWN |
DEFINITION_TYPE_2_POINTS_AND_ANGLE |
DEFINITION_TYPE_2_POINTS_AND_VECTOR |
DEFINITION_TYPE_3_POINTS |
DEFINITION_TYPE_COORDINATE_SYSTEM_PLANE |
DEFINITION_TYPE_POINT_AND_3_ANGLES |
PlaneOrientation#
Name |
|---|
PLANE_ORIENTATION_PARALLEL_TO_XY |
PLANE_ORIENTATION_PARALLEL_TO_XZ |
PLANE_ORIENTATION_PARALLEL_TO_YZ |
RotationAnglesSequence#
Name |
|---|
ROTATION_ANGLES_SEQUENCE_UVW |
ROTATION_ANGLES_SEQUENCE_UWV |
ROTATION_ANGLES_SEQUENCE_VUW |
ROTATION_ANGLES_SEQUENCE_VWU |
ROTATION_ANGLES_SEQUENCE_WUV |
ROTATION_ANGLES_SEQUENCE_WVU |
ROTATION_ANGLES_SEQUENCE_XZY |
ROTATION_ANGLES_SEQUENCE_YXZ |
ROTATION_ANGLES_SEQUENCE_YZX |
ROTATION_ANGLES_SEQUENCE_ZXY |
ROTATION_ANGLES_SEQUENCE_ZYX |
DirectionVectorType#
Name |
|---|
DIRECTION_VECTOR_TYPE_GLOBAL_X |
DIRECTION_VECTOR_TYPE_GLOBAL_Y |
DIRECTION_VECTOR_TYPE_GLOBAL_Z |
DIRECTION_VECTOR_TYPE_USER_DEFINED |
SectionDirection#
Name |
|---|
SECTION_DIRECTION_POSITIVE |
SECTION_DIRECTION_NEGATIVE |