Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / Sweep Method / Sweep<T>(ICurve,Region,Double,sweepMethodType) Method
The rail curve
The cross section
The regeneration tolerance
The sweep method

In This Topic
    Sweep<T>(ICurve,Region,Double,sweepMethodType) Method
    In This Topic
    Sweeps the Region along the provided trajectory.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Sweep(Of T As {New, Solid})( _
       ByVal rail As ICurve, _
       ByVal region As Region, _
       ByVal tol As Double, _
       ByVal sweepMethod As sweepMethodType _
    ) As T
    public static T Sweep<T>( 
       ICurve rail,
       Region region,
       double tol,
       sweepMethodType sweepMethod
    )
    where T: new(), Solid

    Parameters

    rail
    The rail curve
    region
    The cross section
    tol
    The regeneration tolerance
    sweepMethod
    The sweep method

    Type Parameters

    T

    Return Value

    The resulting Solid if the operation succeeded, null/Nothing otherwise.
    See Also