|
CFx SDK Documentation 2026 SP0
|
#include <GiGeometry.h>
Public Member Functions | |
| OdGiModelTransformSaverOpt (OdGiGeometry &geom, const OdGeMatrix3d &xMat) | |
| ~OdGiModelTransformSaverOpt () | |
This class is used to ensure OdGiGeometry::pushModelTransform()/OdGiGeometry::popModelTransform() consistency (exception safety) with additional optimization check of matrix identity.
<group OdGi_Classes>
Definition at line 1621 of file GiGeometry.h.
|
inline |
Constructor for the OdGiModelTransformSaverOpt class.
| geom | [in] Geometry for which apply a transformation matrix. |
| xMat | [in] Transformation matrix. |
Definition at line 1632 of file GiGeometry.h.
|
inline |
Destructor for the OdGiModelTransformSaverOpt class. Pops a transformation matrix from the stack for associated geometry if the transformation matrix is not identity matrix.
Definition at line 1645 of file GiGeometry.h.