Share

acedGetCurrentUCS

C++

Acad::ErrorStatus acedGetCurrentUCS(
    AcGeMatrix3d& mat
);

File

aced.h

Description

This function sets mat to the matrix that maps the World Coordinate System (WCS) to the User Coordinate System (UCS) that is current in the current document.

Returns Acad::eOk if successful.

Parameters

Parameters Description
mat Output matrix describing the current UCS

Was this information helpful?