Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Joint Class / Section Method

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

    Parameters

    pln
    tol
    See Also