Share

ucsNormalVector

C++

void ucsNormalVector(
    AcGeVector3d& ucsNormalVec
);

File

dbxutil.h

Description

Returns a vector indicating the Z-axis direction of the current UCS. The vector is the normal to the X and Y axes.

Parameters

Parameters Description
ucsNormalVec Output Z-axis vector

Was this information helpful?