IBrepLoopListItem Property
Gets the BrepLoop 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
IBrepLoop this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IBrepLoop
Get
property IBrepLoop^ default[int index] {
IBrepLoop^ get (int index);
}
abstract Item : IBrepLoop with get
- index Int32
- Index of BrepLoop to access.
IBrepLoopThe BrepLoop at [index].