 | ReferenceCoordinateSystemSetNewOrigin(Point) Method |
Defines an absolute new origin point for the reference coordinate system.
The reference system's origin is relocated to the specified point in global coordinates while preserving
the coordinate system's current axis orientation and transformations.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntaxvoid SetNewOrigin(
Point newOrigin
)
Sub SetNewOrigin (
newOrigin As Point
)
Parameters
- newOrigin Point
- The Point that specifies the absolute location for the new origin in global coordinates.
See Also