Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / Section Method
the plane to intersect
the tolerance

In This Topic
    Section Method (Solid3D)
    In This Topic
    Intersect the Solid3D with the plane.
    Syntax
    'Declaration
     
    Public Function Section( _
       ByVal pln As Plane, _
       ByVal tol As Double _
    ) As ICurve()
    public ICurve[] Section( 
       Plane pln,
       double tol
    )

    Parameters

    pln
    the plane to intersect
    tol
    the tolerance

    Return Value

    the list of the resulting intersection curves
    See Also