Table of Contents

Class DispEngineConfig

Namespace
Hi.Disp
Assembly
HiDisp.dll

Configuration class for display engine.

public class DispEngineConfig
Inheritance
DispEngineConfig
Inherited Members
Extension Methods

Constructors

DispEngineConfig()

Initializes a new instance of the DispEngineConfig class.

public DispEngineConfig()

DispEngineConfig(IDisplayee)

Initializes a new instance of the DispEngineConfig class with a displayee.

public DispEngineConfig(IDisplayee displayee)

Parameters

displayee IDisplayee

The displayee object to be rendered.

DispEngineConfig(IDisplayee, Mat4d)

Initializes a new instance of the DispEngineConfig class with a displayee and sketch view.

public DispEngineConfig(IDisplayee displayee, Mat4d sketchView)

Parameters

displayee IDisplayee

The displayee object to be rendered.

sketchView Mat4d

The sketch view transformation matrix.

Properties

Displayee

Gets or sets the displayee object to be rendered.

public IDisplayee Displayee { get; set; }

Property Value

IDisplayee

SketchView

Gets or sets the sketch view transformation matrix.

public Mat4d SketchView { get; set; }

Property Value

Mat4d