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

Function DumpAlignmentThree

src/cpp/test/dumpToThree.h:567–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565 }
566
567 inline void DumpAlignmentThree(std::vector<webifc::geometry::IfcAlignment>& align, std::string filenameV, std::string filenameH)
568 {
569 writeFile(filenameV, VAlignmentToObjThree(align));
570 writeFile(filenameH, HAlignmentToObjThree(align));
571 }
572
573 inline void DumpCrossSectionsThree(std::vector<webifc::geometry::IfcCrossSections>& crossSection, std::string filename)
574 {

Callers

nothing calls this directly

Calls 3

VAlignmentToObjThreeFunction · 0.85
HAlignmentToObjThreeFunction · 0.85
writeFileFunction · 0.70

Tested by

no test coverage detected