Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D.OrientedEdge Structure / GetEndVertex Method
The vertex array
The edge array

In This Topic
    GetEndVertex Method
    In This Topic
    Gets edge curve end vertex taking in account the Sense flag.
    Syntax
    'Declaration
     
    Public Function GetEndVertex( _
       ByVal vertices As IList(Of Point3D), _
       ByVal edges As IList(Of Solid3D.Edge) _
    ) As Point3D
    public Point3D GetEndVertex( 
       IList<Point3D> vertices,
       IList<Solid3D.Edge> edges
    )

    Parameters

    vertices
    The vertex array
    edges
    The edge array

    Return Value

    A 3D point.
    See Also