Aggiunta funzione FimplifyFacets in TriMesh

This commit is contained in:
LorenzoM
2021-10-26 18:11:58 +02:00
parent 6e9465247f
commit 2ea4b59b9b
8 changed files with 715 additions and 478 deletions
+2
View File
@@ -3716,6 +3716,8 @@ SurfTriMesh::Cut( const Plane3d& plPlane, bool bSaveOnEq)
return false ;
}
SimplifyFacets( 500) ;
return true ;
}