Open CASCADE Technology 6.6.0
|
This selection gets the Single Views attached to its input
IGES entities. Single Views themselves or Drawings as passed
as such (Drawings, for their Annotations)
#include <IGESSelect_SelectSingleViewFrom.hxx>
Public Member Functions | |
IGESSelect_SelectSingleViewFrom () | |
Creates a SelectSingleViewFrom | |
Interface_EntityIterator | RootResult (const Interface_Graph &G) const |
Selects the Single Views attached (in Directory Part) to input entities | |
TCollection_AsciiString | Label () const |
Returns the label, with is "Single Views attached" | |
Protected Member Functions | |
virtual Standard_Boolean | HasUniqueResult () const |
Returns True, because selection works with a ViewSorter which gives a unique result |
IGESSelect_SelectSingleViewFrom::IGESSelect_SelectSingleViewFrom | ( | ) |
virtual Standard_Boolean IGESSelect_SelectSingleViewFrom::HasUniqueResult | ( | ) | const [protected, virtual] |
Reimplemented from IFSelect_Selection.
TCollection_AsciiString IGESSelect_SelectSingleViewFrom::Label | ( | ) | const [virtual] |
Implements IFSelect_Selection.
Interface_EntityIterator IGESSelect_SelectSingleViewFrom::RootResult | ( | const Interface_Graph & | G | ) | const [virtual] |
Implements IFSelect_Selection.