Click or drag to resize

MacroOrigin Interface

The MacroOrigin object. Provides access to side origin that macro was created in.

Namespace: Woodwork.Automation.Macro
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
public interface MacroOrigin : Origin

The MacroOrigin type exposes the following members.

Properties
 NameDescription
Public propertyPoint Gets the origin point.
(Inherited from Origin)
Public propertyRotationAngle Gets the rotation angle.
Public propertyXAxis Gets the X Axis.
(Inherited from Origin)
Public propertyYAxis Gets the Y Axis.
(Inherited from Origin)
Public propertyZAxis Gets the Z Axis.
(Inherited from Origin)
Top
See Also