OpenConnectedFaceSet
Method
Description:
Opens a new connected face set.
Opens a new connected face set.
Syntax
public void OpenConnectedFaceSet(
bool isSolid
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| isSolid | System.Boolean | Whether the face set, which is being open, should be build as a solid or as a void. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions.InvalidOperationException | A face set is open and a geometry cannot be build until it is closed. |