 | MacroCoordinateSystemSetNewOrigin Method |
Sets a new origin location for the macro in the current coordinate system.
Namespace: Woodwork.Automation.MacroAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntaxvoid SetNewOrigin(
Vector vector
)
Sub SetNewOrigin (
vector As Vector
)
Parameters
- vector Vector
- The position vector of the new origin relative to the current coordinate system.
See Also