C# 클래스 HelixToolkit.Wpf.PieSliceVisual3D

A visual element that shows a flat pie slice defined by center, normal, up vectors, inner and outer radius, start and end angles.
상속: MeshElement3D
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CenterProperty System.Windows.DependencyProperty
EndAngleProperty System.Windows.DependencyProperty
InnerRadiusProperty System.Windows.DependencyProperty
NormalProperty System.Windows.DependencyProperty
OuterRadiusProperty System.Windows.DependencyProperty
StartAngleProperty System.Windows.DependencyProperty
ThetaDivProperty System.Windows.DependencyProperty
UpVectorProperty System.Windows.DependencyProperty

보호된 메소드들

메소드 설명
Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D

Do the tesselation and return the MeshGeometry3D.

메소드 상세

Tessellate() 보호된 메소드

Do the tesselation and return the MeshGeometry3D.
protected Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D
리턴 System.Windows.Media.Media3D.MeshGeometry3D

프로퍼티 상세

CenterProperty 공개적으로 정적으로 프로퍼티

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

EndAngleProperty 공개적으로 정적으로 프로퍼티

Identifies the EndAngle dependency property.
public static DependencyProperty,System.Windows EndAngleProperty
리턴 System.Windows.DependencyProperty

InnerRadiusProperty 공개적으로 정적으로 프로퍼티

Identifies the InnerRadius dependency property.
public static DependencyProperty,System.Windows InnerRadiusProperty
리턴 System.Windows.DependencyProperty

NormalProperty 공개적으로 정적으로 프로퍼티

Identifies the Normal dependency property.
public static DependencyProperty,System.Windows NormalProperty
리턴 System.Windows.DependencyProperty

OuterRadiusProperty 공개적으로 정적으로 프로퍼티

Identifies the OuterRadius dependency property.
public static DependencyProperty,System.Windows OuterRadiusProperty
리턴 System.Windows.DependencyProperty

StartAngleProperty 공개적으로 정적으로 프로퍼티

Identifies the StartAngle dependency property.
public static DependencyProperty,System.Windows StartAngleProperty
리턴 System.Windows.DependencyProperty

ThetaDivProperty 공개적으로 정적으로 프로퍼티

Identifies the ThetaDiv dependency property.
public static DependencyProperty,System.Windows ThetaDivProperty
리턴 System.Windows.DependencyProperty

UpVectorProperty 공개적으로 정적으로 프로퍼티

Identifies the UpVector dependency property.
public static DependencyProperty,System.Windows UpVectorProperty
리턴 System.Windows.DependencyProperty