C# Class HelixToolkit.Wpf.CuttingPlaneGroup

A visual element that applies the intersection of all the specified cutting planes to all children.
Inheritance: RenderingModelVisual3D
Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Свойство Type Description
IsEnabledProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
CuttingPlaneGroup ( ) : System.Collections.Generic

Initializes a new instance of the CuttingPlaneGroup class.

Méthodes protégées

Méthode Description
OnCompositionTargetRendering ( object sender, System.Windows.Media.RenderingEventArgs e ) : void

The compositiontarget rendering.

Private Methods

Méthode Description
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.

Method Details

CuttingPlaneGroup() public méthode

Initializes a new instance of the CuttingPlaneGroup class.
public CuttingPlaneGroup ( ) : System.Collections.Generic
Résultat System.Collections.Generic

OnCompositionTargetRendering() protected méthode

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. ///
Résultat void

Property Details

IsEnabledProperty public_oe static_oe property

Identifies the IsEnabled dependency property.
public static DependencyProperty,System.Windows IsEnabledProperty
Résultat System.Windows.DependencyProperty