mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
fix project name for IfcAdvancedHouse
This commit is contained in:
@@ -68,7 +68,7 @@ int main() {
|
|||||||
|
|
||||||
// Lateron changing the name of the IfcProject can be done by obtaining a reference to the
|
// Lateron changing the name of the IfcProject can be done by obtaining a reference to the
|
||||||
// project, which has been created automatically.
|
// project, which has been created automatically.
|
||||||
file.getSingle<IfcSchema::IfcProject>()->setName("IfcOpenHouse"s);
|
file.getSingle<IfcSchema::IfcProject>()->setName("IfcAdvancedHouse"s);
|
||||||
|
|
||||||
// To demonstrate the ability to serialize arbitrary opencascade solids a building envelope is
|
// To demonstrate the ability to serialize arbitrary opencascade solids a building envelope is
|
||||||
// constructed by applying boolean operations. Naturally, in IFC, building elements should be
|
// constructed by applying boolean operations. Naturally, in IFC, building elements should be
|
||||||
|
|||||||
Reference in New Issue
Block a user