mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Some successes writing and reading
This commit is contained in:
@@ -508,7 +508,7 @@ namespace {
|
||||
continue;
|
||||
}
|
||||
IfcUtil::IfcBaseClass* v = ((IfcUtil::IfcBaseEntity*) prop)->get("NominalValue");
|
||||
auto value = v->data().get_attribute_value(0);
|
||||
auto value = v->get_attribute_value(0);
|
||||
if (value.type() == IfcUtil::Argument_STRING) {
|
||||
std::string v_str = value;
|
||||
*output_it++ = string_property{ pset_name, name, v_str };
|
||||
|
||||
Reference in New Issue
Block a user