Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Section Method / Section(IList<Surface>,Plane,Double) Method
Surface group
The plane
The tolerance

In This Topic
    Section(IList<Surface>,Plane,Double) Method
    In This Topic
    Computes the section of a group of surfaces and a plane as a collection of curves.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Section( _
       ByVal listF As IList(Of Surface), _
       ByVal pln As Plane, _
       ByVal tol As Double _
    ) As ICurve()
    public static ICurve[] Section( 
       IList<Surface> listF,
       Plane pln,
       double tol
    )

    Parameters

    listF
    Surface group
    pln
    The plane
    tol
    The tolerance

    Return Value

    The array of intersection curves.
    See Also