Class StudioReader
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
A 3D Studio file reader.
public sealed class StudioReader : ModelReader, IModelReader
- Inheritance
-
StudioReader
- Implements
- Inherited Members
Constructors
StudioReader(Dispatcher?)
Initializes a new instance of the StudioReader class.
public StudioReader(Dispatcher? dispatcher = null)
Parameters
dispatcherDispatcherThe dispatcher.
Methods
Read(Stream)
Reads the model from the specified stream.
public override Model3DGroup Read(Stream s)
Parameters
sStreamThe stream.
Returns
- Model3DGroup
The model.