C# 클래스 HelixToolkit.Wpf.TubeVisual3D

A visual element that shows a tube along a specified path.
The implementation will not work well if there are sharp bends in the path.
상속: ExtrudedVisual3D
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DiameterProperty System.Windows.DependencyProperty
ThetaDivProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
TubeVisual3D ( ) : System.Windows

Initializes a new instance of the TubeVisual3D class.

보호된 메소드들

메소드 설명
OnSectionChanged ( ) : void

Updates the section.

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

The section changed.

메소드 상세

OnSectionChanged() 보호된 메소드

Updates the section.
protected OnSectionChanged ( ) : void
리턴 void

SectionChanged() 보호된 정적인 메소드

The section changed.
protected static SectionChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject /// The sender. ///
e System.Windows.DependencyPropertyChangedEventArgs /// The event arguments. ///
리턴 void

TubeVisual3D() 공개 메소드

Initializes a new instance of the TubeVisual3D class.
public TubeVisual3D ( ) : System.Windows
리턴 System.Windows

프로퍼티 상세

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

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

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

Identifies the ThetaDiv dependency property.
public static DependencyProperty,System.Windows ThetaDivProperty
리턴 System.Windows.DependencyProperty