Table of Contents

Class LwoReader

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

LWO (Lightwave object) file reader

public sealed class LwoReader : ModelReader, IModelReader
Inheritance
LwoReader
Implements
Inherited Members

Remarks

LWO2 is currently not supported.

Constructors

LwoReader(Dispatcher?)

Initializes a new instance of the LwoReader class.

public LwoReader(Dispatcher? dispatcher = null)

Parameters

dispatcher Dispatcher

The dispatcher.

Properties

Materials

Gets the materials.

public IList<Material> Materials { get; }

Property Value

IList<Material>

The materials.

Meshes

Gets the meshes.

public IList<MeshBuilder> Meshes { get; }

Property Value

IList<MeshBuilder>

The meshes.

Surfaces

Gets the surfaces.

public IList<string> Surfaces { get; }

Property Value

IList<string>

The surfaces.

Methods

Read(Stream)

Reads the model from the specified stream.

public override Model3DGroup Read(Stream s)

Parameters

s Stream

The stream.

Returns

Model3DGroup

A Model3D.