Click or drag to resize

MacroCoordinateSystemAlignTo Method

Transforms the macro origin to a custom coordinate system defined by the specified axes.

Namespace: Woodwork.Automation.Macro
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
void AlignTo(
	Vector xAxis,
	Vector yAxis
)

Parameters

xAxis  Vector
The custom X-axis vector defining the new X direction.
yAxis  Vector
The custom Y-axis vector defining the new Y direction.
See Also