Click or drag to resize

RhinoBrepVertexListItem Property

Gets the BrepVertex at the given index. The index must be valid or an IndexOutOfRangeException will be thrown.

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public IBrepVertex this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of BrepVertex to access.

Return Value

Type: IBrepVertex
The BrepVertex at [index].

Implements

IBrepVertexListItemInt32
See Also