Share

acedGetCurrentUCS

C++

ACAD_PORT 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.

Parameters

Parameters Description
mat Output matrix describing the current UCS

Returns

Returns Acad::eOk if successful.

Previous Declaration

AutoCAD 2025 and Earlier

Acad::ErrorStatus acedGetCurrentUCS(AcGeMatrix3d& mat);

Was this information helpful?