Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ClippingPlane Class / Edit Method
The color of the clipping plane

In This Topic
    Edit Method
    In This Topic
    Edits a clipping plane.
    Syntax
    'Declaration
     
    Public Sub Edit( _
       ByVal planeColor As Nullable(Of Color) _
    ) 
    public void Edit( 
       Nullable<Color> planeColor
    )

    Parameters

    planeColor
    The color of the clipping plane
    See Also