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

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

    Parameters

    edges
    The edge array

    Return Value

    A 3D point.
    See Also