C# Class HelixToolkit.Wpf.MeshVisual3D

A visual element that shows Mesh3D meshes.
Inheritance: System.Windows.Media.Media3D.ModelVisual3D
ファイルを表示 Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
EdgeDiameterProperty System.Windows.DependencyProperty
EdgeMaterialProperty System.Windows.DependencyProperty
FaceBackMaterialProperty System.Windows.DependencyProperty
FaceMaterialProperty System.Windows.DependencyProperty
MeshProperty System.Windows.DependencyProperty
SharedVerticesProperty System.Windows.DependencyProperty
ShrinkFactorProperty System.Windows.DependencyProperty
VertexMaterialProperty System.Windows.DependencyProperty
VertexRadiusProperty System.Windows.DependencyProperty
VertexResolutionProperty System.Windows.DependencyProperty

Protected Methods

Method Description
MeshChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

The mesh changed.

UpdateVisuals ( ) : void

Updates the visuals.

Method Details

MeshChanged() protected static method

The mesh changed.
protected static MeshChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
obj System.Windows.DependencyObject /// The obj. ///
args System.Windows.DependencyPropertyChangedEventArgs /// The args. ///
return void

UpdateVisuals() protected method

Updates the visuals.
protected UpdateVisuals ( ) : void
return void

Property Details

EdgeDiameterProperty public_oe static_oe property

Identifies the EdgeDiameter dependency property.
public static DependencyProperty,System.Windows EdgeDiameterProperty
return System.Windows.DependencyProperty

EdgeMaterialProperty public_oe static_oe property

Identifies the EdgeMaterial dependency property.
public static DependencyProperty,System.Windows EdgeMaterialProperty
return System.Windows.DependencyProperty

FaceBackMaterialProperty public_oe static_oe property

Identifies the FaceBackMaterial dependency property.
public static DependencyProperty,System.Windows FaceBackMaterialProperty
return System.Windows.DependencyProperty

FaceMaterialProperty public_oe static_oe property

Identifies the FaceMaterial dependency property.
public static DependencyProperty,System.Windows FaceMaterialProperty
return System.Windows.DependencyProperty

MeshProperty public_oe static_oe property

Identifies the Mesh dependency property.
public static DependencyProperty,System.Windows MeshProperty
return System.Windows.DependencyProperty

SharedVerticesProperty public_oe static_oe property

Identifies the SharedVertices dependency property.
public static DependencyProperty,System.Windows SharedVerticesProperty
return System.Windows.DependencyProperty

ShrinkFactorProperty public_oe static_oe property

Identifies the ShrinkFactor dependency property.
public static DependencyProperty,System.Windows ShrinkFactorProperty
return System.Windows.DependencyProperty

VertexMaterialProperty public_oe static_oe property

Identifies the VertexMaterial dependency property.
public static DependencyProperty,System.Windows VertexMaterialProperty
return System.Windows.DependencyProperty

VertexRadiusProperty public_oe static_oe property

Identifies the VertexRadius dependency property.
public static DependencyProperty,System.Windows VertexRadiusProperty
return System.Windows.DependencyProperty

VertexResolutionProperty public_oe static_oe property

Identifies the VertexResolution dependency property.
public static DependencyProperty,System.Windows VertexResolutionProperty
return System.Windows.DependencyProperty