C# Class HelixToolkit.Wpf.TerrainVisual3D

A visual element that shows a terrain model.
The following terrrain model file formats are supported: .bt .btz (gzip compressed .bt)

The origin of model will be at the midpoint of the terrain. A compression method to convert from ".bt" to ".btz" can be found in the GZipHelper. Note that no LOD algorithm is implemented - this is for small terrains only...

Inheritance: System.Windows.Media.Media3D.ModelVisual3D
Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Свойство Type Description
SourceProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
TerrainVisual3D ( ) : System.Windows

Initializes a new instance of the TerrainVisual3D class.

Méthodes protégées

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

The source changed.

Private Methods

Méthode Description
UpdateModel ( ) : void

Updates the model.

Method Details

SourceChanged() protected static méthode

The source changed.
protected static SourceChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
obj System.Windows.DependencyObject /// The obj. ///
args System.Windows.DependencyPropertyChangedEventArgs /// The args. ///
Résultat void

TerrainVisual3D() public méthode

Initializes a new instance of the TerrainVisual3D class.
public TerrainVisual3D ( ) : System.Windows
Résultat System.Windows

Property Details

SourceProperty public_oe static_oe property

Identifies the Source dependency property.
public static DependencyProperty,System.Windows SourceProperty
Résultat System.Windows.DependencyProperty