RhinoCommon API
BrepCurveList Class |
Provides access to all the underlying curves in a Brep object.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
The BrepCurveList type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of curves in this list. | |
| Item |
Gets the Curve at the given index.
The index must be valid or an IndexOutOfRangeException will be thrown.
|
| Name | Description | |
|---|---|---|
| Add | Adds a curve | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | Get an enumerator that visits all curves. | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |