C# Class HelixToolkit.Wpf.SphereVisual3D

A visual element that shows a sphere defined by center and radius.
Inheritance: MeshElement3D
Afficher le fichier Open project: litdev1/LitDev Class Usage Examples

Méthodes publiques

Свойство Type Description
CenterProperty System.Windows.DependencyProperty
PhiDivProperty System.Windows.DependencyProperty
RadiusProperty System.Windows.DependencyProperty
ThetaDivProperty System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D

Do the tesselation and return the MeshGeometry3D.

Method Details

Tessellate() protected méthode

Do the tesselation and return the MeshGeometry3D.
protected Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D
Résultat System.Windows.Media.Media3D.MeshGeometry3D

Property Details

CenterProperty public_oe static_oe property

Identifies the Center dependency property.
public static DependencyProperty,System.Windows CenterProperty
Résultat System.Windows.DependencyProperty

PhiDivProperty public_oe static_oe property

Identifies the PhiDiv dependency property.
public static DependencyProperty,System.Windows PhiDivProperty
Résultat System.Windows.DependencyProperty

RadiusProperty public_oe static_oe property

Identifies the Radius dependency property.
public static DependencyProperty,System.Windows RadiusProperty
Résultat System.Windows.DependencyProperty

ThetaDivProperty public_oe static_oe property

Identifies the ThetaDiv dependency property.
public static DependencyProperty,System.Windows ThetaDivProperty
Résultat System.Windows.DependencyProperty