CADability dotNET
Returns the start vertex in the direction of the edge on the provided face

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Vertex StartVertex(
	Face onThisFace
)
Visual Basic
Public Function StartVertex ( _
	onThisFace As Face _
) As Vertex
Visual C++
public:
Vertex^ StartVertex(
	Face^ onThisFace
)

Parameters

onThisFace
Type: CADability.GeoObject..::..Face
The face that specifies the orientation

Return Value

The requested vertex

See Also