 | 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: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
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