Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / ICurve Interface / SweepAsSurface Method
The rail curve
Surface trim tolerance
The sweep method, affects only Curve rail segments.

In This Topic
    SweepAsSurface Method (ICurve)
    In This Topic
    Sweeps this curve along the provided trajectory.
    Syntax
    'Declaration
     
    Function SweepAsSurface( _
       ByVal rail As ICurve, _
       ByVal tol As Double, _
       Optional ByVal methodType As sweepMethodType _
    ) As Surface()
    Surface[] SweepAsSurface( 
       ICurve rail,
       double tol,
       sweepMethodType methodType
    )

    Parameters

    rail
    The rail curve
    tol
    Surface trim tolerance
    methodType
    The sweep method, affects only Curve rail segments.

    Return Value

    The array of resulting surfaces.
    See Also