RhinoCommon API
BrepSurfaceListItem Property |
Gets the Surface at the given index.
The index must be valid or an IndexOutOfRangeException will be thrown.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
public Surface this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As Surface Get
Parameters
- index
- Type: SystemInt32
Index of Surface to access.
Return Value
Type: SurfaceThe Surface at [index].
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | Thrown when the index is invalid. |