C# Class HelixToolkit.Wpf.TruncatedConeVisual3D

A visual element that shows a truncated cone defined by origin, height, normal, base- and top radius.
Inheritance: MeshElement3D
Show file Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
BaseCapProperty System.Windows.DependencyProperty
BaseRadiusProperty System.Windows.DependencyProperty
HeightProperty System.Windows.DependencyProperty
NormalProperty System.Windows.DependencyProperty
OriginProperty System.Windows.DependencyProperty
ThetaDivProperty System.Windows.DependencyProperty
TopCapProperty System.Windows.DependencyProperty
TopRadiusProperty System.Windows.DependencyProperty

Protected Methods

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

Do the tesselation and return the MeshGeometry3D.

Method Details

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

BaseCapProperty public static property

Identifies the BaseCap dependency property.
public static DependencyProperty,System.Windows BaseCapProperty
return System.Windows.DependencyProperty

BaseRadiusProperty public static property

Identifies the BaseRadius dependency property.
public static DependencyProperty,System.Windows BaseRadiusProperty
return System.Windows.DependencyProperty

HeightProperty public static property

Identifies the Height dependency property.
public static DependencyProperty,System.Windows HeightProperty
return System.Windows.DependencyProperty

NormalProperty public static property

Identifies the Normal dependency property.
public static DependencyProperty,System.Windows NormalProperty
return System.Windows.DependencyProperty

OriginProperty public static property

Identifies the Origin dependency property.
public static DependencyProperty,System.Windows OriginProperty
return System.Windows.DependencyProperty

ThetaDivProperty public static property

Identifies the ThetaDiv dependency property.
public static DependencyProperty,System.Windows ThetaDivProperty
return System.Windows.DependencyProperty

TopCapProperty public static property

Identifies the TopCap dependency property.
public static DependencyProperty,System.Windows TopCapProperty
return System.Windows.DependencyProperty

TopRadiusProperty public static property

Identifies the TopRadius dependency property.
public static DependencyProperty,System.Windows TopRadiusProperty
return System.Windows.DependencyProperty