CoordinateSystem#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | Object number | 
| type | Coordinate System Type | |
| user_defined_name_enabled | bool | User-defined name enabled | 
| name | str | Name | 
| 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 | 
| u_axis_point_coordinates | Coordinates of point on +U-axis | U axis point coordinates | |
| u_axis_point_coordinate_x | float | Coordinates of point on +U-axis | X_1 | U axis point coordinates | 
| u_axis_point_coordinate_y | float | Coordinates of point on +U-axis | Y_1 | U axis point coordinates | 
| u_axis_point_coordinate_z | float | Coordinates of point on +U-axis | Z_1 | U axis point coordinates | 
| uw_plane_point_coordinates | Coordinates of point in +UW-plane | UW plane point coordinates | |
| uw_plane_point_coordinate_x | float | Coordinates of point in +UW-plane | X_2 | UW plane point coordinates | 
| uw_plane_point_coordinate_y | float | Coordinates of point in +UW-plane | Y_2 | UW plane point coordinates | 
| uw_plane_point_coordinate_z | float | Coordinates of point in +UW-plane | Z_2 | UW plane point coordinates | 
| uw_plane_angle | float | Rotation of UW-Plane | α | UW plane angle | 
| rotation_angles_sequence | Axis sequence | Sequence of rotation angles | |
| rotation_angle_1 | float | Rotated about first angle | α_1 | First rotation angle | 
| rotation_angle_2 | float | Rotated about second angle | α_2 | Second rotation angle | 
| rotation_angle_3 | float | Rotated about third angle | α_3 | Third rotation angle | 
| 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
Type#
| Name | 
|---|
| TYPE_UNKNOWN | 
| TYPE_2_POINTS_AND_ANGLE | 
| TYPE_3_POINTS | 
| TYPE_GLOBAL_XYZ | 
| TYPE_OFFSET_XYZ | 
| TYPE_POINT_AND_3_ANGLES | 
RotationAnglesSequence#
| Name | 
|---|
| ROTATION_ANGLES_SEQUENCE_XYZ | 
| ROTATION_ANGLES_SEQUENCE_XZY | 
| ROTATION_ANGLES_SEQUENCE_YXZ | 
| ROTATION_ANGLES_SEQUENCE_YZX | 
| ROTATION_ANGLES_SEQUENCE_ZXY | 
| ROTATION_ANGLES_SEQUENCE_ZYX |