C# Class HelixToolkit.Wpf.RectangleVisual3D

A visual element that shows a 3D rectangle defined by origin, normal, length and width.
Inheritance: MeshElement3D
Show file Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
DivLengthProperty System.Windows.DependencyProperty
DivWidthProperty System.Windows.DependencyProperty
LengthDirectionProperty System.Windows.DependencyProperty
LengthProperty System.Windows.DependencyProperty
NormalProperty System.Windows.DependencyProperty
OriginProperty 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

DivLengthProperty public static property

Identifies the DivLength dependency property.
public static DependencyProperty,System.Windows DivLengthProperty
return System.Windows.DependencyProperty

DivWidthProperty public static property

Identifies the DivWidth dependency property.
public static DependencyProperty,System.Windows DivWidthProperty
return System.Windows.DependencyProperty

LengthDirectionProperty public static property

Identifies the LengthDirection dependency property.
public static DependencyProperty,System.Windows LengthDirectionProperty
return System.Windows.DependencyProperty

LengthProperty public static property

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

NormalProperty public static property

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

OriginProperty public static property

Identifies the Origin dependency property.
public static DependencyProperty,System.Windows OriginProperty
return System.Windows.DependencyProperty

WidthProperty public static property

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