From 3c7e938d9042a39ea127e7cefa38ad4ced1aec12 Mon Sep 17 00:00:00 2001 From: Andrej Date: Mon, 2 Jun 2025 11:42:57 +0500 Subject: [PATCH] IfcGeomWrapper - add missing property for edges_item_ids --- src/ifcwrap/IfcGeomWrapper.i | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcwrap/IfcGeomWrapper.i b/src/ifcwrap/IfcGeomWrapper.i index 16dc6e1081..9023cdf828 100644 --- a/src/ifcwrap/IfcGeomWrapper.i +++ b/src/ifcwrap/IfcGeomWrapper.i @@ -720,6 +720,7 @@ struct ShapeRTTI : public boost::static_visitor normals = property(normals) item_ids = property(item_ids) uvs = property(uvs) + edges_item_ids = property(edges_item_ids) faces_buffer = property(faces_buffer) edges_buffer = property(edges_buffer)