Hide menu
Loading...
Searching...
No Matches
cadex::ModelData_BRepRepresentation::SubshapeIterator Class Reference

Iterator over added subshapes. More...

#include <cadex/ModelData_BRepRepresentation.hxx>

Public Member Functions

 SubshapeIterator (const ModelData_BRepRepresentation &theRep)
 
bool HasNext () const
 
const ModelData_ShapeNext ()
 

Protected Attributes

internal::Base_Handle myImpl
 

Detailed Description

Iterator over added subshapes.

Supports a Java style iterator.

Constructor & Destructor Documentation

◆ SubshapeIterator()

cadex::ModelData_BRepRepresentation::SubshapeIterator::SubshapeIterator ( const ModelData_BRepRepresentation theRep)

Iterator will iterate over subshapes in the order in which subshapes were registered with the Set() methods.