Flag whether the current set of connected faces is open and
additional tessellation faces can be added to it.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2015
Syntax
C# |
---|
public bool IsFaceSetOpen { get; } |
Visual Basic |
---|
Public ReadOnly Property IsFaceSetOpen As Boolean Get |
Visual C++ |
---|
public: property bool IsFaceSetOpen { bool get (); } |