| Revit 2022.1 API |
| TessellatedShapeBuilder..::..OpenConnectedFaceSet Method |
| TessellatedShapeBuilder Class See Also |
Opens a new connected face set.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2015
Syntax
| C# |
|---|
public void OpenConnectedFaceSet( bool isSolid ) |
| Visual Basic |
|---|
Public Sub OpenConnectedFaceSet ( _ isSolid As Boolean _ ) |
| Visual C++ |
|---|
public: void OpenConnectedFaceSet( bool isSolid ) |
Parameters
- isSolid
- Type: System..::..Boolean
Whether the face set, which is being open, should be build as a solid or as a void.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | A face set is open and a geometry cannot be build until it is closed. |