Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / SplitBy Method / SplitBy(Plane,Solid[],Solid[]) Method
The plane
The F solid split list
The G solid split list

In This Topic
    SplitBy(Plane,Solid[],Solid[]) Method
    In This Topic
    Splits the solid with a plane.
    Syntax
    'Declaration
     
    Public Overloads Function SplitBy( _
       ByVal plane As Plane, _
       ByRef splitF As Solid(), _
       ByRef splitG As Solid() _
    ) As Boolean
    public bool SplitBy( 
       Plane plane,
       out Solid[] splitF,
       out Solid[] splitG
    )

    Parameters

    plane
    The plane
    splitF
    The F solid split list
    splitG
    The G solid split list

    Return Value

    True if the plane intersects the solid, false otherwise.
    See Also