| 221 | } |
| 222 | |
| 223 | webifc::geometry::IfcGeometry GetGeometry(uint32_t modelID, uint32_t expressID) |
| 224 | { |
| 225 | return manager.IsModelOpen(modelID) ? manager.GetGeometryProcessor(modelID)->GetGeometry(expressID) : webifc::geometry::IfcGeometry(); |
| 226 | } |
| 227 | |
| 228 | std::vector<webifc::geometry::IfcCrossSections> GetAllCrossSections(uint32_t modelID, uint8_t dimensions) |
| 229 | { |
nothing calls this directly
no test coverage detected