Hide menu
Loading...
Searching...
No Matches
cadex::ModelCheck_XmlReportGenerator::BRepCheckerMode Struct Reference

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
 

Detailed Description

Flags to tune ModelCheck_BRepChecker report format.

Check ModelCheck_XmlReportGenerator::SetBRepCheckerMode() for an example on how to use flags.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Contents 

Adds contents (topology, surfaces and curves) of the shape to the report.

Tools 

Adds information about tools used in checker.

ByLevel 

Adds section where problems are sorted by their level and type.

ByShape 

Adds section where problems are sorted by shapes, in which they appeared.

All 

Adds all above information to the report.