Eyeshot 10 WPF API Reference
GetEndVertex Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > Solid3D.OrientedEdge Structure : GetEndVertex Method
The vertex array
The edge array
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

Reference

Solid3D.OrientedEdge Structure
Solid3D.OrientedEdge Members