Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / ICurve Interface / SweepAsSolid3D Method
Sweep rail
The regeneration tolerance
The sweep method, affects only Curve rail segments.

In This Topic
    SweepAsSolid3D Method (ICurve)
    In This Topic
    Creates a Solid3D sweeping the contour on the rail.
    Syntax
    'Declaration
     
    Function SweepAsSolid3D( _
       ByVal rail As ICurve, _
       ByVal tolerance As Double, _
       Optional ByVal methodType As sweepMethodType _
    ) As Solid3D
    Solid3D SweepAsSolid3D( 
       ICurve rail,
       double tolerance,
       sweepMethodType methodType
    )

    Parameters

    rail
    Sweep rail
    tolerance
    The regeneration tolerance
    methodType
    The sweep method, affects only Curve rail segments.

    Return Value

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