Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / Section Method / Section(Plane,Double,SharedEdge[][]) Method
The plane
The tolerance
The shared edges to which the vertices of the returned ICurve (that are all LinearPath) belong to.

In This Topic
    Section(Plane,Double,SharedEdge[][]) 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, _
       ByRef edges As devDept.Geometry.SharedEdge() _
    ) As ICurve()
    public ICurve[] Section( 
       Plane plane,
       double tol,
       out devDept.Geometry.SharedEdge[] edges
    )

    Parameters

    plane
    The plane
    tol
    The tolerance
    edges
    The shared edges to which the vertices of the returned ICurve (that are all LinearPath) belong to.

    Return Value

    An array of curves representing each section contour.
    See Also