C# Class HelixToolkit.Wpf.Teapot

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

Méthodes publiques

Свойство Type Description
PositionProperty System.Windows.DependencyProperty
SpoutDirectionProperty System.Windows.DependencyProperty
UpDirectionProperty System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D

Do the tesselation and return the MeshGeometry3D.

Private Methods

Méthode Description
OnTransformChanged ( ) : void

Called when the transform is changed.

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

The transform changed.

Method Details

Tessellate() protected méthode

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

Property Details

PositionProperty public_oe static_oe property

Identifies the Position dependency property.
public static DependencyProperty,System.Windows PositionProperty
Résultat System.Windows.DependencyProperty

SpoutDirectionProperty public_oe static_oe property

Identifies the SpoutDirection dependency property.
public static DependencyProperty,System.Windows SpoutDirectionProperty
Résultat System.Windows.DependencyProperty

UpDirectionProperty public_oe static_oe property

Identifies the UpDirection dependency property.
public static DependencyProperty,System.Windows UpDirectionProperty
Résultat System.Windows.DependencyProperty