Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / SweepAsSolid Method

In This Topic
    SweepAsSolid Method (LinearPath)
    In This Topic
    Syntax
    'Declaration
     
    Public Function SweepAsSolid( _
       ByVal rail As ICurve, _
       ByVal tol As Double, _
       Optional ByVal sweepMethod As sweepMethodType _
    ) As Solid
    public Solid SweepAsSolid( 
       ICurve rail,
       double tol,
       sweepMethodType sweepMethod
    )

    Parameters

    rail
    tol
    sweepMethod
    See Also