mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +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;
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user