C# Class HelixToolkit.Wpf.MeshNormalsVisual3D

A visual element that shows the normals of the specified mesh geometry.
Inheritance: System.Windows.Media.Media3D.ModelVisual3D
Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Свойство Type Description
ColorProperty System.Windows.DependencyProperty
DiameterProperty System.Windows.DependencyProperty
MeshProperty System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
MeshChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

The mesh changed.

OnMeshChanged ( ) : void

Updates the visuals.

Method Details

MeshChanged() protected static méthode

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. ///
Résultat void

OnMeshChanged() protected méthode

Updates the visuals.
protected OnMeshChanged ( ) : void
Résultat void

Property Details

ColorProperty public_oe static_oe property

Identifies the Color dependency property.
public static DependencyProperty,System.Windows ColorProperty
Résultat System.Windows.DependencyProperty

DiameterProperty public_oe static_oe property

Identifies the Diameter dependency property.
public static DependencyProperty,System.Windows DiameterProperty
Résultat System.Windows.DependencyProperty

MeshProperty public_oe static_oe property

Identifies the Mesh dependency property.
public static DependencyProperty,System.Windows MeshProperty
Résultat System.Windows.DependencyProperty