| 214 | } |
| 215 | |
| 216 | [[nodiscard]] std::shared_ptr<Object> rootObject() const |
| 217 | { |
| 218 | return rootObj_; |
| 219 | } |
| 220 | |
| 221 | [[nodiscard]] Expected<void> loadModelStructure( STEPControl_Reader& reader, [[maybe_unused]] const ProgressCallback& callback ) |
| 222 | { |
no outgoing calls
no test coverage detected