mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0022492: Scaled sphere (Solid with BSplineSurface) is wrongly exported in STEP.
This commit is contained in:
@@ -1446,7 +1446,7 @@ void BRepOffset_Offset::Init(const TopoDS_Edge& Edge,
|
||||
GeomFill_Pipe Pipe(CP,myOffset);
|
||||
Pipe.Perform();
|
||||
|
||||
BRepLib_MakeFace MF(Pipe.Surface());
|
||||
BRepLib_MakeFace MF(Pipe.Surface(), Precision::Confusion());
|
||||
myFace = MF.Face();
|
||||
|
||||
if ( Offset < 0.) myFace.Reverse();
|
||||
|
Reference in New Issue
Block a user