Open CASCADE Technology
6.5.4
|
A SelectModelRoots gets all the Root Entities of an
InterfaceModel. Remember that a "Root Entity" is defined as
having no Sharing Entity (if there is a Loop between Entities,
none of them can be a "Root").
#include <IFSelect_SelectModelRoots.hxx>
Public Member Functions | |
IFSelect_SelectModelRoots () | |
Creates a SelectModelRoot | |
Interface_EntityIterator | RootResult (const Interface_Graph &G) const |
Returns the list of selected entities : the Roots of the Model (note that this result assures naturally uniqueness) | |
TCollection_AsciiString | Label () const |
Returns a text defining the criterium : "Model Roots" |
TCollection_AsciiString IFSelect_SelectModelRoots::Label | ( | ) | const [virtual] |
Implements IFSelect_Selection.
Interface_EntityIterator IFSelect_SelectModelRoots::RootResult | ( | const Interface_Graph & | G | ) | const [virtual] |
Implements IFSelect_Selection.