#include "utilities.h"
#include <Basics_Utils.hxx>
#include <BRep_Builder.hxx>
#include <IFSelect_ReturnStatus.hxx>
#include <STEPControl_Reader.hxx>
#include <StepBasic_ProductDefinition.hxx>
#include <StepBasic_ProductDefinitionFormation.hxx>
#include <StepBasic_Product.hxx>
#include <Interface_InterfaceModel.hxx>
#include <XSControl_TransferReader.hxx>
#include <XSControl_WorkSession.hxx>
#include <Transfer_Binder.hxx>
#include <TNaming_Builder.hxx>
#include <TDataStd_Name.hxx>
#include <Transfer_TransientProcess.hxx>
#include <TransferBRep.hxx>
#include <TCollection_AsciiString.hxx>
#include <TopoDS_Compound.hxx>
#include <TopoDS_Shape.hxx>
#include <TDF_Label.hxx>
#include <TDF_Tool.hxx>
#include <Interface_Static.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#include <TopExp.hxx>
#include <TopoDS_Iterator.hxx>
#include <BRepTools.hxx>
#include <Standard_Failure.hxx>
#include <Standard_ErrorHandler.hxx>
Defines |
| #define | STEPIMPORT_EXPORT |
Functions |
| STEPIMPORT_EXPORT TopoDS_Shape | Import (const TCollection_AsciiString &theFileName, const TCollection_AsciiString &, TCollection_AsciiString &theError, const TDF_Label &theShapeLabel) |
Define Documentation
| #define STEPIMPORT_EXPORT |
Function Documentation
| STEPIMPORT_EXPORT TopoDS_Shape Import |
( |
const TCollection_AsciiString & |
theFileName, |
|
|
const TCollection_AsciiString & |
, |
|
|
TCollection_AsciiString & |
theError, |
|
|
const TDF_Label & |
theShapeLabel |
|
) |
| |