mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 09:08:40 +00:00
Ambiguous overload
This commit is contained in:
@@ -669,7 +669,7 @@ namespace IfcGeom {
|
|||||||
instance_type = ifc_entity->declaration().name();
|
instance_type = ifc_entity->declaration().name();
|
||||||
|
|
||||||
if (ifc_entity->declaration().is("IfcRoot")) {
|
if (ifc_entity->declaration().is("IfcRoot")) {
|
||||||
product_guid = *ifc_entity->get("GlobalId");
|
product_guid = (std::string) *ifc_entity->get("GlobalId");
|
||||||
product_name = ifc_entity->get_value<std::string>("Name", "");
|
product_name = ifc_entity->get_value<std::string>("Name", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user