Setup.workCoordinateSystem Property

Parent Object: Setup
Defined in namespace "adsk::cam" and the header file is <Cam/CAM/Setup.h>

Description

Gets the Work Coordinate System associated with the setup as 4x4 matrix. From Matrix3D, Orientation and Origin data can be fetched.

Syntax

"setup_var" is a variable referencing a Setup object.

# Get the value of the property.
propertyValue = setup_var.workCoordinateSystem
"setup_var" is a variable referencing a Setup object.
#include <Cam/CAM/Setup.h>

// Get the value of the property.
Ptr<Matrix3D> propertyValue = setup_var->workCoordinateSystem();

Property Value

This is a read only property whose value is a Matrix3D.

Version

Introduced in version April 2023