C# 클래스 HelixToolkit.Wpf.MeshVisual3D

A visual element that shows Mesh3D meshes.
상속: System.Windows.Media.Media3D.ModelVisual3D
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EdgeDiameterProperty System.Windows.DependencyProperty
EdgeMaterialProperty System.Windows.DependencyProperty
FaceBackMaterialProperty System.Windows.DependencyProperty
FaceMaterialProperty System.Windows.DependencyProperty
MeshProperty System.Windows.DependencyProperty
SharedVerticesProperty System.Windows.DependencyProperty
ShrinkFactorProperty System.Windows.DependencyProperty
VertexMaterialProperty System.Windows.DependencyProperty
VertexRadiusProperty System.Windows.DependencyProperty
VertexResolutionProperty System.Windows.DependencyProperty

보호된 메소드들

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

The mesh changed.

UpdateVisuals ( ) : 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

UpdateVisuals() 보호된 메소드

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

프로퍼티 상세

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

Identifies the EdgeDiameter dependency property.
public static DependencyProperty,System.Windows EdgeDiameterProperty
리턴 System.Windows.DependencyProperty

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

Identifies the EdgeMaterial dependency property.
public static DependencyProperty,System.Windows EdgeMaterialProperty
리턴 System.Windows.DependencyProperty

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

Identifies the FaceBackMaterial dependency property.
public static DependencyProperty,System.Windows FaceBackMaterialProperty
리턴 System.Windows.DependencyProperty

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

Identifies the FaceMaterial dependency property.
public static DependencyProperty,System.Windows FaceMaterialProperty
리턴 System.Windows.DependencyProperty

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

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

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

Identifies the SharedVertices dependency property.
public static DependencyProperty,System.Windows SharedVerticesProperty
리턴 System.Windows.DependencyProperty

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

Identifies the ShrinkFactor dependency property.
public static DependencyProperty,System.Windows ShrinkFactorProperty
리턴 System.Windows.DependencyProperty

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

Identifies the VertexMaterial dependency property.
public static DependencyProperty,System.Windows VertexMaterialProperty
리턴 System.Windows.DependencyProperty

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

Identifies the VertexRadius dependency property.
public static DependencyProperty,System.Windows VertexRadiusProperty
리턴 System.Windows.DependencyProperty

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

Identifies the VertexResolution dependency property.
public static DependencyProperty,System.Windows VertexResolutionProperty
리턴 System.Windows.DependencyProperty