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

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

    Parameters

    edges
    The edge array

    Return Value

    A 3D point.
    See Also