1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

Porting samples for OCCT 6.5.2

This commit is contained in:
bugmaster
2011-09-26 12:45:55 +00:00
committed by bugmaster
parent 94023077f2
commit 9181b66d47
7 changed files with 20 additions and 20 deletions

View File

@@ -392,7 +392,7 @@ void CAnimationDoc::OnFileLoadgrid()
gp_Trsf T;
T.SetTranslation(V);
mySurface->Transform(T);
BRepBuilderAPI_MakeFace aMkFace(mySurface);
BRepBuilderAPI_MakeFace aMkFace(mySurface, Precision::Confusion());
myFace = aMkFace.Face();
// Remove all other shapes