C# Class HelixToolkit.Wpf.SphereVisual3D

A visual element that shows a sphere defined by center and radius.
Inheritance: MeshElement3D
ファイルを表示 Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
CenterProperty System.Windows.DependencyProperty
PhiDivProperty System.Windows.DependencyProperty
RadiusProperty System.Windows.DependencyProperty
ThetaDivProperty 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

CenterProperty public_oe static_oe property

Identifies the Center dependency property.
public static DependencyProperty,System.Windows CenterProperty
return System.Windows.DependencyProperty

PhiDivProperty public_oe static_oe property

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

RadiusProperty public_oe static_oe property

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