CuttingPattern#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
Object number |
user_defined_name_enabled |
bool |
User-defined name enabled |
name |
str |
Name |
material_change_enabled |
bool |
Enable change of material |
material |
int |
Material |
pattern_orientation_category |
Pattern orientation category |
|
angular_rotation |
float |
Angular rotation |
axis |
Axis |
|
parralel_to_lines |
List[int] |
Parallel to lines No. |
coordinate_system |
int |
Coordinate system |
boundary_lines |
List[int] |
Boundary Lines |
cutting_line_settings_table |
Cutting line settings |
|
comment |
str |
Comment |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Data Types
CuttingLineSettingsTable#
Attribute Name |
Data Type |
Description |
---|---|---|
rows |
CuttingLineSettingsTableRow#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
|
description |
str |
|
line |
int |
|
cutting_line_settings |
int |
Associated Enums
PatternOrientationCategory#
Name |
---|
PATTERN_ORIENTATION_CATEGORY_ANGULAR_ROTATION |
PATTERN_ORIENTATION_CATEGORY_PARALLEL_TO_COORDINATE_SYSTEM |
PATTERN_ORIENTATION_CATEGORY_PARALLEL_TO_LINES |
Axis#
Name |
---|
AXIS_X |
AXIS_Y |