MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / main

Function main

src/examples/ifc_curve_rebar.cpp:137–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137int main()
138{
139 IfcHierarchyHelper<IfcSchema> file;
140 file.header().file_name()->setname("ifc_curve_rebar.ifc");
141 create_curve_rebar(file);
142 std::ofstream f("ifc_curve_rebar.ifc");
143 f << file;
144
145 return 0;
146}

Callers

nothing calls this directly

Calls 4

create_curve_rebarFunction · 0.85
setnameMethod · 0.80
file_nameMethod · 0.45
headerMethod · 0.45

Tested by

no test coverage detected