Small conv result number tweaks

This commit is contained in:
Thomas Krijnen
2026-06-24 11:12:11 +02:00
parent b3218ced3f
commit 1057f794f6
4 changed files with 47 additions and 3 deletions
@@ -45,6 +45,8 @@ namespace ifcopenshell {
class IFC_GEOMLIBRARY_API OpenCascadeShape : public IfcGeom::ConversionResultShape {
public:
std::string type() const override { return "OpenCascadeShape"; }
OpenCascadeShape(const TopoDS_Shape& shape)
: shape_(shape) {}
OpenCascadeShape(TopoDS_Shape&& shape)