Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / IFace Interface / Section Method
The plane
The tolerance

In This Topic
    Section Method (IFace)
    In This Topic
    Computes the contours resulting from the intersection of the face and the given plane.
    Syntax
    'Declaration
     
    Function Section( _
       ByVal pln As Plane, _
       ByVal tol As Double _
    ) As ICurve()
    ICurve[] Section( 
       Plane pln,
       double tol
    )

    Parameters

    pln
    The plane
    tol
    The tolerance

    Return Value

    An array of curves representing each section contour.
    See Also