Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / Section Method / Section(PlaneEquation) Method
The cutting plane equation

In This Topic
    Section(PlaneEquation) Method
    In This Topic
    Computes the contours resulting from the intersection of the Solid and the given plane.
    Syntax
    'Declaration
     
    Public Overloads Function Section( _
       ByVal planeEquation As PlaneEquation _
    ) As ICurve()
    public ICurve[] Section( 
       PlaneEquation planeEquation
    )

    Parameters

    planeEquation
    The cutting plane equation

    Return Value

    An array Segment3D representing the section contour.
    See Also