|
CFx SDK Documentation 2026 SP0
|
#include <GiGeometry.h>
Public Member Functions | |
| OdGiClipBoundarySaver (OdGiGeometry &geom, bool bSave) | |
| void | setSave (bool bSave) |
| ~OdGiClipBoundarySaver () | |
This class is used to ensure OdGiGeometry::pushClipBoundary()/OdGiGeometry::popClipBoundary() consistency (exception safety).
<group OdGi_Classes>
Definition at line 1528 of file GiGeometry.h.
|
inline |
Constructor for the OdGiClipBoundarySaver class.
| geom | [in] Geometry for which to use clip boundary. |
| bSave | [in] Flag that specifies whether to save a clip boundary. |
Definition at line 1539 of file GiGeometry.h.
|
inline |
Destructor for the OdGiClipBoundarySaver class. Pops a clip boundary from the stack if it was saved.
Definition at line 1551 of file GiGeometry.h.
|
inline |
Specifies whehter to save a clip boundary.
| bSave | [in] Flag that specifies whether to save a clip boundary. |
Definition at line 1546 of file GiGeometry.h.