Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / CutBy Method / CutBy(Plane,Boolean) Method
The plane
If true, the portions of the solids resulting from the boolean operation will keep the colors and materials of the original solids

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

    Parameters

    plane
    The plane
    keepOriginalColors
    If true, the portions of the solids resulting from the boolean operation will keep the colors and materials of the original solids

    Return Value

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