C# Class 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.
Inheritance: MeshElement3D
显示文件 Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
ExtrudedVisual3D ( ) : System.Collections.Generic

Initializes a new instance of the ExtrudedVisual3D class.

Protected Methods

Method Description
Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D

Do the tesselation and return the MeshGeometry3D .

Method Details

ExtrudedVisual3D() public method

Initializes a new instance of the ExtrudedVisual3D class.
public ExtrudedVisual3D ( ) : System.Collections.Generic
return System.Collections.Generic

Tessellate() protected method

Do the tesselation and return the MeshGeometry3D .
protected Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D
return System.Windows.Media.Media3D.MeshGeometry3D

Property Details

DiametersProperty public_oe static_oe property

Identifies the Diameters dependency property.
public static DependencyProperty,System.Windows DiametersProperty
return System.Windows.DependencyProperty

IsPathClosedProperty public_oe static_oe property

Identifies the IsPathClosed dependency property.
public static DependencyProperty,System.Windows IsPathClosedProperty
return System.Windows.DependencyProperty

IsSectionClosedProperty public_oe static_oe property

Identifies the IsSectionClosed dependency property.
public static DependencyProperty,System.Windows IsSectionClosedProperty
return System.Windows.DependencyProperty

PathProperty public_oe static_oe property

Identifies the Path dependency property.
public static DependencyProperty,System.Windows PathProperty
return System.Windows.DependencyProperty

SectionProperty public_oe static_oe property

Identifies the Section dependency property.
public static DependencyProperty,System.Windows SectionProperty
return System.Windows.DependencyProperty

TextureCoordinatesProperty public_oe static_oe property

Identifies the TextureCoordinates dependency property.
public static DependencyProperty,System.Windows TextureCoordinatesProperty
return System.Windows.DependencyProperty

UpVectorProperty public_oe static_oe property

Identifies the UpVector dependency property.
public static DependencyProperty,System.Windows UpVectorProperty
return System.Windows.DependencyProperty