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_coordinate_x |
float |
Coordinates of origin point | Origin coordinates 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_coordinate_x |
float |
Coordinates of point on clipping plane +u-axis | Clipping plane point coordinates of the 1st Point. 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_coordinate_x |
float |
Coordinates of point in clipping plane | Clipping plane point coordinates of the 2nd Point. 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#
ClippingPlaneType#
Name |
---|
CLIPPING_PLANE_TYPE_UNKNOWN |
CLIPPING_PLANE_TYPE_2_POINTS_AND_ANGLE |
CLIPPING_PLANE_TYPE_3_POINTS |
CLIPPING_PLANE_TYPE_OFFSET_XYZ |
CLIPPING_PLANE_TYPE_POINT_AND_3_ANGLES |
ClippingPlaneRotationAnglesSequence#
Name |
---|
CLIPPING_PLANE_ROTATION_ANGLES_SEQUENCE_UVW |
CLIPPING_PLANE_ROTATION_ANGLES_SEQUENCE_UWV |
CLIPPING_PLANE_ROTATION_ANGLES_SEQUENCE_VUW |
CLIPPING_PLANE_ROTATION_ANGLES_SEQUENCE_VWU |
CLIPPING_PLANE_ROTATION_ANGLES_SEQUENCE_WUV |
CLIPPING_PLANE_ROTATION_ANGLES_SEQUENCE_WVU |
CLIPPING_PLANE_ROTATION_ANGLES_SEQUENCE_XZY |
CLIPPING_PLANE_ROTATION_ANGLES_SEQUENCE_YXZ |
CLIPPING_PLANE_ROTATION_ANGLES_SEQUENCE_YZX |
CLIPPING_PLANE_ROTATION_ANGLES_SEQUENCE_ZXY |
CLIPPING_PLANE_ROTATION_ANGLES_SEQUENCE_ZYX |
ClippingPlaneOrientation#
Name |
---|
CLIPPING_PLANE_ORIENTATION_PARALLEL_TO_XY |
CLIPPING_PLANE_ORIENTATION_PARALLEL_TO_XZ |
CLIPPING_PLANE_ORIENTATION_PARALLEL_TO_YZ |