Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Region Class / SweepAsMesh Method / SweepAsMesh<T>(ICurve,Double,sweepMethodType,natureType) Method
The rail curve
The trim tolerance
The Sweep method
The desired mesh nature

In This Topic
    SweepAsMesh<T>(ICurve,Double,sweepMethodType,natureType) Method
    In This Topic
    Creates a mesh by sweeping the region along a rail.
    Syntax
    'Declaration
     
    Public Overloads Function SweepAsMesh(Of T As {New, Mesh})( _
       ByVal rail As ICurve, _
       ByVal tol As Double, _
       Optional ByVal methodType As sweepMethodType, _
       Optional ByVal natureType As Mesh.natureType _
    ) As T
    public T SweepAsMesh<T>( 
       ICurve rail,
       double tol,
       sweepMethodType methodType,
       Mesh.natureType natureType
    )
    where T: new(), Mesh

    Parameters

    rail
    The rail curve
    tol
    The trim tolerance
    methodType
    The Sweep method
    natureType
    The desired mesh nature

    Type Parameters

    T

    Return Value

    The resulting mesh object.
    See Also