| 408 | } |
| 409 | |
| 410 | uint32_t GetNextExpressID(uint32_t modelID, uint32_t expressId) |
| 411 | { |
| 412 | return manager.IsModelOpen(modelID) ? manager.GetIfcLoader(modelID)->GetNextExpressID(expressId) : 0; |
| 413 | } |
| 414 | |
| 415 | std::vector<uint32_t> GetAllLines(uint32_t modelID) |
| 416 | { |
nothing calls this directly
no test coverage detected