mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
IfcGeomWrapper - add missing property for edges_item_ids
This commit is contained in:
@@ -720,6 +720,7 @@ struct ShapeRTTI : public boost::static_visitor<PyObject*>
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user