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

In This Topic
    CutBy(Plane,Boolean) Method
    In This Topic
    Cut the Solid3D with the Plane, overriding the original Solid3D with the result of the cut.
    Syntax
    'Declaration
     
    Public Overloads Function CutBy( _
       ByVal pln As Plane, _
       Optional ByVal flip As Boolean _
    ) As Boolean
    public bool CutBy( 
       Plane pln,
       bool flip
    )

    Parameters

    pln
    cutting plane
    flip
    When true the cut direction is inverted

    Return Value

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