Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <STEPControl_Reader.hxx>
#include <Handle_STEPCAFControl_DictionaryOfExternFile.hxx>
#include <Standard_Boolean.hxx>
#include <Handle_XSControl_WorkSession.hxx>
#include <IFSelect_ReturnStatus.hxx>
#include <Standard_CString.hxx>
#include <Standard_Integer.hxx>
#include <Handle_TDocStd_Document.hxx>
#include <Handle_STEPCAFControl_ExternFile.hxx>
#include <Handle_XCAFDoc_ShapeTool.hxx>
#include <Handle_TColStd_HSequenceOfTransient.hxx>
#include <Handle_StepRepr_RepresentationItem.hxx>
#include <Handle_Transfer_TransientProcess.hxx>
#include <Handle_StepShape_ConnectedFaceSet.hxx>
#include <Handle_StepRepr_NextAssemblyUsageOccurrence.hxx>
Data Structures | |
class | STEPCAFControl_Reader |
Provides a tool to read STEP file and put it into DECAF document. Besides transfer of shapes (including assemblies) provided by STEPControl, supports also colors and part names This reader supports reading files with external references i.e. multifile reading It behaves as usual Reader (from STEPControl) for the main file (e.g. if it is single file) Results of reading other files can be accessed by name of the file or by iterating on a readers More... |