|
CFx SDK Documentation 2024 SP0
|
#include <DbMPolygon.h>
Public Member Functions | |
| OdDbMPolygonNode () | |
Public Attributes | |
| OdDbMPolygonNode * | mParent |
| OdArray< OdDbMPolygonNode * > | mChildren |
| int | mLoopIndex |
Represents node objects in the MPolygon nesting tree. <group OdDb_Classes>
Definition at line 975 of file DbMPolygon.h.
|
inline |
Creates a new instance of a node object with default parameters.
Definition at line 995 of file DbMPolygon.h.
| OdArray<OdDbMPolygonNode *> OdDbMPolygonNode::mChildren |
Array of node pointers for children nodes.
Definition at line 986 of file DbMPolygon.h.
| int OdDbMPolygonNode::mLoopIndex |
MPolygon loop index.
Definition at line 991 of file DbMPolygon.h.
| OdDbMPolygonNode* OdDbMPolygonNode::mParent |
Node pointer to parent node.
Definition at line 984 of file DbMPolygon.h.