PointCloud#
Attribute Name |
Data Type |
Description |
|---|---|---|
no |
int |
Object number |
user_defined_name_enabled |
bool |
User-defined name enabled |
name |
str |
Name |
coordinate_system |
int |
Coordinate system |
origin_coordinates |
Coordinates of origin point | Origin coordinates |
|
origin_coordinate_x |
float |
Coordinates of origin point | X_0 | Origin coordinates |
origin_coordinate_y |
float |
Coordinates of origin point | Y_0 | Origin coordinates |
origin_coordinate_z |
float |
Coordinates of origin point | Z_0 | Origin coordinates |
points_number_definition_option |
Option for defining number of points |
|
points_number_total |
int |
Total number of points |
points_number_in_direction_x |
int |
Number of points in x-direction |
points_number_in_direction_y |
int |
Number of points in y-direction |
points_number_in_direction_z |
int |
Number of points in z-direction |
dimension_A |
float |
Dimension | A |
dimension_B |
float |
Dimension | B |
dimension_C |
float |
Dimension | C |
dimension_R |
float |
Dimension | R |
specific_direction_type |
Specific Direction Type |
|
axes_sequence |
Sequence |
|
rotated_about_angle_x |
float |
Rotation angle about X axis | α_’ |
rotated_about_angle_y |
float |
Rotation angle about Y axis | α_’ |
rotated_about_angle_z |
float |
Rotation angle about Z axis | α_’ |
rotated_about_angle_1 |
float |
Rotation angle about first axis | α_1 |
rotated_about_angle_2 |
float |
Rotation angle about second axis | α_2 |
rotated_about_angle_3 |
float |
Rotation angle about third axis | α_3 |
directed_to_node_first_axis |
1st axis |
|
directed_to_node_direction_node |
int |
Direct to node No. |
directed_to_node_second_axis |
2nd axis |
|
directed_to_node_plane_node |
int |
In plane by node No. |
parallel_to_two_nodes_first_node |
int |
First node |
parallel_to_two_nodes_second_node |
int |
Second node |
parallel_to_two_nodes_first_axis |
1st axis |
|
parallel_to_two_nodes_second_axis |
2nd axis |
|
parallel_to_two_nodes_plane_node |
int |
In plane by node No. |
parallel_to_line |
int |
Line No. |
parallel_to_member |
int |
Member No. |
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
PointsNumberDefinitionOption#
Name |
|---|
POINTS_NUMBER_DEFINITION_OPTION_POINTS_NUMBER_TOTAL |
POINTS_NUMBER_DEFINITION_OPTION_POINTS_NUMBER_IN_DIRECTION |
SpecificDirectionType#
Name |
|---|
SPECIFIC_DIRECTION_TYPE_ROTATED_VIA_3_ANGLES |
SPECIFIC_DIRECTION_TYPE_DIRECTED_TO_NODE |
SPECIFIC_DIRECTION_TYPE_PARALLEL_TO_CS_OF_LINE |
SPECIFIC_DIRECTION_TYPE_PARALLEL_TO_CS_OF_MEMBER |
SPECIFIC_DIRECTION_TYPE_PARALLEL_TO_TWO_NODES |
AxesSequence#
Name |
|---|
AXES_SEQUENCE_XYZ |
AXES_SEQUENCE_XZY |
AXES_SEQUENCE_YXZ |
AXES_SEQUENCE_YZX |
AXES_SEQUENCE_ZXY |
AXES_SEQUENCE_ZYX |
DirectedToNodeFirstAxis#
Name |
|---|
DIRECTED_TO_NODE_FIRST_AXIS_X |
DIRECTED_TO_NODE_FIRST_AXIS_Y |
DIRECTED_TO_NODE_FIRST_AXIS_Z |
DirectedToNodeSecondAxis#
Name |
|---|
DIRECTED_TO_NODE_SECOND_AXIS_X |
DIRECTED_TO_NODE_SECOND_AXIS_Y |
DIRECTED_TO_NODE_SECOND_AXIS_Z |
ParallelToTwoNodesFirstAxis#
Name |
|---|
PARALLEL_TO_TWO_NODES_FIRST_AXIS_X |
PARALLEL_TO_TWO_NODES_FIRST_AXIS_Y |
PARALLEL_TO_TWO_NODES_FIRST_AXIS_Z |
ParallelToTwoNodesSecondAxis#
Name |
|---|
PARALLEL_TO_TWO_NODES_SECOND_AXIS_X |
PARALLEL_TO_TWO_NODES_SECOND_AXIS_Y |
PARALLEL_TO_TWO_NODES_SECOND_AXIS_Z |