Click or drag to resize

Origin Interface

Represents an origin point in the woodwork automation system. An origin defines the reference location and directional axes for a coordinate system. It provides the anchor point and three orthogonal vectors (X, Y, Z axes) that together establish the complete spatial reference frame for positioning, orientation, and geometric calculations throughout manufacturing operations.

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

The Origin type exposes the following members.

Properties
 NameDescription
Public propertyPoint Returns the origin point that serves as the anchor for the coordinate system. This point defines the reference location from which all positioning and measurements are calculated.
Public propertyXAxis Returns the X-axis vector indicating the primary horizontal direction of the coordinate system.
Public propertyYAxis Returns the Y-axis vector indicating the secondary horizontal direction of the coordinate system.
Public propertyZAxis Returns the Z-axis vector indicating the vertical direction of the coordinate system.
Top
See Also