#include "utilities.h"
#include <Basics_Utils.hxx>
#include <IFSelect_ReturnStatus.hxx>
#include <IGESControl_Reader.hxx>
#include <IGESData_IGESModel.hxx>
#include <IGESData_IGESEntity.hxx>
#include <Interface_Static.hxx>
#include <Interface_InterfaceModel.hxx>
#include <XSControl_TransferReader.hxx>
#include <XSControl_WorkSession.hxx>
#include <Transfer_TransientProcess.hxx>
#include <Transfer_Binder.hxx>
#include <TransferBRep.hxx>
#include <TNaming_Builder.hxx>
#include <TDF_TagSource.hxx>
#include <TDataStd_Name.hxx>
#include <TDF_Label.hxx>
#include <TCollection_HAsciiString.hxx>
#include <TopoDS_Shape.hxx>
#include <TopoDS_Vertex.hxx>
#include <BRep_Builder.hxx>
#include <gp_Pnt.hxx>
Defines |
| #define | IGESIMPORT_EXPORT |
Functions |
| IGESIMPORT_EXPORT TopoDS_Shape | Import (const TCollection_AsciiString &theFileName, const TCollection_AsciiString &theFormatName, TCollection_AsciiString &theError, const TDF_Label &theShapeLabel) |
Define Documentation
| #define IGESIMPORT_EXPORT |
Function Documentation
| IGESIMPORT_EXPORT TopoDS_Shape Import |
( |
const TCollection_AsciiString & |
theFileName, |
|
|
const TCollection_AsciiString & |
theFormatName, |
|
|
TCollection_AsciiString & |
theError, |
|
|
const TDF_Label & |
theShapeLabel |
|
) |
| |