#include <IGESSelect_SelectPCurves.hxx>
Inheritance diagram for IGESSelect_SelectPCurves:
Public Member Functions | |
Standard_EXPORT | IGESSelect_SelectPCurves (const Standard_Boolean basic) |
Creates a SelectPCurves basic True : lists all the components of pcurves basic False : lists the uppest level definitions (i.e. stops at CompositeCurve) . | |
Standard_EXPORT Standard_Boolean | Explore (const Standard_Integer level, const Handle(Standard_Transient)&ent, const Interface_Graph &G, Interface_EntityIterator &explored) const |
Explores an entity, to take its contained PCurves An independant curve is IGNORED : only faces are explored . | |
Standard_EXPORT TCollection_AsciiString | ExploreLabel () const |
Returns a text defining the criterium : "Basic PCurves" or "Global PCurves" . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Standard_Boolean | thebasic |
|
|
|
Implements IFSelect_SelectExplore. |
|
Implements IFSelect_SelectExplore. |
|
Reimplemented from IFSelect_SelectExplore. |
|
|