#include <MAT2d_SketchExplorer.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT Standard_Integer | NumberOfContours () const |
Returns the number of contours in the figure. . | |
Standard_EXPORT void | Init (const Standard_Integer ContourIndex) |
Initializes the curves explorer on the contour of range <contourindex>. . | |
Standard_EXPORT Standard_Boolean | More () const |
Returns False if there is no more curves on the current contour. . | |
Standard_EXPORT void | Next () |
Moves to the next curve of the current contour. . | |
Standard_EXPORT Handle_Geom2d_Curve | Value () const |
Returns the current curve on the current contour. . |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|