C# Class HelixToolkit.Wpf.MeshVisual3D

A visual element that shows Mesh3D meshes.
Inheritance: System.Windows.Media.Media3D.ModelVisual3D
Afficher le fichier Open project: litdev1/LitDev Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes protégées

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

The mesh changed.

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

UpdateVisuals() protected méthode

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

Property Details

EdgeDiameterProperty public_oe static_oe property

Identifies the EdgeDiameter dependency property.
public static DependencyProperty,System.Windows EdgeDiameterProperty
Résultat System.Windows.DependencyProperty

EdgeMaterialProperty public_oe static_oe property

Identifies the EdgeMaterial dependency property.
public static DependencyProperty,System.Windows EdgeMaterialProperty
Résultat System.Windows.DependencyProperty

FaceBackMaterialProperty public_oe static_oe property

Identifies the FaceBackMaterial dependency property.
public static DependencyProperty,System.Windows FaceBackMaterialProperty
Résultat System.Windows.DependencyProperty

FaceMaterialProperty public_oe static_oe property

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

SharedVerticesProperty public_oe static_oe property

Identifies the SharedVertices dependency property.
public static DependencyProperty,System.Windows SharedVerticesProperty
Résultat System.Windows.DependencyProperty

ShrinkFactorProperty public_oe static_oe property

Identifies the ShrinkFactor dependency property.
public static DependencyProperty,System.Windows ShrinkFactorProperty
Résultat System.Windows.DependencyProperty

VertexMaterialProperty public_oe static_oe property

Identifies the VertexMaterial dependency property.
public static DependencyProperty,System.Windows VertexMaterialProperty
Résultat System.Windows.DependencyProperty

VertexRadiusProperty public_oe static_oe property

Identifies the VertexRadius dependency property.
public static DependencyProperty,System.Windows VertexRadiusProperty
Résultat System.Windows.DependencyProperty

VertexResolutionProperty public_oe static_oe property

Identifies the VertexResolution dependency property.
public static DependencyProperty,System.Windows VertexResolutionProperty
Résultat System.Windows.DependencyProperty