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

In This Topic
    SweepAsMesh(ICurve,Double,sweepMethodType,natureType) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function SweepAsMesh( _
       ByVal rail As ICurve, _
       ByVal tol As Double, _
       Optional ByVal methodType As sweepMethodType, _
       Optional ByVal meshNature As Mesh.natureType _
    ) As Mesh
    public Mesh SweepAsMesh( 
       ICurve rail,
       double tol,
       sweepMethodType methodType,
       Mesh.natureType meshNature
    )

    Parameters

    rail
    tol
    methodType
    meshNature
    See Also