Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / SplitBy Method / SplitBy(Surface,Double,Solid[],Solid[]) Method
The surface
The surface tessellation tolerance

In This Topic
    SplitBy(Surface,Double,Solid[],Solid[]) Method
    In This Topic
    Splits the solid with a surface.
    Syntax
    'Declaration
     
    Public Overloads Sub SplitBy( _
       ByVal surf As Surface, _
       ByVal tolerance As Double, _
       ByRef splitF As Solid(), _
       ByRef splitG As Solid() _
    ) 
    public void SplitBy( 
       Surface surf,
       double tolerance,
       out Solid[] splitF,
       out Solid[] splitG
    )

    Parameters

    surf
    The surface
    tolerance
    The surface tessellation tolerance
    splitF
    splitG
    See Also