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
InstanceIdentifiersProperty
If bind to identifiers, hit test returns identifier as Tag in HitTestResult.
public static readonly DependencyProperty InstanceIdentifiersProperty
Field Value
OctreeManagerProperty
Add octree manager to use octree hit test.
public static readonly DependencyProperty OctreeManagerProperty
Field Value
Properties
InstanceIdentifiers
If bind to identifiers, hit test returns identifier as Tag in HitTestResult.
public IList<Guid>? InstanceIdentifiers { get; set; }
Property Value
InstanceParamArray
List of instance parameters.
public IList<InstanceParameter>? InstanceParamArray { get; set; }
Property Value
OctreeManager
public IOctreeManagerWrapper? OctreeManager { get; set; }
Property Value
Methods
OnCreateSceneNode()
Called when [create scene node].
protected override SceneNode OnCreateSceneNode()