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

Parameters

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