Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / CutBy Method / CutBy(Plane,Boolean) Method
The plane
If false, the resulting mesh will not be closed

In This Topic
    CutBy(Plane,Boolean) Method
    In This Topic
    Cuts the part of the mesh on the positive side of a plane.
    Syntax
    'Declaration
     
    Public Overloads Function CutBy( _
       ByVal plane As Plane, _
       ByVal close As Boolean _
    ) As booleanFailureType
    public booleanFailureType CutBy( 
       Plane plane,
       bool close
    )

    Parameters

    plane
    The plane
    close
    If false, the resulting mesh will not be closed
    See Also