Porting on windows platform

This commit is contained in:
maintenance team 2007-09-26 11:32:12 +00:00
parent 94e5bd9233
commit 296540576c

View File

@ -169,9 +169,7 @@ void NETGENPlugin_Mesher::PrepareOCCgeometry(netgen::OCCGeometry& occgeo,
{ {
occgeo.shape = shape; occgeo.shape = shape;
occgeo.changed = 1; occgeo.changed = 1;
occgeo.BuildFMap(); occgeo.BuildFMap();
//amv for test
occgeo.amv_test();
BRepTools::Clean (shape); BRepTools::Clean (shape);
BRepMesh_IncrementalMesh::BRepMesh_IncrementalMesh (shape, 0.01, true); BRepMesh_IncrementalMesh::BRepMesh_IncrementalMesh (shape, 0.01, true);