IBrepVertexListItem Property
Gets the BrepVertex at the given index.
The index must be valid or an IndexOutOfRangeException will be thrown.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
IBrepVertex this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IBrepVertex
Get
property IBrepVertex^ default[int index] {
IBrepVertex^ get (int index);
}
abstract Item : IBrepVertex with get
- index Int32
- Index of BrepVertex to access.
IBrepVertexThe BrepVertex at [index].