Add function to retrieve inverse attributes from Python

This commit is contained in:
Thomas Krijnen
2014-06-03 16:33:38 +02:00
parent 69a27e3591
commit fe172672e9
9 changed files with 335 additions and 1 deletions
+2
View File
@@ -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);