Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / CutBy Method / CutBy(Surface,Double,Boolean,Boolean,Solid[]) Method
The surface
The surface tessellation tolerance
The flip side flag
If true, the portions of the solids resulting from the boolean operation will keep the colors and materials of the original solids
The other solids that may result from the operation

In This Topic
    CutBy(Surface,Double,Boolean,Boolean,Solid[]) Method
    In This Topic
    Cuts the part of the solid on the positive side of a surface.
    Syntax
    'Declaration
     
    Public Overloads Function CutBy( _
       ByVal surf As Surface, _
       ByVal tolerance As Double, _
       ByVal flipSide As Boolean, _
       ByVal keepOriginalColors As Boolean, _
       ByRef leftOvers As Solid() _
    ) As booleanFailureType
    public booleanFailureType CutBy( 
       Surface surf,
       double tolerance,
       bool flipSide,
       bool keepOriginalColors,
       out Solid[] leftOvers
    )

    Parameters

    surf
    The surface
    tolerance
    The surface tessellation tolerance
    flipSide
    The flip side flag
    keepOriginalColors
    If true, the portions of the solids resulting from the boolean operation will keep the colors and materials of the original solids
    leftOvers
    The other solids that may result from the operation

    Return Value

    True if the operation was successful, false otherwise.
    See Also