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.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
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