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

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

    Parameters

    planeEquation
    The cutting plane equation
    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