mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
Python wrapper: enable iteration over all entities, get attribute optionality information
This commit is contained in:
@@ -52,6 +52,7 @@ namespace IfcParse {
|
||||
Argument* getArgument(unsigned int i) const;
|
||||
const char* getArgumentName(unsigned int i) const;
|
||||
unsigned getArgumentIndex(const std::string& a) const;
|
||||
bool getArgumentOptionality(unsigned int i) const;
|
||||
|
||||
IfcEntityList::ptr get_inverse(const std::string& a);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user