28#if !defined(AFX_OdPolyPolygon3d_H__0D83A6B9_F93A_4801_AB9B_47B6648AE23B__INCLUDED_)
29#define AFX_OdPolyPolygon3d_H__0D83A6B9_F93A_4801_AB9B_47B6648AE23B__INCLUDED_
68 if ( m_Counts.size() )
70 for (
int i = 0; i < m_Counts[m_Counts.size()-1]; i++)
72 m_Points.removeLast();
74 m_Counts.removeLast();
84 { m_Points.setGrowLength(growLength); m_Counts.setGrowLength(growLength/10 > 0 ? growLength/10 : 1); }
OdArray< OdInt32, OdMemoryAllocator< OdInt32 > > OdInt32Array
OdGePoint3dArray & points()
const OdInt32Array & counts() const
const OdGePoint3dArray & points() const
virtual ~OdPolyPolygon3d()
void setGrowLenght(OdInt32 growLength)
void setGrowLength(OdInt32 growLength)
void addToCurrentContour(const OdGePoint3d &point)