 | 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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntaxvoid SetNewCoordinateSystem(
CoordinateSystem cs
)
Sub SetNewCoordinateSystem (
cs As CoordinateSystem
)
Parameters
- cs CoordinateSystem
- The new CoordinateSystem to establish as the reference frame.
See Also