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: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
void SetNewCoordinateSystem(
	CoordinateSystem cs
)

Parameters

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