 | ReferenceCoordinateSystemSetNewCoordinateSystem Method |
Replaces the reference coordinate system with a completely new coordinate system.
This method sets the reference frame to use the specified coordinate system's origin, axes, and spatial properties,
effectively redefining the entire reference frame for subsequent operations.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntaxvoid SetNewCoordinateSystem(
CoordinateSystem cs
)
Sub SetNewCoordinateSystem (
cs As CoordinateSystem
)
Parameters
- cs CoordinateSystem
- The new CoordinateSystem to establish as the reference frame.
See Also