mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +00:00
Add function to retrieve inverse attributes from Python
This commit is contained in:
@@ -27,6 +27,8 @@ namespace IfcParse {
|
||||
ArgumentPtr getArgument(const std::string& a) const;
|
||||
const char* getArgumentName(unsigned int i) const;
|
||||
unsigned getArgumentIndex(const std::string& a) const;
|
||||
|
||||
IfcEntities get_inverse(const std::string& a);
|
||||
|
||||
void setArgument(unsigned int i);
|
||||
void setArgument(unsigned int i, int v);
|
||||
|
||||
Reference in New Issue
Block a user