mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 19:02:26 +00:00
explicit cast
This commit is contained in:
@@ -1506,7 +1506,7 @@ void SvgSerializer::finalize() {
|
|||||||
std::string name;
|
std::string name;
|
||||||
auto a2 = storey->get("Name");
|
auto a2 = storey->get("Name");
|
||||||
if (!a2->isNull()) {
|
if (!a2->isNull()) {
|
||||||
name = *a2;
|
name = (std::string) *a2;
|
||||||
}
|
}
|
||||||
write(geometry_data{
|
write(geometry_data{
|
||||||
C,trsf,storey,storey,elev,name,nameElement(storey)
|
C,trsf,storey,storey,elev,name,nameElement(storey)
|
||||||
|
|||||||
Reference in New Issue
Block a user