C# Класс HelixToolkit.Wpf.TubeVisual3D

A visual element that shows a tube along a specified path.
The implementation will not work well if there are sharp bends in the path.
Наследование: ExtrudedVisual3D
Показать файл Открыть проект Примеры использования класса

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

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

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

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

Initializes a new instance of the TubeVisual3D class.

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

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

Updates the section.

SectionChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The section changed.

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

OnSectionChanged() защищенный Метод

Updates the section.
protected OnSectionChanged ( ) : void
Результат void

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

The section changed.
protected static SectionChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject /// The sender. ///
e System.Windows.DependencyPropertyChangedEventArgs /// The event arguments. ///
Результат void

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

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

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

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

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

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

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