Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / CutBy Method / CutBy(Surface,Boolean) Method
The cutting surface
When true the cut direction is inverted

In This Topic
    CutBy(Surface,Boolean) Method
    In This Topic
    Cuts this solid with the specified plane, overriding the original Solid3D with the result of the cut.
    Syntax
    'Declaration
     
    Public Overloads Function CutBy( _
       ByVal surface As Surface, _
       Optional ByVal flip As Boolean _
    ) As Boolean
    public bool CutBy( 
       Surface surface,
       bool flip
    )

    Parameters

    surface
    The cutting surface
    flip
    When true the cut direction is inverted

    Return Value

    If true the operation succeeds and the original Solid3D is modified, otherwise the operation failed and the original Solid3D is unmutated.
    See Also