Click or drag to resize

CoordinateSystem Interface

Represents a coordinate system in the woodwork automation system. A coordinate system establishes a spatial reference frame that defines positioning and orientation for manufacturing operations. It provides access to an origin point and directional axes that together form the basis for geometric calculations, tool positioning, and workpiece alignment throughout the manufacturing workflow.

Namespace: Woodwork.Automation.Macro
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
public interface CoordinateSystem

The CoordinateSystem type exposes the following members.

Properties
 NameDescription
Public propertyOrigin Returns the origin that defines the reference point and axis directions for this coordinate system. The origin provides the anchor point and three directional vectors (X, Y, Z axes) that establish the complete spatial reference frame for manufacturing operations.
Top
See Also