C# Class HelixToolkit.Wpf.TruncatedConeVisual3D

A visual element that shows a truncated cone defined by origin, height, normal, base- and top radius.
Inheritance: MeshElement3D
Mostrar archivo 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_oe static_oe property

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

BaseRadiusProperty public_oe static_oe property

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

HeightProperty public_oe static_oe property

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

NormalProperty public_oe static_oe property

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

OriginProperty public_oe static_oe property

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

ThetaDivProperty public_oe static_oe property

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

TopCapProperty public_oe static_oe property

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

TopRadiusProperty public_oe static_oe property

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