Table of Contents

Class OutLineMeshGeometryModel3D

Namespace
HelixToolkit.Wpf.SharpDX
Assembly
HelixToolkit.Wpf.SharpDX.dll
public class OutLineMeshGeometryModel3D : MeshGeometryModel3D, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IDisposable, IVisible, IHitable, IThrowingShadow, IApplyPostEffect
Inheritance
OutLineMeshGeometryModel3D
Implements
Inherited Members
Extension Methods

Fields

EnableOutlineProperty

public static readonly DependencyProperty EnableOutlineProperty

Field Value

DependencyProperty

IsDrawGeometryProperty

public static readonly DependencyProperty IsDrawGeometryProperty

Field Value

DependencyProperty

OutlineColorProperty

public static readonly DependencyProperty OutlineColorProperty

Field Value

DependencyProperty

OutlineFadingFactorProperty

public static readonly DependencyProperty OutlineFadingFactorProperty

Field Value

DependencyProperty

Properties

EnableOutline

public bool EnableOutline { get; set; }

Property Value

bool

IsDrawGeometry

public bool IsDrawGeometry { get; set; }

Property Value

bool

OutlineColor

public Color OutlineColor { get; set; }

Property Value

Color

OutlineFadingFactor

public double OutlineFadingFactor { get; set; }

Property Value

double

Methods

AssignDefaultValuesToSceneNode(SceneNode)

Assigns the default values to core.

protected override void AssignDefaultValuesToSceneNode(SceneNode core)

Parameters

core SceneNode

OnCreateSceneNode()

Called when [create scene node].

protected override SceneNode OnCreateSceneNode()

Returns

SceneNode