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

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

    Parameters

    vertices
    The vertex array
    edges
    The edge array

    Return Value

    A 3D point.
    See Also