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

Function GetNextExpressID

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

Source from the content-addressed store, hash-verified

408}
409
410uint32_t GetNextExpressID(uint32_t modelID, uint32_t expressId)
411{
412 return manager.IsModelOpen(modelID) ? manager.GetIfcLoader(modelID)->GetNextExpressID(expressId) : 0;
413}
414
415std::vector<uint32_t> GetAllLines(uint32_t modelID)
416{

Callers

nothing calls this directly

Calls 3

GetIfcLoaderMethod · 0.80
IsModelOpenMethod · 0.45
GetNextExpressIDMethod · 0.45

Tested by

no test coverage detected