C# Class HelixToolkit.Wpf.MeshNormalsVisual3D

A visual element that shows the normals of the specified mesh geometry.
Inheritance: System.Windows.Media.Media3D.ModelVisual3D
ファイルを表示 Open project: litdev1/LitDev

Public Properties

Property Type Description
ColorProperty System.Windows.DependencyProperty
DiameterProperty System.Windows.DependencyProperty
MeshProperty System.Windows.DependencyProperty

Protected Methods

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

The mesh changed.

OnMeshChanged ( ) : 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

OnMeshChanged() protected method

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

Property Details

ColorProperty public_oe static_oe property

Identifies the Color dependency property.
public static DependencyProperty,System.Windows ColorProperty
return System.Windows.DependencyProperty

DiameterProperty public_oe static_oe property

Identifies the Diameter dependency property.
public static DependencyProperty,System.Windows DiameterProperty
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