mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Fix SurfCurveSweptArea solid #6984
This commit is contained in:
@@ -110,7 +110,7 @@ bool OpenCascadeKernel::convert(const taxonomy::sweep_along_curve::ptr scs, Topo
|
||||
|
||||
Handle(Geom_Surface) surface;
|
||||
if (scs->surface) {
|
||||
convert_surface(scs->surface);
|
||||
surface = convert_surface(scs->surface);
|
||||
}
|
||||
|
||||
gp_Trsf directrix;
|
||||
|
||||
Reference in New Issue
Block a user