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:
@@ -369,7 +369,7 @@ static void TRIM_INFINIT_FACE(const TopoDS_Shape& S1, const TopoDS_Shape& S2,
|
||||
}
|
||||
|
||||
Handle(Geom_Surface) result = new Geom_RectangularTrimmedSurface(pSurf, Umin, Umax, Vmin, Vmax);
|
||||
aResFace = BRepBuilderAPI_MakeFace(result);
|
||||
aResFace = BRepBuilderAPI_MakeFace(result, Precision::Confusion());
|
||||
|
||||
bIsInfinit = Standard_True;
|
||||
}
|
||||
|
Reference in New Issue
Block a user