Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / SplitBy Method / SplitBy(Plane,Mesh[]) Method
The splitting plane
Array of new Meshes created by splitting

In This Topic
    SplitBy(Plane,Mesh[]) Method
    In This Topic
    Splits this Mesh object by plane.
    Syntax
    'Declaration
     
    Public Overloads Function SplitBy( _
       ByVal plane As Plane, _
       ByRef splits As Mesh() _
    ) As booleanFailureType
    public booleanFailureType SplitBy( 
       Plane plane,
       out Mesh[] splits
    )

    Parameters

    plane
    The splitting plane
    splits
    Array of new Meshes created by splitting

    Return Value

    Return true in case of success
    See Also