Click or drag to resize

ReferenceCoordinateSystemSetNewOrigin(Vector) Method

Shifts the origin of the reference coordinate system by the specified displacement vector. The shift translation moves the origin point along the direction and magnitude specified by the shift vector while preserving the coordinate system's axis orientation.

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

Parameters

shift  Vector
The Vector that defines the translation displacement to apply to the origin.
See Also