C# Class HelixToolkit.Wpf.EllipsoidVisual3D

A visual element that shows an axis aligned ellipsoid.
Inheritance: MeshElement3D
Show file Open project: litdev1/LitDev

Public Properties

Property Type Description
PhiDivProperty System.Windows.DependencyProperty
RadiusXProperty System.Windows.DependencyProperty
RadiusYProperty System.Windows.DependencyProperty
RadiusZProperty System.Windows.DependencyProperty
ThetaDivProperty System.Windows.DependencyProperty

Protected Methods

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

The tessellate.

Method Details

Tessellate() protected method

The tessellate.
protected Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D
return System.Windows.Media.Media3D.MeshGeometry3D

Property Details

PhiDivProperty public static property

Identifies the PhiDiv dependency property.
public static DependencyProperty,System.Windows PhiDivProperty
return System.Windows.DependencyProperty

RadiusXProperty public static property

Identifies the RadiusX dependency property.
public static DependencyProperty,System.Windows RadiusXProperty
return System.Windows.DependencyProperty

RadiusYProperty public static property

Identifies the RadiusY dependency property.
public static DependencyProperty,System.Windows RadiusYProperty
return System.Windows.DependencyProperty

RadiusZProperty public static property

Identifies the RadiusZ dependency property.
public static DependencyProperty,System.Windows RadiusZProperty
return System.Windows.DependencyProperty

ThetaDivProperty public static property

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