item_id vector #3120

This commit is contained in:
Thomas Krijnen
2023-06-19 13:47:45 +02:00
parent 17ee5e6f43
commit dc81be8a9a
11 changed files with 34 additions and 32 deletions
+1 -8
View File
@@ -295,16 +295,9 @@ struct ShapeRTTI : public boost::static_visitor<PyObject*>
edges = property(edges)
material_ids = property(material_ids)
materials = property(materials)
%}
};
// Specialized accessors follow later, for otherwise property definitions
// would appear before templated getter functions are defined.
%extend IfcGeom::Representation::Triangulation {
%pythoncode %{
# Hide the getters with read-only property implementations
verts = property(verts)
normals = property(normals)
item_ids = property(item_ids)
%}
};