 | MacroCoordinateSystemAlignTo Method |
Transforms the macro origin to a custom coordinate system defined by the specified axes.
Namespace: Woodwork.Automation.MacroAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntaxvoid AlignTo(
Vector xAxis,
Vector yAxis
)
Sub AlignTo (
xAxis As Vector,
yAxis As Vector
)
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