mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Expose MaxId to Python
This commit is contained in:
committed by
Thomas Krijnen
parent
99b776b10e
commit
5b711a23d3
@@ -245,6 +245,8 @@ public:
|
||||
|
||||
unsigned int FreshId() { return ++MaxId; }
|
||||
|
||||
unsigned int getMaxId() { return MaxId; }
|
||||
|
||||
void recalculate_id_counter();
|
||||
|
||||
IfcUtil::IfcBaseClass* addEntity(IfcUtil::IfcBaseClass* entity, int id=-1);
|
||||
|
||||
Reference in New Issue
Block a user