Table of Contents

Class RenderingWindow

Namespace
Hi.Wpf.Disp
Assembly
Hi.Wpf.dll

Window for 3D rendering.

public class RenderingWindow : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IGetDispEngine
Inheritance
RenderingWindow
Implements
Inherited Members
Extension Methods

Constructors

RenderingWindow()

Ctor.

public RenderingWindow()

Properties

Displayee

Gets or sets the current displayable 3D object. When setting a new displayee, the view will be reset to home position if no previous displayee was set.

public IDisplayee Displayee { get; set; }

Property Value

IDisplayee

RenderingCanvas

Gets the rendering canvas control used for displaying 3D content.

public RenderingCanvas RenderingCanvas { get; }

Property Value

RenderingCanvas

Methods

GetDispEngine()

public DispEngine GetDispEngine()

Returns

DispEngine

DispEngine