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.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);
|
||||||
|
Loading…
Reference in New Issue
Block a user