Class MeshGeometryVisual3D
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
A visual element that can be bound to a MeshGeometry3D.
public class MeshGeometryVisual3D : MeshElement3D, IAnimatable, IAddChild, IEditableObject
- Inheritance
-
MeshGeometryVisual3D
- Implements
- Inherited Members
- Extension Methods
Fields
GeometryProperty
Identifies the MeshGeometry dependency property.
public static readonly DependencyProperty GeometryProperty
Field Value
Properties
MeshGeometry
Gets or sets the MeshGeometry3D defining the shape of the visual.
public MeshGeometry3D MeshGeometry { get; set; }
Property Value
Methods
Tessellate()
Do the tessellation and return the MeshGeometry3D.
protected override MeshGeometry3D? Tessellate()
Returns
- MeshGeometry3D
A triangular mesh geometry.