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

Function GetAllLines

src/cpp/wasm/web-ifc-wasm.cpp:415–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415std::vector<uint32_t> GetAllLines(uint32_t modelID)
416{
417 return manager.IsModelOpen(modelID) ? manager.GetIfcLoader(modelID)->GetAllLines() : std::vector<uint32_t>();
418}
419
420bool WriteValue(uint32_t modelID, webifc::parsing::IfcTokenType t, emscripten::val value)
421{

Callers

nothing calls this directly

Calls 3

GetIfcLoaderMethod · 0.80
IsModelOpenMethod · 0.45
GetAllLinesMethod · 0.45

Tested by

no test coverage detected