Click or drag to resize

SubDFaceVertexAt Method

Get a vertex that this face uses by index

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public SubDVertex VertexAt(
	int index
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Rhino.Geometry.SubDFace.VertexAt(System.Int32)"]

Return Value

Type: SubDVertex

[Missing <returns> documentation for "M:Rhino.Geometry.SubDFace.VertexAt(System.Int32)"]

See Also