C# 클래스 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 ἕλιξ.
상속: ParametricSurface3D
파일 보기 프로젝트 열기: litdev1/LitDev

공개 프로퍼티들

프로퍼티 타입 설명
DiameterProperty System.Windows.DependencyProperty
LengthProperty System.Windows.DependencyProperty
PhaseProperty System.Windows.DependencyProperty
RadiusProperty System.Windows.DependencyProperty
TurnsProperty System.Windows.DependencyProperty

보호된 메소드들

메소드 설명
Evaluate ( double u, double v, Point &texCoord ) : System.Windows.Media.Media3D.Point3D

Evaluates the surface.

메소드 상세

Evaluate() 보호된 메소드

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

프로퍼티 상세

DiameterProperty 공개적으로 정적으로 프로퍼티

Identifies the Diameter dependency property.
public static DependencyProperty,System.Windows DiameterProperty
리턴 System.Windows.DependencyProperty

LengthProperty 공개적으로 정적으로 프로퍼티

Identifies the Length dependency property.
public static DependencyProperty,System.Windows LengthProperty
리턴 System.Windows.DependencyProperty

PhaseProperty 공개적으로 정적으로 프로퍼티

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

RadiusProperty 공개적으로 정적으로 프로퍼티

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

TurnsProperty 공개적으로 정적으로 프로퍼티

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