Click or drag to resize

ReferenceCoordinateSystemAlignTo Method

Transforms custom coordinate system.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
void AlignTo(
	Vector xAxis,
	Vector yAxis
)

Parameters

xAxis  Vector
The X axis Vector.
yAxis  Vector
The Y axis Vector.
See Also