Expose MaxId to Python

This commit is contained in:
Dion Moult
2021-09-09 16:03:30 +10:00
committed by Thomas Krijnen
parent 99b776b10e
commit 5b711a23d3
+2
View File
@@ -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);