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.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
void SetNewOrigin(
	Vector vector
)

Parameters

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