BrepSurfaceList Class

BrepSurfaceList Class

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

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

The BrepSurfaceList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of surfaces in a brep.
Public propertyItem
Gets the Surface at the given index. The index must be valid or an IndexOutOfRangeException will be thrown.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator that visits all surfaces.
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