RhinoCommon API
BrepTrimList Class |
Provides access to all the Trims in a Brep object
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
The BrepTrimList type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of brep trims.
| |
| Item |
Gets the BrepTrim at the given index.
The index must be valid or an IndexOutOfRangeException will be thrown.
|
| Name | Description | |
|---|---|---|
| Add(Int32) |
Add a new trim that will be part of an inner, outer, or slit loop
to the brep.
| |
| Add(Boolean, BrepEdge, Int32) |
Add a new trim that will be part of an inner, outer, or slit loop
to the brep
| |
| Add(Boolean, BrepLoop, Int32) |
Add a new trim that will be part of an inner, outer, or slit loop
to the brep
| |
| Add(BrepEdge, Boolean, BrepLoop, Int32) |
Add a new trim that will be part of an inner, outer, or slit loop
to the brep.
| |
| AddCurveOnFace | Add a new curve on face to the brep | |
| AddSingularTrim | Add a new singular trim to the brep. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Gets an enumerator that visits all edges.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |