mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 11:24:19 +00:00
item_id vector #3120
This commit is contained in:
@@ -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)
|
||||
%}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user