ClippingPlane(Vector3D, Double, Boolean) Constructor

Standard constructor.
Public Sub New( _ 
ByVal normal As Vector3D, _ 
ByVal distance As Double, _ 
ByVal active As Boolean
)
This language is not supported or no code example is available.
public ClippingPlane( 
Vector3D normal
double distance
bool active 
)
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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition