mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +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)
|
normals = property(normals)
|
||||||
item_ids = property(item_ids)
|
item_ids = property(item_ids)
|
||||||
uvs = property(uvs)
|
uvs = property(uvs)
|
||||||
|
edges_item_ids = property(edges_item_ids)
|
||||||
|
|
||||||
faces_buffer = property(faces_buffer)
|
faces_buffer = property(faces_buffer)
|
||||||
edges_buffer = property(edges_buffer)
|
edges_buffer = property(edges_buffer)
|
||||||
|
|||||||
Reference in New Issue
Block a user