Porting on windows platform
This commit is contained in:
parent
94e5bd9233
commit
296540576c
@ -169,9 +169,7 @@ void NETGENPlugin_Mesher::PrepareOCCgeometry(netgen::OCCGeometry& occgeo,
|
||||
{
|
||||
occgeo.shape = shape;
|
||||
occgeo.changed = 1;
|
||||
occgeo.BuildFMap();
|
||||
//amv for test
|
||||
occgeo.amv_test();
|
||||
occgeo.BuildFMap();
|
||||
|
||||
BRepTools::Clean (shape);
|
||||
BRepMesh_IncrementalMesh::BRepMesh_IncrementalMesh (shape, 0.01, true);
|
||||
|
Loading…
Reference in New Issue
Block a user