CFx SDK Documentation 2024 SP0
|
#include <GsEntityNode.h>
Public Member Functions | |
OdGsGeomPortion () | |
void | copyFrom (OdGsGeomPortion &c) |
void | clear () |
void | freeNestedPortions () |
bool | isEmptyPortion () const |
void | filterEmptyNestedPortions () |
Public Attributes | |
OdGsLayerNode * | m_pLayer |
OdRxObjectPtr | m_pGsMetafile |
OdGsGeomPortion * | m_pNext |
<group !!RECORDS_TD_APIRef>
Definition at line 40 of file GsEntityNode.h.
|
inline |
Default constructor for the OdGsGeomPortion structure.
Definition at line 52 of file GsEntityNode.h.
|
inline |
Sets properties of this objects to NULL.
Definition at line 74 of file GsEntityNode.h.
|
inline |
Copies properties of the input geometry portion object.
c | [in] Geometry portion to copy. |
Definition at line 64 of file GsEntityNode.h.
|
inline |
Erases empty nested geometry portions.
Definition at line 103 of file GsEntityNode.h.
|
inline |
Erases nested portions, if exist.
Definition at line 84 of file GsEntityNode.h.
|
inline |
Checks whether this geometry portion is empty.
Definition at line 98 of file GsEntityNode.h.
OdRxObjectPtr OdGsGeomPortion::m_pGsMetafile |
Smart pointer to a metafile.
Definition at line 45 of file GsEntityNode.h.
OdGsLayerNode* OdGsGeomPortion::m_pLayer |
Pointer to an associated layer node.
Definition at line 43 of file GsEntityNode.h.
OdGsGeomPortion* OdGsGeomPortion::m_pNext |
Pointer to a next geometry portion.
Definition at line 47 of file GsEntityNode.h.