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

Method writeHeader

src/serializers/ColladaSerializer.cpp:537–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537void ColladaSerializer::writeHeader() {
538 exporter.startDocument(unit_name, unit_magnitude);
539}
540
541void ColladaSerializer::write(const IfcGeom::TriangulationElement* o) {
542 exporter.write(o);

Callers

nothing calls this directly

Calls 1

startDocumentMethod · 0.80

Tested by

no test coverage detected