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

In This Topic
    SweepAsSolid3D Method (LinearPath)
    In This Topic
    Syntax
    'Declaration
     
    Public Function SweepAsSolid3D( _
       ByVal rail As ICurve, _
       ByVal tolerance As Double, _
       Optional ByVal methodType As sweepMethodType _
    ) As Solid3D
    public Solid3D SweepAsSolid3D( 
       ICurve rail,
       double tolerance,
       sweepMethodType methodType
    )

    Parameters

    rail
    tolerance
    methodType
    See Also