Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / Section Method / Section(Plane,Double) Method
The plane
The tolerance

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

    Parameters

    plane
    The plane
    tol
    The tolerance

    Return Value

    An array of curves representing each section contour.
    See Also