MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / DumpAlignment

Function DumpAlignment

src/cpp/test/io_helpers.cpp:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 void DumpAlignment(std::vector<webifc::geometry::IfcAlignment> &align, std::string filenameV, std::string filenameH)
202 {
203 writeFile(filenameV, VAlignmentToObj(align));
204 writeFile(filenameH, HAlignmentToObj(align));
205 }
206
207 void DumpCrossSections(std::vector<webifc::geometry::IfcCrossSections> &crossSection, std::string filename)
208 {

Callers 1

GetAlignmentsFunction · 0.85

Calls 3

VAlignmentToObjFunction · 0.85
HAlignmentToObjFunction · 0.85
writeFileFunction · 0.70

Tested by

no test coverage detected