C# Класс 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...

Наследование: System.Windows.Media.Media3D.ModelVisual3D
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
SourceProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
TerrainVisual3D ( ) : System.Windows

Initializes a new instance of the TerrainVisual3D class.

Защищенные методы

Метод Описание
SourceChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

The source changed.

Приватные методы

Метод Описание
UpdateModel ( ) : void

Updates the model.

Описание методов

SourceChanged() защищенный статический Метод

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. ///
Результат void

TerrainVisual3D() публичный Метод

Initializes a new instance of the TerrainVisual3D class.
public TerrainVisual3D ( ) : System.Windows
Результат System.Windows

Описание свойств

SourceProperty публичное статическое свойство

Identifies the Source dependency property.
public static DependencyProperty,System.Windows SourceProperty
Результат System.Windows.DependencyProperty