TessellatedShapeBuilderCancelConnectedFaceSet Method

Cancels the current face set - i.e., all data from it will be lost and the builder will have no open connected face set anymore.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void CancelConnectedFaceSet()
Remarks
This function can be safely called upon builder without an open face set.
See Also