C# Class HelixToolkit.Wpf.BoxVisual3D

A visual element that renders a box.
The box is aligned with the local X, Y and Z coordinate system Use a transform to orient the box in other directions.
Inheritance: MeshElement3D
显示文件 Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
BottomFaceProperty System.Windows.DependencyProperty
CenterProperty System.Windows.DependencyProperty
HeightProperty System.Windows.DependencyProperty
LengthProperty System.Windows.DependencyProperty
TopFaceProperty System.Windows.DependencyProperty
WidthProperty 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

BottomFaceProperty public_oe static_oe property

Identifies the BottomFace dependency property.
public static DependencyProperty,System.Windows BottomFaceProperty
return System.Windows.DependencyProperty

CenterProperty public_oe static_oe property

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

HeightProperty public_oe static_oe property

Identifies the Height dependency property.
public static DependencyProperty,System.Windows HeightProperty
return System.Windows.DependencyProperty

LengthProperty public_oe static_oe property

Identifies the Length dependency property.
public static DependencyProperty,System.Windows LengthProperty
return System.Windows.DependencyProperty

TopFaceProperty public_oe static_oe property

Identifies the TopFace dependency property.
public static DependencyProperty,System.Windows TopFaceProperty
return System.Windows.DependencyProperty

WidthProperty public_oe static_oe property

Identifies the Width dependency property.
public static DependencyProperty,System.Windows WidthProperty
return System.Windows.DependencyProperty