Click or drag to resize

ReferenceCoordinateSystemSetToSide(Vector) Method

Aligns the reference coordinate system to a workpiece side by its surface normal vector. The normal vector specifies the perpendicular direction to the workpiece face, establishing the Z-axis orientation for the reference coordinate system aligned to that side.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
void SetToSide(
	Vector normalVector
)

Parameters

normalVector  Vector
The Vector that defines the normal direction to the workpiece side surface.
See Also