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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
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