Share

BRepBuilderOutcome Enumeration

This class defines possible outcomes returned by BRepBuilder functions that need to report outcome via a return value.


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

Syntax

C#

public enum BRepBuilderOutcome

Members

Member nameValueDescription
Failure1 Unspecified failure. BRepBuilder object is in invalid state and should not be used.
Success0 The function has completed successfully.

See Also

Reference

Was this information helpful?