Click or drag to resize

MacroCoordinateSystemSetNewOrigin Method

Sets a new origin location for the macro in the current coordinate system.

Namespace: Woodwork.Automation.Macro
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
void SetNewOrigin(
	Vector vector
)

Parameters

vector  Vector
The position vector of the new origin relative to the current coordinate system.
See Also