 | 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.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
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