OpenConnectedFaceSet Method


Opens a new connected face set.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.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.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →