Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / SweepAsMesh Method / SweepAsMesh<T>(ICurve,Double,sweepMethodType,natureType) Method

In This Topic
    SweepAsMesh<T>(ICurve,Double,sweepMethodType,natureType) Method
    In This Topic
    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 meshNature As Mesh.natureType _
    ) As T
    public T SweepAsMesh<T>( 
       ICurve rail,
       double tol,
       sweepMethodType methodType,
       Mesh.natureType meshNature
    )
    where T: new(), Mesh

    Parameters

    rail
    tol
    methodType
    meshNature

    Type Parameters

    T
    See Also