AllowRemovalOfProblematicFaces Method


Allow BRepBuilder to remove problematic faces (e.g., due to inaccurate edge geometry). If this option is enabled and BRepBuilder removes some faces, the output geometry's type will be OpenShell regardless of the expected type specified when the BRepBuilder was created.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Since: 2017_subscription_update

Syntax

C#
public void AllowRemovalOfProblematicFaces()
Visual Basic
Public Sub AllowRemovalOfProblematicFaces
Visual C++
public:
void AllowRemovalOfProblematicFaces()

See Also