#include "utilities.h"
#include <Basics_Utils.hxx>
#include <OCC2VTK_Tools.h>
#include <GEOM_VertexSource.h>
#include <GEOM_EdgeSource.h>
#include <GEOM_WireframeFace.h>
#include <GEOM_ShadingFace.h>
#include <vtkAppendPolyData.h>
#include <vtkPolyDataWriter.h>
#include <TCollection_AsciiString.hxx>
#include <TopExp.hxx>
#include <TopExp_Explorer.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Shape.hxx>
#include <Poly_Triangulation.hxx>
#include <BRep_Tool.hxx>
#include <BRepTools.hxx>
Defines |
| #define | VTKEXPORT_EXPORT |
Functions |
| VTKEXPORT_EXPORT int | Export (const TopoDS_Shape &theShape, const TCollection_AsciiString &theFileName, const TCollection_AsciiString &theFormatName) |
Define Documentation
Function Documentation
| VTKEXPORT_EXPORT int Export |
( |
const TopoDS_Shape & |
theShape, |
|
|
const TCollection_AsciiString & |
theFileName, |
|
|
const TCollection_AsciiString & |
theFormatName |
|
) |
| |