<Code Lib>
2025.3 Enumeration
Changes 0
E

BRepBuilderOutcome

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

public enum BRepBuilderOutcome

Name Description
E Failure Unspecified failure. BRepBuilder object is in invalid state and should not be used.
E Success The function has completed successfully.

Loading…