C# 클래스 SpikeWPF.Graphic3D.RoundMesh3D

Resource from: http://www.codeproject.com/Articles/14414/Generating-a-sphere-mesh-in-XAML
파일 보기 프로젝트 열기: hcilab-um/STim

보호된 프로퍼티들

프로퍼티 타입 설명
n int
points System.Windows.Media.Media3D.Point3DCollection
r double
triangleIndices System.Windows.Media.Int32Collection

보호된 메소드들

메소드 설명
CalculateGeometry ( ) : void

메소드 상세

CalculateGeometry() 보호된 추상적인 메소드

protected abstract CalculateGeometry ( ) : void
리턴 void

프로퍼티 상세

n 보호되어 있는 프로퍼티

protected int n
리턴 int

points 보호되어 있는 프로퍼티

protected Point3DCollection,System.Windows.Media.Media3D points
리턴 System.Windows.Media.Media3D.Point3DCollection

r 보호되어 있는 프로퍼티

protected double r
리턴 double

triangleIndices 보호되어 있는 프로퍼티

protected Int32Collection,System.Windows.Media triangleIndices
리턴 System.Windows.Media.Int32Collection