Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / SplitBy Method / SplitBy(Surface,Solid3D[],Solid3D[]) Method
The cutting surface
The resulting set of left Solid3D objects
The resulting set of right Solid3D objects

In This Topic
    SplitBy(Surface,Solid3D[],Solid3D[]) Method
    In This Topic
    Splits this solid with the specified plane.
    Syntax
    'Declaration
     
    Public Overloads Function SplitBy( _
       ByVal G As Surface, _
       ByRef left As Solid3D(), _
       ByRef right As Solid3D() _
    ) As Boolean
    public bool SplitBy( 
       Surface G,
       out Solid3D[] left,
       out Solid3D[] right
    )

    Parameters

    G
    The cutting surface
    left
    The resulting set of left Solid3D objects
    right
    The resulting set of right Solid3D objects

    Return Value

    True if the operation succeeds, false otherwise.
    See Also