mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 11:43:53 +00:00
Work on python wrapper
This commit is contained in:
@@ -268,11 +268,11 @@ namespace IfcParse {
|
||||
}
|
||||
if (attr == 0) {
|
||||
if (index < attributes_.size()) {
|
||||
return attributes_[index];
|
||||
attr = attributes_[index];
|
||||
}
|
||||
index -= attributes_.size();
|
||||
}
|
||||
return 0;
|
||||
return attr;
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user