ClippingPlane#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | Object number | 
| type | Clipping Plane Type | |
| user_defined_name_enabled | bool | User-defined name enabled | 
| name | str | Name | 
| coordinate_system | int | Coordinate system | 
| invert_clipping_side | bool | Invert clipping plane | 
| 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 | 
| global_origin_coordinates | Global coordinates of origin point | Global origin coordinates | |
| global_origin_coordinate_x | float | Global coordinates of origin point | Global origin coordinates | 
| global_origin_coordinate_y | float | Global coordinates of origin point | Global origin coordinates | 
| global_origin_coordinate_z | float | Global coordinates of origin point | Global origin coordinates | 
| u_axis_point_coordinates | Coordinates of point on clipping plane +u-axis | Clipping plane point coordinates of the 1st Point. | |
| u_axis_point_coordinate_x | float | Coordinates of point on clipping plane +u-axis | X_1 | Clipping plane point coordinates of the 1st Point. | 
| u_axis_point_coordinate_y | float | Coordinates of point on clipping plane +u-axis | Y_1 | Clipping plane point coordinates of the 1st Point. | 
| u_axis_point_coordinate_z | float | Coordinates of point on clipping plane +u-axis | Z_1 | Clipping plane point coordinates of the 1st Point. | 
| clipping_plane_point_coordinates | Coordinates of point in clipping plane | Clipping plane point coordinates of the 2nd Point. | |
| clipping_plane_point_coordinate_x | float | Coordinates of point in clipping plane | X_2 | Clipping plane point coordinates of the 2nd Point. | 
| clipping_plane_point_coordinate_y | float | Coordinates of point in clipping plane | Y_2 | Clipping plane point coordinates of the 2nd Point. | 
| clipping_plane_point_coordinate_z | float | Coordinates of point in clipping plane | Z_2 | Clipping plane point coordinates of the 2nd Point. | 
| clipping_plane_angle | float | Rotation of clipping plane | α | Angle of the clipping plane. | 
| 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 | 
| orientation | Clipping plane orientation | Orientation of the clipping plane. | |
| 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_OFFSET_XYZ | 
| TYPE_POINT_AND_3_ANGLES | 
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 | 
Orientation#
| Name | 
|---|
| ORIENTATION_PARALLEL_TO_XY | 
| ORIENTATION_PARALLEL_TO_XZ | 
| ORIENTATION_PARALLEL_TO_YZ |