C# Class HelixToolkit.Wpf.HelixVisual3D

A visual element that shows a helix.
http://en.wikipedia.org/wiki/Helix A helix (pl: helixes or helices) is a type of space curve, i.e. a smooth curve in three-dimensional space. It is characterised by the fact that the tangent line at any point makes a constant angle with a fixed line called the axis. Examples of helixes are coil springs and the handrails of spiral staircases. A "filled-in" helix – for example, a spiral ramp – is called a helicoid. Helices are important in biology, as the DNA molecule is formed as two intertwined helices, and many proteins have helical substructures, known as alpha helices. The word helix comes from the Greek word ἕλιξ.
Inheritance: ParametricSurface3D
Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Свойство Type Description
DiameterProperty System.Windows.DependencyProperty
LengthProperty System.Windows.DependencyProperty
PhaseProperty System.Windows.DependencyProperty
RadiusProperty System.Windows.DependencyProperty
TurnsProperty System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
Evaluate ( double u, double v, Point &texCoord ) : System.Windows.Media.Media3D.Point3D

Evaluates the surface.

Method Details

Evaluate() protected méthode

Evaluates the surface.
protected Evaluate ( double u, double v, Point &texCoord ) : System.Windows.Media.Media3D.Point3D
u double /// The u. ///
v double /// The v. ///
texCoord Point /// The tex coord. ///
Résultat System.Windows.Media.Media3D.Point3D

Property Details

DiameterProperty public_oe static_oe property

Identifies the Diameter dependency property.
public static DependencyProperty,System.Windows DiameterProperty
Résultat System.Windows.DependencyProperty

LengthProperty public_oe static_oe property

Identifies the Length dependency property.
public static DependencyProperty,System.Windows LengthProperty
Résultat System.Windows.DependencyProperty

PhaseProperty public_oe static_oe property

Identifies the Phase dependency property.
public static DependencyProperty,System.Windows PhaseProperty
Résultat System.Windows.DependencyProperty

RadiusProperty public_oe static_oe property

Identifies the Radius dependency property.
public static DependencyProperty,System.Windows RadiusProperty
Résultat System.Windows.DependencyProperty

TurnsProperty public_oe static_oe property

Identifies the Turns dependency property.
public static DependencyProperty,System.Windows TurnsProperty
Résultat System.Windows.DependencyProperty