Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / SplitBy Method / SplitBy(Plane,Boolean,Mesh[]) Method
The splitting plane
When true, disjoint objects are separated into individual meshes
Array of new Meshes created by splitting

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

    Parameters

    plane
    The splitting plane
    splitDisjoint
    When true, disjoint objects are separated into individual meshes
    splits
    Array of new Meshes created by splitting

    Return Value

    Return true in case of success
    See Also