mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Fixes after merge
This commit is contained in:
@@ -408,7 +408,7 @@ bool IfcGeom::OpenCascadeKernel::convert_impl(const taxonomy::revolve::ptr r, If
|
|||||||
TopoDS_Shape shape = BRepPrimAPI_MakeRevol(face, ax);
|
TopoDS_Shape shape = BRepPrimAPI_MakeRevol(face, ax);
|
||||||
|
|
||||||
results.emplace_back(ConversionResult(
|
results.emplace_back(ConversionResult(
|
||||||
r->instance->data().id(),
|
r->instance->as<IfcUtil::IfcBaseEntity>()->id(),
|
||||||
r->matrix,
|
r->matrix,
|
||||||
new OpenCascadeShape(shape),
|
new OpenCascadeShape(shape),
|
||||||
r->surface_style
|
r->surface_style
|
||||||
|
|||||||
Reference in New Issue
Block a user