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) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Remarks
 
The scene is clipped on the positive side of the plane.

.NET Framework

Supported in: 4.8

In this article

Definition