C# 클래스 HelixToolkit.Wpf.CuttingPlaneGroup

A visual element that applies the intersection of all the specified cutting planes to all children.
상속: RenderingModelVisual3D
파일 보기 프로젝트 열기: litdev1/LitDev

공개 프로퍼티들

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

공개 메소드들

메소드 설명
CuttingPlaneGroup ( ) : System.Collections.Generic

Initializes a new instance of the CuttingPlaneGroup class.

보호된 메소드들

메소드 설명
OnCompositionTargetRendering ( object sender, System.Windows.Media.RenderingEventArgs e ) : void

The compositiontarget rendering.

비공개 메소드들

메소드 설명
ApplyCuttingPlanes ( bool forceUpdate = false ) : void

Applies the cutting planes.

ApplyCuttingPlanesToModel ( System.Windows.Media.Media3D.GeometryModel3D model, System.Windows.Media.Media3D.Transform3D transform ) : void

Applies the cutting planes to the model.

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

The is sorting changed.

OnIsEnabledChanged ( ) : void

Called when IsEnabled is changed.

메소드 상세

CuttingPlaneGroup() 공개 메소드

Initializes a new instance of the CuttingPlaneGroup class.
public CuttingPlaneGroup ( ) : System.Collections.Generic
리턴 System.Collections.Generic

OnCompositionTargetRendering() 보호된 메소드

The compositiontarget rendering.
protected OnCompositionTargetRendering ( object sender, System.Windows.Media.RenderingEventArgs e ) : void
sender object /// The sender. ///
e System.Windows.Media.RenderingEventArgs /// The event arguments. ///
리턴 void

프로퍼티 상세

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

Identifies the IsEnabled dependency property.
public static DependencyProperty,System.Windows IsEnabledProperty
리턴 System.Windows.DependencyProperty