Share

TessellatedShapeBuilder.OpenConnectedFaceSet Method

Opens a new connected face set.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void OpenConnectedFaceSet(
	bool isSolid
)

Parameters

isSolid  Boolean
Whether the face set, which is being open, should be build as a solid or as a void.

Exceptions

ExceptionCondition
InvalidOperationException A face set is open and a geometry cannot be build until it is closed.

See Also

Reference

Was this information helpful?