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

In This Topic
    Sweep(ICurve,Region,Double,sweepMethodType) Method
    In This Topic
    Sweeps the Region along the provided trajectory.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Sweep( _
       ByVal rail As ICurve, _
       ByVal region As Region, _
       ByVal tol As Double, _
       ByVal sweepMethod As sweepMethodType _
    ) As Solid
    public static Solid Sweep( 
       ICurve rail,
       Region region,
       double tol,
       sweepMethodType sweepMethod
    )

    Parameters

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

    Return Value

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