| 135 | } |
| 136 | |
| 137 | int 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 | } |
nothing calls this directly
no test coverage detected