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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
void SetNewOrigin(
	Vector vector
)

Parameters

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