 | ReferenceCoordinateSystemAlignTo Method |
Aligns the reference coordinate system to a custom orientation defined by explicit X and Y axis vectors.
The X and Y axis vectors establish the primary and secondary horizontal directions for the custom coordinate frame.
The Z-axis is computed automatically from the cross product of the X and Y axes to ensure orthogonality.
Namespace: Woodwork.AutomationAssembly: 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 Vector that defines the primary horizontal direction (X-axis) of the custom coordinate system.
- yAxis Vector
- The Vector that defines the secondary horizontal direction (Y-axis) of the custom coordinate system.
See Also