BrepTrimList Class

BrepTrimList Class

Provides access to all the Trims in a Brep object
Inheritance Hierarchy
SystemObject
  Rhino.Geometry.CollectionsBrepTrimList

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

The BrepTrimList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of brep trims.
Public propertyItem
Gets the BrepTrim at the given index. The index must be valid or an IndexOutOfRangeException will be thrown.
Top
Methods
  NameDescription
Public methodAdd(Int32)
Add a new trim that will be part of an inner, outer, or slit loop to the brep.
Public methodAdd(Boolean, BrepEdge, Int32)
Add a new trim that will be part of an inner, outer, or slit loop to the brep
Public methodAdd(Boolean, BrepLoop, Int32)
Add a new trim that will be part of an inner, outer, or slit loop to the brep
Public methodAdd(BrepEdge, Boolean, BrepLoop, Int32)
Add a new trim that will be part of an inner, outer, or slit loop to the brep.
Public methodAddCurveOnFace
Add a new curve on face to the brep
Public methodAddSingularTrim
Add a new singular trim to the brep.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator that visits all edges.
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