Indicates that the caller has finished defining the given loop.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public void FinishLoop( BRepBuilderGeometryId loopId )
Parameters
- loopId BRepBuilderGeometryId
- Id of the loop.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The supplied loop id doesn't correspond to a loop stored in this BRepBuilder object. -or- FinishLoop() has already been called on loopId. -or- The edge loop has fewer than two co-edges. |
ArgumentNullException | A non-optional argument was null |