ClippingPlane Class

Clipping plane definition.
Public Class ClippingPlane 
Inherits ClippingPlaneBase
This language is not supported or no code example is available.
public class ClippingPlane : ClippingPlaneBase
This language is not supported or no code example is available.
Name Description
Public constructor ClippingPlane() Empty constructor.
Public constructor ClippingPlane(Plane, bool) Standard constructor.
Public constructor ClippingPlane(Vector3D, double, bool) Standard constructor.
Public constructor ClippingPlane(Vector3D, double, bool, bool, Color, bool) Standard constructor.
Top
Name Description
Public property Active Clipping plane status. (inherited from ClippingPlaneBase).
Public property Capping When false, capping clipped solid is disabled.
Public property CappingColor Gets or sets capping color.
Public property Distance Gets or sets the plane distance from the origin. (inherited from ClippingPlaneBase).
Public property Normal Gets or sets the plane normal. (inherited from ClippingPlaneBase).
Public property Plane Gets or sets the plane. (inherited from ClippingPlaneBase).
Public property ShowPlane When false, plane drawing is disabled during clipping plane editing.
Top
Methods
 
Name Description
Public method Apply() Applies the changes of the editing.
Public method Cancel() Cancels the changes of the editing.
Public method Dispose()
Public method Edit(Nullable<Color>) Edits a clipping plane.
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top
Remarks
 
The scene is clipped on the positive side of the plane.

.NET Framework

Supported in: 4.7.2

In this article

Definition