Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / Section Method / Section(Plane,Double) Method

In This Topic
    Section(Plane,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Section( _
       ByVal pln As Plane, _
       ByVal tol As Double _
    ) As ICurve()
    public ICurve[] Section( 
       Plane pln,
       double tol
    )

    Parameters

    pln
    tol
    See Also