Eyeshot 10 WPF API Reference
Edit Method

WPF Assembly > devDept.Eyeshot Namespace > ClippingPlane Class : Edit Method
The size of the clipping plane
The color of the clipping plane
Edits a clipping plane.
Syntax
'Declaration
 
Public Sub Edit( _
   ByVal size As Double, _
   ByVal color As Color _
) 
public void Edit( 
   double size,
   Color color
)

Parameters

size
The size of the clipping plane
color
The color of the clipping plane
See Also

Reference

ClippingPlane Class
ClippingPlane Members
Cancel Method