Flags to tune ModelCheck_BRepChecker report format. More...
Public Types | |
enum | { Contents = 1 << 0, Tools = 1 << 1, ByLevel = 1 << 2, ByShape = 1 << 3, All = Contents | Tools | ByLevel | ByShape } |
typedef int | FlagType |
Flags to tune ModelCheck_BRepChecker report format.
Check ModelCheck_XmlReportGenerator::SetBRepCheckerMode() for an example on how to use flags.
anonymous enum |