C# Класс HelixToolkit.Wpf.CuttingPlaneGroup

A visual element that applies the intersection of all the specified cutting planes to all children.
Наследование: RenderingModelVisual3D
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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