#include "utilities.h"
#include <BRepTools.hxx>
#include <BRep_Builder.hxx>
#include <TCollection_AsciiString.hxx>
#include <TopoDS_Shape.hxx>
#include <TDF_Label.hxx>
Defines |
| #define | BREPIMPORT_EXPORT |
Functions |
| BREPIMPORT_EXPORT TopoDS_Shape | Import (const TCollection_AsciiString &theFileName, const TCollection_AsciiString &, TCollection_AsciiString &theError, const TDF_Label &) |
Define Documentation
| #define BREPIMPORT_EXPORT |
Function Documentation
| BREPIMPORT_EXPORT TopoDS_Shape Import |
( |
const TCollection_AsciiString & |
theFileName, |
|
|
const TCollection_AsciiString & |
, |
|
|
TCollection_AsciiString & |
theError, |
|
|
const TDF_Label & |
|
|
) |
| |