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

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

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

Свойство Тип Описание
DiametersProperty System.Windows.DependencyProperty
IsPathClosedProperty System.Windows.DependencyProperty
IsSectionClosedProperty System.Windows.DependencyProperty
PathProperty System.Windows.DependencyProperty
SectionProperty System.Windows.DependencyProperty
TextureCoordinatesProperty System.Windows.DependencyProperty
UpVectorProperty System.Windows.DependencyProperty

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

Метод Описание
ExtrudedVisual3D ( ) : System.Collections.Generic

Initializes a new instance of the ExtrudedVisual3D class.

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

Метод Описание
Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D

Do the tesselation and return the MeshGeometry3D .

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

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

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

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

Do the tesselation and return the MeshGeometry3D .
protected Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D
Результат System.Windows.Media.Media3D.MeshGeometry3D

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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