Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / Section Method / Section(PlaneEquation,LinkedList<SharedEdge>[]) Method
The cutting plane equation
Pre-computed Mesh unique edges per vertices

In This Topic
    Section(PlaneEquation,LinkedList<SharedEdge>[]) Method
    In This Topic
    Computes the contours resulting from the intersection of the Mesh and the given plane.
    Syntax
    'Declaration
     
    Public Overloads Function Section( _
       ByVal planeEquation As PlaneEquation, _
       Optional ByVal edgesPerVertex() As LinkedList(Of SharedEdge) _
    ) As ICurve()

    Parameters

    planeEquation
    The cutting plane equation
    edgesPerVertex
    Pre-computed Mesh unique edges per vertices

    Return Value

    An array of curves representing each section contour.
    See Also