C# Class HelixToolkit.Wpf.RectangleVisual3D

A visual element that shows a 3D rectangle defined by origin, normal, length and width.
Inheritance: MeshElement3D
Mostra 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_oe static_oe property

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

DivWidthProperty public_oe static_oe property

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

LengthDirectionProperty public_oe static_oe property

Identifies the LengthDirection dependency property.
public static DependencyProperty,System.Windows LengthDirectionProperty
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

NormalProperty public_oe static_oe property

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

OriginProperty public_oe static_oe property

Identifies the Origin dependency property.
public static DependencyProperty,System.Windows OriginProperty
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