C# Class HelixToolkit.Wpf.EllipsoidVisual3D

A visual element that shows an axis aligned ellipsoid.
Inheritance: MeshElement3D
显示文件 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_oe static_oe property

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

RadiusXProperty public_oe static_oe property

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

RadiusYProperty public_oe static_oe property

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

RadiusZProperty public_oe static_oe property

Identifies the RadiusZ dependency property.
public static DependencyProperty,System.Windows RadiusZProperty
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