C# Class HelixToolkit.Wpf.Teapot

A visual element that shows the Utah teapot test model.
Inheritance: MeshElement3D
Mostra file Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
PositionProperty System.Windows.DependencyProperty
SpoutDirectionProperty System.Windows.DependencyProperty
UpDirectionProperty System.Windows.DependencyProperty

Protected Methods

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

Do the tesselation and return the MeshGeometry3D.

Private Methods

Method Description
OnTransformChanged ( ) : void

Called when the transform is changed.

TransformChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The transform changed.

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

PositionProperty public_oe static_oe property

Identifies the Position dependency property.
public static DependencyProperty,System.Windows PositionProperty
return System.Windows.DependencyProperty

SpoutDirectionProperty public_oe static_oe property

Identifies the SpoutDirection dependency property.
public static DependencyProperty,System.Windows SpoutDirectionProperty
return System.Windows.DependencyProperty

UpDirectionProperty public_oe static_oe property

Identifies the UpDirection dependency property.
public static DependencyProperty,System.Windows UpDirectionProperty
return System.Windows.DependencyProperty