Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / FixCurvesStartingAndEndingOnSeamV Method

In This Topic
    FixCurvesStartingAndEndingOnSeamV Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub FixCurvesStartingAndEndingOnSeamV( _
       ByVal sortedVertices() As Point3D, _
       ByVal ptList() As PointTangent, _
       ByVal len As Integer, _
       ByVal tol As Double _
    ) 
    protected void FixCurvesStartingAndEndingOnSeamV( 
       Point3D[] sortedVertices,
       PointTangent[] ptList,
       int len,
       double tol
    )

    Parameters

    sortedVertices
    ptList
    len
    tol
    See Also