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.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void AllowRemovalOfProblematicFaces()
Public Sub AllowRemovalOfProblematicFaces
public:
void AllowRemovalOfProblematicFaces()
member AllowRemovalOfProblematicFaces : unit -> unit
See Also