Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Region Class / SweepAsSurface Method
The rail curve
The trim tolerance
The Sweep method

In This Topic
    SweepAsSurface Method (Region)
    In This Topic
    Creates a surface by sweeping the region along a rail.
    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
    The rail curve
    tol
    The trim tolerance
    methodType
    The Sweep method

    Return Value

    The resulting surface array.
    See Also