Table of Contents

Class CrossSectionMeshGeometryModel3D

Namespace
HelixToolkit.WinUI.SharpDX
Assembly
HelixToolkit.WinUI.SharpDX.dll
public class CrossSectionMeshGeometryModel3D : MeshGeometryModel3D, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IDynamicInterfaceCastable, IEquatable<Control>, IDisposable, IVisible, IHitable, IThrowingShadow, IApplyPostEffect
Inheritance
CrossSectionMeshGeometryModel3D
Implements
IWinRTObject
Inherited Members
Extension Methods

Fields

CrossSectionColorProperty

Defines the CrossSectionColorProperty

public static readonly DependencyProperty CrossSectionColorProperty

Field Value

DependencyProperty

CuttingOperationProperty

The cutting operation property

public static readonly DependencyProperty CuttingOperationProperty

Field Value

DependencyProperty

EnablePlane1Property

Enable CrossSection Plane

public static readonly DependencyProperty EnablePlane1Property

Field Value

DependencyProperty

EnablePlane2Property

Enable CrossSection Plane

public static readonly DependencyProperty EnablePlane2Property

Field Value

DependencyProperty

EnablePlane3Property

Enable CrossSection Plane

public static readonly DependencyProperty EnablePlane3Property

Field Value

DependencyProperty

EnablePlane4Property

Enable CrossSection Plane

public static readonly DependencyProperty EnablePlane4Property

Field Value

DependencyProperty

EnablePlane5Property

Enable CrossSection Plane

public static readonly DependencyProperty EnablePlane5Property

Field Value

DependencyProperty

EnablePlane6Property

Enable CrossSection Plane

public static readonly DependencyProperty EnablePlane6Property

Field Value

DependencyProperty

EnablePlane7Property

Enable CrossSection Plane

public static readonly DependencyProperty EnablePlane7Property

Field Value

DependencyProperty

EnablePlane8Property

Enable CrossSection Plane

public static readonly DependencyProperty EnablePlane8Property

Field Value

DependencyProperty

Plane1Property

Defines the Plane1Property

public static readonly DependencyProperty Plane1Property

Field Value

DependencyProperty

Plane2Property

Defines the Plane2Property

public static readonly DependencyProperty Plane2Property

Field Value

DependencyProperty

Plane3Property

Defines the Plane3Property

public static readonly DependencyProperty Plane3Property

Field Value

DependencyProperty

Plane4Property

Defines the Plane4Property

public static readonly DependencyProperty Plane4Property

Field Value

DependencyProperty

Plane5Property

Defines the Plane5Property

public static readonly DependencyProperty Plane5Property

Field Value

DependencyProperty

Plane6Property

Defines the Plane6Property

public static readonly DependencyProperty Plane6Property

Field Value

DependencyProperty

Plane7Property

Defines the Plane7Property

public static readonly DependencyProperty Plane7Property

Field Value

DependencyProperty

Plane8Property

Defines the Plane8Property

public static readonly DependencyProperty Plane8Property

Field Value

DependencyProperty

Properties

CrossSectionColor

Gets or sets the CrossSectionColor

public Color CrossSectionColor { get; set; }

Property Value

Color

CuttingOperation

Gets or sets the cutting operation.

public CuttingOperation CuttingOperation { get; set; }

Property Value

CuttingOperation

The cutting operation.

EnablePlane1

Enable CrossSection Plane

public bool EnablePlane1 { get; set; }

Property Value

bool

EnablePlane2

Enable CrossSection Plane

public bool EnablePlane2 { get; set; }

Property Value

bool

EnablePlane3

Enable CrossSection Plane

public bool EnablePlane3 { get; set; }

Property Value

bool

EnablePlane4

Enable CrossSection Plane

public bool EnablePlane4 { get; set; }

Property Value

bool

EnablePlane5

Enable CrossSection Plane

public bool EnablePlane5 { get; set; }

Property Value

bool

EnablePlane6

Enable CrossSection Plane

public bool EnablePlane6 { get; set; }

Property Value

bool

EnablePlane7

Enable CrossSection Plane

public bool EnablePlane7 { get; set; }

Property Value

bool

EnablePlane8

Enable CrossSection Plane

public bool EnablePlane8 { get; set; }

Property Value

bool

Plane1

Gets or sets the Plane1

public Plane Plane1 { get; set; }

Property Value

Plane

Plane2

Gets or sets the Plane2

public Plane Plane2 { get; set; }

Property Value

Plane

Plane3

Gets or sets the Plane3

public Plane Plane3 { get; set; }

Property Value

Plane

Plane4

Gets or sets the Plane4

public Plane Plane4 { get; set; }

Property Value

Plane

Plane5

Gets or sets the Plane5

public Plane Plane5 { get; set; }

Property Value

Plane

Plane6

Gets or sets the Plane6

public Plane Plane6 { get; set; }

Property Value

Plane

Plane7

Gets or sets the Plane7

public Plane Plane7 { get; set; }

Property Value

Plane

Plane8

Gets or sets the Plane8

public Plane Plane8 { get; set; }

Property Value

Plane

Methods

OnCreateSceneNode()

Called when [create scene node].

protected override SceneNode OnCreateSceneNode()

Returns

SceneNode