Fix SurfCurveSweptArea solid #6984

This commit is contained in:
Thomas Krijnen
2025-08-07 04:18:50 +02:00
parent 358395c237
commit 007c451a77
@@ -110,7 +110,7 @@ bool OpenCascadeKernel::convert(const taxonomy::sweep_along_curve::ptr scs, Topo
Handle(Geom_Surface) surface; Handle(Geom_Surface) surface;
if (scs->surface) { if (scs->surface) {
convert_surface(scs->surface); surface = convert_surface(scs->surface);
} }
gp_Trsf directrix; gp_Trsf directrix;