Click or drag to resize

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.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
void AlignTo(
	Vector xAxis,
	Vector yAxis
)

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