Table of Contents

Interface IExporter

Namespace
HelixToolkit.Wpf.SharpDX
Assembly
HelixToolkit.Wpf.SharpDX.dll

Interface for 3D exporters.

public interface IExporter

Methods

Export(SceneNode)

Exports the specified model.

void Export(SceneNode model)

Parameters

model SceneNode

The model.

Export(Viewport3DX)

Exports the specified viewport.

void Export(Viewport3DX viewport)

Parameters

viewport Viewport3DX

The viewport.