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

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

    Parameters

    curve
    ptList
    sortedVertices
    len
    gap
    See Also