Guideline#
Attribute Name |
Data Type |
Description |
---|---|---|
by_point_and_angle_angle |
float |
Angle | α |
by_point_and_angle_point_x |
float |
Point | X |
by_point_and_angle_point_y |
float |
Point | Y |
by_two_points_first_point_x |
float |
First point | X_1 |
by_two_points_first_point_y |
float |
First point | Y_1 |
by_two_points_second_point_x |
float |
Second point | X_2 |
by_two_points_second_point_y |
float |
Second point | Y_2 |
comment |
str |
Comment |
coordinate_system |
int |
Coordinate system |
glue_nodes_to_guideline |
bool |
Glue nodes to guideline |
is_locked |
bool |
Locked |
label_type |
Label type |
|
name |
str |
Name |
no |
int |
Object number |
parallel_to_work_plane_axis_offset |
float |
Offset to work plane axis | X |
polar_center_x |
float |
Center | X |
polar_center_y |
float |
Center | Y |
polar_radius |
float |
Radius | r |
type |
Guideline type |
|
user_defined_name_enabled |
bool |
User-defined name enabled |
user_label |
str |
User label |
work_plane_offset |
float |
Work plane offset | Z |
work_plane_orientation |
Work plane orientation |
|
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Enums#
LabelType#
Name |
---|
LABEL_TYPE_NONE |
LABEL_TYPE_GUIDELINE_NUMBER |
LABEL_TYPE_USER_DEFINED |
Type#
Name |
---|
TYPE_UNKNOWN |
TYPE_BY_POINT_AND_ANGLE |
TYPE_BY_TWO_POINTS |
TYPE_PARALLEL_TO_FIRST_WORK_PLANE_AXIS |
TYPE_PARALLEL_TO_SECOND_WORK_PLANE_AXIS |
TYPE_POLAR |
WorkPlaneOrientation#
Name |
---|
WORK_PLANE_ORIENTATION_XY |
WORK_PLANE_ORIENTATION_XZ |
WORK_PLANE_ORIENTATION_YZ |