Interface IModelReader
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
Interface for model readers.
public interface IModelReader
Methods
Read(Stream)
Reads the model from the specified stream.
Model3DGroup? Read(Stream s)
Parameters
sStreamThe stream.
Returns
- Model3DGroup
The model.
Read(string)
Reads the model from the specified path.
Model3DGroup? Read(string path)
Parameters
pathstringThe path.
Returns
- Model3DGroup
The model.