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: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
void SetToSide(
	Vector normalVector
)

Parameters

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