Click or drag to resize

SubDEdgeRelativeVertexAt Method

Gets one of this edge's two vertices, relative to the direction this edge is referenced with.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public SubDVertex RelativeVertexAt(
	int endIndex
)

Parameters

endIndex
Type: SystemInt32
0 for the start of the edge, 1 for the end.

Return Value

Type: SubDVertex
The vertex, or null if endIndex is out of range.
See Also