BrepCurveList Class

BrepCurveList Class

Provides access to all the underlying curves in a Brep object.
Inheritance Hierarchy
SystemObject
  Rhino.Geometry.CollectionsBrepCurveList

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class BrepCurveList : IEnumerable<Curve>, 
	IEnumerable
Public Class BrepCurveList
	Implements IEnumerable(Of Curve), IEnumerable

The BrepCurveList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of curves in this list.
Public propertyItem
Gets the Curve at the given index. The index must be valid or an IndexOutOfRangeException will be thrown.
Top
Methods
  NameDescription
Public methodAdd
Adds a curve
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Get an enumerator that visits all curves.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also