| 403 | } |
| 404 | |
| 405 | bool ValidateExpressID(uint32_t modelID, uint32_t expressId) |
| 406 | { |
| 407 | return manager.IsModelOpen(modelID) ? manager.GetIfcLoader(modelID)->IsValidExpressID(expressId) : false; |
| 408 | } |
| 409 | |
| 410 | uint32_t GetNextExpressID(uint32_t modelID, uint32_t expressId) |
| 411 | { |
nothing calls this directly
no test coverage detected