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