Eyeshot 10 WinForms API Reference
ClippingPlane Constructor(Vector3D,Double,Boolean)

WinForms Assembly > devDept.Eyeshot Namespace > ClippingPlane Class > ClippingPlane Constructor : ClippingPlane Constructor(Vector3D,Double,Boolean)
Plane normal
Distance from the origin
Status
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal normal As Vector3D, _
   ByVal distance As Double, _
   ByVal active As Boolean _
)
public ClippingPlane( 
   Vector3D normal,
   double distance,
   bool active
)

Parameters

normal
Plane normal
distance
Distance from the origin
active
Status
See Also

Reference

ClippingPlane Class
ClippingPlane Members
Overload List