#include "PreCompiled.h"#include <BRep_Tool.hxx>#include <BRepMesh_IncrementalMesh.hxx>#include <GeomAPI_ProjectPointOnSurf.hxx>#include <GeomLProp_SLProps.hxx>#include <Poly_Triangulation.hxx>#include <TopExp_Explorer.hxx>#include <TopoDS.hxx>#include <TopoDS_Face.hxx>#include <sstream>#include <Base/Console.h>#include <Base/Exception.h>#include <Base/Sequencer.h>#include <App/ComplexGeoData.h>#include "PovTools.h"Go to the source code of this file.
1.6.1