C# Class 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.
Inheritance: MeshElement3D
显示文件 Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
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

Protected Methods

Method Description
Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D

Do the tesselation and return the MeshGeometry3D.

Method Details

Tessellate() protected method

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

Property Details

CenterProperty public_oe static_oe property

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

EndAngleProperty public_oe static_oe property

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

InnerRadiusProperty public_oe static_oe property

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

NormalProperty public_oe static_oe property

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

OuterRadiusProperty public_oe static_oe property

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

StartAngleProperty public_oe static_oe property

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

ThetaDivProperty public_oe static_oe property

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

UpVectorProperty public_oe static_oe property

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