C# Class SpikeWPF.Graphic3D.RoundMesh3D

Resource from: http://www.codeproject.com/Articles/14414/Generating-a-sphere-mesh-in-XAML
Afficher le fichier Open project: hcilab-um/STim

Protected Properties

Свойство Type Description
n int
points System.Windows.Media.Media3D.Point3DCollection
r double
triangleIndices System.Windows.Media.Int32Collection

Méthodes protégées

Méthode Description
CalculateGeometry ( ) : void

Method Details

CalculateGeometry() protected abstract méthode

protected abstract CalculateGeometry ( ) : void
Résultat void

Property Details

n protected_oe property

protected int n
Résultat int

points protected_oe property

protected Point3DCollection,System.Windows.Media.Media3D points
Résultat System.Windows.Media.Media3D.Point3DCollection

r protected_oe property

protected double r
Résultat double

triangleIndices protected_oe property

protected Int32Collection,System.Windows.Media triangleIndices
Résultat System.Windows.Media.Int32Collection