 | ReferenceCoordinateSystemSetNewOrigin(Vector) Method |
Shifts the origin of the reference coordinate system by the specified displacement vector.
The shift translation moves the origin point along the direction and magnitude specified by the shift vector
while preserving the coordinate system's axis orientation.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntaxvoid SetNewOrigin(
Vector shift
)
Sub SetNewOrigin (
shift As Vector
)
Parameters
- shift Vector
- The Vector that defines the translation displacement to apply to the origin.
See Also