Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / CutBy Method / CutBy(Plane) Method
The plane

In This Topic
    CutBy(Plane) 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 _
    ) As booleanFailureType
    public booleanFailureType CutBy( 
       Plane plane
    )

    Parameters

    plane
    The plane
    See Also