ClippingPlane(Vector3D, Double, Boolean, Boolean, Color, Boolean) Constructor

Standard constructor.
Public Sub New( _ 
ByVal normal As Vector3D, _ 
ByVal distance As Double, _ 
ByVal active As Boolean, _ 
ByVal capping As Boolean, _ 
ByVal cappingColor As Color, _ 
ByVal showPlane As Boolean
)
This language is not supported or no code example is available.
public ClippingPlane( 
Vector3D normal
double distance
bool active
bool capping
Color cappingColor
bool showPlane 
)
This language is not supported or no code example is available.

Parameters

normal
Vector3D

Plane normal

distance
double

Distance from the origin

active
bool

Status

capping
bool

When true, capping clipped solid is active during clipping plane editing.

cappingColor
Color

Fill color during object clipping

showPlane
bool

When true, clipping plane is drawn.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition