Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_IGESSelect_SelectBypassSubfigure.hxx>
#include <IFSelect_SelectExplore.hxx>
#include <Standard_Integer.hxx>
#include <Standard_Boolean.hxx>
#include <Handle_Standard_Transient.hxx>
Data Structures | |
class | IGESSelect_SelectBypassSubfigure |
Selects a list built as follows : Subfigures correspond to * Definition (basic : type 308, or Network : type 320) * Instance (Singular : type 408, or Network : 420, or patterns : 412,414) Entities which are not Subfigure are taken as such For Subfigures Instances, their definition is taken, then explored itself For Subfigures Definitions, the list of "Associated Entities" is explored Hence, level 0 (D) recursively explores a Subfigure if some of its Elements are Subfigures. level 1 explores just at first level (i.e. for an instance, returns its definition) More... |