|
CFx SDK Documentation
2023 SP0
|
#include <OdPolyPolygon3d.h>
Public Member Functions | |
| OdPolyPolygon3d () | |
| virtual | ~OdPolyPolygon3d () |
| void | newContour () |
| void | addToCurrentContour (const OdGePoint3d &point) |
| void | removeLastContour () |
| void | setGrowLength (OdInt32 growLength) |
| void | setGrowLenght (OdInt32 growLength) |
| OdGePoint3dArray & | points () |
| const OdGePoint3dArray & | points () const |
| OdInt32Array & | counts () |
| const OdInt32Array & | counts () const |
This class implements multi-polygon objects.
<group Other_Classes>
Definition at line 51 of file OdPolyPolygon3d.h.
|
inline |
Definition at line 57 of file OdPolyPolygon3d.h.
|
inlinevirtual |
Definition at line 58 of file OdPolyPolygon3d.h.
|
inline |
Appends a point to the last polygon of this PolyPolygon object.
| point | [in] New point. |
Definition at line 69 of file OdPolyPolygon3d.h.
|
inline |
Returns the counts of points defining the polygons.
Definition at line 105 of file OdPolyPolygon3d.h.
|
inline |
Returns the counts of points defining the polygons.
Definition at line 109 of file OdPolyPolygon3d.h.
|
inline |
Adds a new 3D polygon to this PolyPolygon object.
Definition at line 63 of file OdPolyPolygon3d.h.
|
inline |
Returns the points defining the polygons.
Definition at line 97 of file OdPolyPolygon3d.h.
|
inline |
Returns the points defining the polygons.
Definition at line 101 of file OdPolyPolygon3d.h.
|
inline |
Definition at line 71 of file OdPolyPolygon3d.h.
DOM
Definition at line 92 of file OdPolyPolygon3d.h.
Sets the GrowLength for the m_Points array.
Definition at line 88 of file OdPolyPolygon3d.h.