mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0022492: Scaled sphere (Solid with BSplineSurface) is wrongly exported in STEP.
This commit is contained in:
@@ -420,7 +420,7 @@ void TopOpeBRepBuild_FuseFace::PerformFace()
|
||||
S = Handle(Geom_RectangularTrimmedSurface)::
|
||||
DownCast(S)->BasisSurface();
|
||||
}
|
||||
BRepLib_MakeFace MF(S);
|
||||
BRepLib_MakeFace MF(S, Precision::Confusion());
|
||||
|
||||
for(it2.Initialize(myFaceLW); it2.More(); it2.Next()) {
|
||||
const TopoDS_Wire& wir1 = TopoDS::Wire(it2.Value());
|
||||
|
Reference in New Issue
Block a user