Click or drag to resize

MacroOrigin Interface

Represents the origin of a macro in the woodwork automation system. Macro origin extends the base origin with rotation information, providing access to the origin point, directional axes (X, Y, Z), and rotation angle within the side where the macro was created. The macro origin serves as the anchor point and reference frame for all macro positioning and geometric calculations during manufacturing operations.

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

The MacroOrigin 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.
(Inherited from Origin)
Public propertyRotationAngle Gets the rotation angle of the macro origin in radians. The angle defines the rotational offset applied to the macro's coordinate system relative to the base side coordinate system.
Public propertyXAxis Returns the X-axis vector indicating the primary horizontal direction of the coordinate system.
(Inherited from Origin)
Public propertyYAxis Returns the Y-axis vector indicating the secondary horizontal direction of the coordinate system.
(Inherited from Origin)
Public propertyZAxis Returns the Z-axis vector indicating the vertical direction of the coordinate system.
(Inherited from Origin)
Top
See Also