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