mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0022492: Scaled sphere (Solid with BSplineSurface) is wrongly exported in STEP.
This commit is contained in:
@@ -552,7 +552,7 @@ static Standard_Boolean GoodOrientation(const Bnd_Box& B,
|
||||
// En attendant une utilisation des traces & retriction dans BRepFill_Sweep
|
||||
// On fait un Fuse.
|
||||
BRepLib_MakeFace MkF;
|
||||
MkF.Init(Surf);
|
||||
MkF.Init(Surf, Standard_True, Precision::Confusion());
|
||||
Fuse(MkF.Face(), KeepOutSide);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user