Click or drag to resize

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.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
void SetNewCoordinateSystem(
	CoordinateSystem cs
)

Parameters

cs  CoordinateSystem
The new CoordinateSystem to establish as the reference frame.
See Also