C# 클래스 HelixToolkit.Wpf.MeshNormalsVisual3D

A visual element that shows the normals of the specified mesh geometry.
상속: System.Windows.Media.Media3D.ModelVisual3D
파일 보기 프로젝트 열기: litdev1/LitDev

공개 프로퍼티들

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

보호된 메소드들

메소드 설명
MeshChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

The mesh changed.

OnMeshChanged ( ) : void

Updates the visuals.

메소드 상세

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

The mesh changed.
protected static MeshChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
obj System.Windows.DependencyObject /// The obj. ///
args System.Windows.DependencyPropertyChangedEventArgs /// The args. ///
리턴 void

OnMeshChanged() 보호된 메소드

Updates the visuals.
protected OnMeshChanged ( ) : void
리턴 void

프로퍼티 상세

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

Identifies the Color dependency property.
public static DependencyProperty,System.Windows ColorProperty
리턴 System.Windows.DependencyProperty

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

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

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

Identifies the Mesh dependency property.
public static DependencyProperty,System.Windows MeshProperty
리턴 System.Windows.DependencyProperty