 | 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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
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