 | 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: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
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