Open CASCADE Technology
6.5.4
|
This selection gets the Drawings attached to its input IGES
entities. They are read through thr Single Views, referenced
in Directory Parts of the entities
#include <IGESSelect_SelectDrawingFrom.hxx>
Public Member Functions | |
IGESSelect_SelectDrawingFrom () | |
Creates a SelectDrawingFrom | |
Interface_EntityIterator | RootResult (const Interface_Graph &G) const |
Selects the Drawings attached (through Single Views in Directory Part) to input entities | |
TCollection_AsciiString | Label () const |
Returns the label, with is "Drawings attached" | |
Protected Member Functions | |
virtual Standard_Boolean | HasUniqueResult () const |
Returns True, because selection works with a ViewSorter which gives a unique result |
virtual Standard_Boolean IGESSelect_SelectDrawingFrom::HasUniqueResult | ( | ) | const [protected, virtual] |
Reimplemented from IFSelect_Selection.
TCollection_AsciiString IGESSelect_SelectDrawingFrom::Label | ( | ) | const [virtual] |
Implements IFSelect_Selection.
Interface_EntityIterator IGESSelect_SelectDrawingFrom::RootResult | ( | const Interface_Graph & | G | ) | const [virtual] |
Implements IFSelect_Selection.