Hide menu
Loading...
Searching...
No Matches
cadex::ModelData_Drawing::SheetIterator Class Reference

Iterator over sheets of a drawing. More...

#include <cadex/ModelData_Drawing.hxx>

Public Member Functions

 SheetIterator (const ModelData_Drawing &theDrawing)
 Constructor.
 
bool HasNext () const
 Returns true if the iterator can be advanced with Next().
 
const ModelData_DrawingSheetNext ()
 Returns the current sheet and advances the iterator.
 

Detailed Description

Iterator over sheets of a drawing.

Has a Java-inspired interface and iteration logic.

Examples
exploring/drawings/Program.cs, exploring/drawings/main.cxx, and visualization/qtquick_qml/drawingviewer/main.cxx.