mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Work on python wrapper
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <map>
|
||||
|
||||
bool IfcParse::declaration::is(const std::string& name) const {
|
||||
if (name_ == name) return true;
|
||||
if (name_lower_ == boost::to_lower_copy(name)) return true;
|
||||
|
||||
if (this->as_entity()) {
|
||||
return this->as_entity()->is(name);
|
||||
|
||||
Reference in New Issue
Block a user