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

Function write_text

src/serializers/HdfSerializer.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 void write_text(TopoDS_Shape shp, std::string& out) {
216 std::stringstream sstream;
217 BRepTools::Write(shp, sstream);
218 out = sstream.str();
219 }
220}
221
222namespace {

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected