ViewportGetUcs Method

Returns the origin, x-axis, and y-axis of the UCS associated with this viewport.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void GetUcs(
        ref Point3d origin,
        ref Vector3d x,
        ref Vector3d y
)

Parameters

origin  Point3d
[out] Receives the UCS origin.
x  Vector3d
[out] Receives the UCS x-axis.
y  Vector3d
[out] Receives the UCS y-axis.
See Also

©  Bricsys NV. All rights reserved.