BRepBuilder.AllowRemovalOfProblematicFaces Method

BRepBuilderAllowRemovalOfProblematicFaces 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: 26.0.4.0 (26.0.4.0)
Syntax
public void AllowRemovalOfProblematicFaces()
Public Sub AllowRemovalOfProblematicFaces
public:
void AllowRemovalOfProblematicFaces()
member AllowRemovalOfProblematicFaces : unit -> unit 
See Also