Share

acedSetCurrentUCS

C++

Acad::ErrorStatus acedSetCurrentUCS(
    const AcGeMatrix3d & mat
);

File

aced.h

Description

This function sets the current UCS from the 3D matrix mat. The first row of the matrix is the UCS X-axis (in WCS coordinates), the second row is the UCS Y-axis, and the third row is the UCS Z-axis.

This function must not be used while acedCommand is active.

Always returns Acad::eOk.

Parameters

Parameters Description
mat Input matrix defining the UCS

Was this information helpful?