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

In This Topic
    SweepAsSolid3D Method (Region)
    In This Topic
    Creates a Solid3D by sweeping the region along a rail.
    Syntax
    'Declaration
     
    Public Function SweepAsSolid3D( _
       ByVal rail As ICurve, _
       ByVal tol As Double, _
       Optional ByVal methodType As sweepMethodType _
    ) As Solid3D
    public Solid3D SweepAsSolid3D( 
       ICurve rail,
       double tol,
       sweepMethodType methodType
    )

    Parameters

    rail
    The rail curve
    tol
    The trim tolerance
    methodType
    The Sweep method

    Return Value

    The resulting Solid3D object.
    See Also