 | MacroCoordinateSystemSetNewOrigin Method |
Sets a new origin location for the macro in the current coordinate system.
Namespace: Woodwork.Automation.MacroAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
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