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:
@@ -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
|
||||
|
Reference in New Issue
Block a user