Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / CutBy Method / CutBy(Plane,Solid[]) Method
The plane
The other solids that may result from the operation

In This Topic
    CutBy(Plane,Solid[]) Method
    In This Topic
    Cuts the part of the solid on the positive side of a plane.
    Syntax
    'Declaration
     
    Public Overloads Function CutBy( _
       ByVal plane As Plane, _
       ByRef leftOvers As Solid() _
    ) As booleanFailureType
    public booleanFailureType CutBy( 
       Plane plane,
       out Solid[] leftOvers
    )

    Parameters

    plane
    The plane
    leftOvers
    The other solids that may result from the operation

    Return Value

    True if the plane intersects the solid, false otherwise.
    See Also