C# Class SpikeWPF.Graphic3D.RoundMesh3D

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

Protected Properties

Property Type Description
n int
points System.Windows.Media.Media3D.Point3DCollection
r double
triangleIndices System.Windows.Media.Int32Collection

Protected Methods

Method Description
CalculateGeometry ( ) : void

Method Details

CalculateGeometry() protected abstract method

protected abstract CalculateGeometry ( ) : void
return void

Property Details

n protected property

protected int n
return int

points protected property

protected Point3DCollection,System.Windows.Media.Media3D points
return System.Windows.Media.Media3D.Point3DCollection

r protected property

protected double r
return double

triangleIndices protected property

protected Int32Collection,System.Windows.Media triangleIndices
return System.Windows.Media.Int32Collection