Class CrossSectionMeshGeometryModel3D
- Namespace
- HelixToolkit.Wpf.SharpDX
- Assembly
- HelixToolkit.Wpf.SharpDX.dll
Defines the CrossSectionMeshGeometryModel3D
public class CrossSectionMeshGeometryModel3D : MeshGeometryModel3D, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IDisposable, IVisible, IHitable, IThrowingShadow, IApplyPostEffect
- Inheritance
-
CrossSectionMeshGeometryModel3D
- Implements
- Inherited Members
- Extension Methods
Fields
CrossSectionColorProperty
Defines the CrossSectionColorProperty
public static readonly DependencyProperty CrossSectionColorProperty
Field Value
CuttingOperationProperty
The cutting operation property
public static readonly DependencyProperty CuttingOperationProperty
Field Value
EnablePlane1Property
Enable CrossSection Plane
public static readonly DependencyProperty EnablePlane1Property
Field Value
EnablePlane2Property
Enable CrossSection Plane
public static readonly DependencyProperty EnablePlane2Property
Field Value
EnablePlane3Property
Enable CrossSection Plane
public static readonly DependencyProperty EnablePlane3Property
Field Value
EnablePlane4Property
Enable CrossSection Plane
public static readonly DependencyProperty EnablePlane4Property
Field Value
EnablePlane5Property
Enable CrossSection Plane
public static readonly DependencyProperty EnablePlane5Property
Field Value
EnablePlane6Property
Enable CrossSection Plane
public static readonly DependencyProperty EnablePlane6Property
Field Value
EnablePlane7Property
Enable CrossSection Plane
public static readonly DependencyProperty EnablePlane7Property
Field Value
EnablePlane8Property
Enable CrossSection Plane
public static readonly DependencyProperty EnablePlane8Property
Field Value
Plane1Property
Defines the Plane1Property
public static readonly DependencyProperty Plane1Property
Field Value
Plane2Property
Defines the Plane2Property
public static readonly DependencyProperty Plane2Property
Field Value
Plane3Property
Defines the Plane3Property
public static readonly DependencyProperty Plane3Property
Field Value
Plane4Property
Defines the Plane4Property
public static readonly DependencyProperty Plane4Property
Field Value
Plane5Property
Defines the Plane5Property
public static readonly DependencyProperty Plane5Property
Field Value
Plane6Property
Defines the Plane6Property
public static readonly DependencyProperty Plane6Property
Field Value
Plane7Property
Defines the Plane7Property
public static readonly DependencyProperty Plane7Property
Field Value
Plane8Property
Defines the Plane8Property
public static readonly DependencyProperty Plane8Property
Field Value
Properties
CrossSectionColor
Gets or sets the CrossSectionColor
public Color CrossSectionColor { get; set; }
Property Value
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
EnablePlane2
Enable CrossSection Plane
public bool EnablePlane2 { get; set; }
Property Value
EnablePlane3
Enable CrossSection Plane
public bool EnablePlane3 { get; set; }
Property Value
EnablePlane4
Enable CrossSection Plane
public bool EnablePlane4 { get; set; }
Property Value
EnablePlane5
Enable CrossSection Plane
public bool EnablePlane5 { get; set; }
Property Value
EnablePlane6
Enable CrossSection Plane
public bool EnablePlane6 { get; set; }
Property Value
EnablePlane7
Enable CrossSection Plane
public bool EnablePlane7 { get; set; }
Property Value
EnablePlane8
Enable CrossSection Plane
public bool EnablePlane8 { get; set; }
Property Value
Plane1
Gets or sets the Plane1
public Plane Plane1 { get; set; }
Property Value
Plane2
Gets or sets the Plane2
public Plane Plane2 { get; set; }
Property Value
Plane3
Gets or sets the Plane3
public Plane Plane3 { get; set; }
Property Value
Plane4
Gets or sets the Plane4
public Plane Plane4 { get; set; }
Property Value
Plane5
Gets or sets the Plane5
public Plane Plane5 { get; set; }
Property Value
Plane6
Gets or sets the Plane6
public Plane Plane6 { get; set; }
Property Value
Plane7
Gets or sets the Plane7
public Plane Plane7 { get; set; }
Property Value
Plane8
Gets or sets the Plane8
public Plane Plane8 { get; set; }
Property Value
Methods
OnCreateSceneNode()
Called when [create scene node].
protected override SceneNode OnCreateSceneNode()