Table of Contents

Class InstancingMeshGeometryModel3D

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

Fields

InstanceAdvArrayProperty

List of instance parameter.

public static readonly DependencyProperty InstanceAdvArrayProperty

Field Value

DependencyProperty

InstanceIdentifiersProperty

If bind to identifiers, hit test returns identifier as Tag in HitTestResult.

public static readonly DependencyProperty InstanceIdentifiersProperty

Field Value

DependencyProperty

OctreeManagerProperty

Add octree manager to use octree hit test.

public static readonly DependencyProperty OctreeManagerProperty

Field Value

DependencyProperty

Properties

InstanceIdentifiers

If bind to identifiers, hit test returns identifier as Tag in HitTestResult.

public IList<Guid>? InstanceIdentifiers { get; set; }

Property Value

IList<Guid>

InstanceParamArray

List of instance parameters.

public IList<InstanceParameter>? InstanceParamArray { get; set; }

Property Value

IList<InstanceParameter>

OctreeManager

public IOctreeManagerWrapper? OctreeManager { get; set; }

Property Value

IOctreeManagerWrapper

Methods

OnCreateSceneNode()

Called when [create scene node].

protected override SceneNode OnCreateSceneNode()

Returns

SceneNode