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

In This Topic
    SweepAsSurface Method (LinearPath)
    In This Topic
    Syntax
    'Declaration
     
    Public Function SweepAsSurface( _
       ByVal rail As ICurve, _
       ByVal tol As Double, _
       Optional ByVal methodType As sweepMethodType _
    ) As Surface()
    public Surface[] SweepAsSurface( 
       ICurve rail,
       double tol,
       sweepMethodType methodType
    )

    Parameters

    rail
    tol
    methodType
    See Also