IModelReader
Description
- Derived from
- Extended by
-
ModelReaderBase abstract
Base interface for classes that read 3D models.
Public / Methods
ReadModel
Reads the 3D model using the current options.
When the ReadModel method is called multiple times, the same IModel object will be returned, unless the model reader options have been modified.
After calling ReadModel, the IValidatable.Validate method may be called in order to receive errors and warnings that might have occured while reading the model data.
- IOException
-
If an I/O error has occurred.
- ValidatingException
-
If the model reader has reported an error, for example an unsupported file format feature.