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
Exibir arquivo Open project: litdev1/LitDev

Public Properties

Property Type Description
DiameterProperty System.Windows.DependencyProperty
LengthProperty System.Windows.DependencyProperty
PhaseProperty System.Windows.DependencyProperty
RadiusProperty System.Windows.DependencyProperty
TurnsProperty System.Windows.DependencyProperty

Protected Methods

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

Evaluates the surface.

Method Details

Evaluate() protected method

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. ///
return System.Windows.Media.Media3D.Point3D

Property Details

DiameterProperty public_oe static_oe property

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

PhaseProperty public_oe static_oe property

Identifies the Phase dependency property.
public static DependencyProperty,System.Windows PhaseProperty
return System.Windows.DependencyProperty

RadiusProperty public_oe static_oe property

Identifies the Radius dependency property.
public static DependencyProperty,System.Windows RadiusProperty
return System.Windows.DependencyProperty

TurnsProperty public_oe static_oe property

Identifies the Turns dependency property.
public static DependencyProperty,System.Windows TurnsProperty
return System.Windows.DependencyProperty