GMOperatorsInterfaces Enumeration CATCGMBodyCheckMode

enum CATCGMBodyCheckMode {
  CATCGMBodyChkModeLight,
  CATCGMBodyChkModeFull,
  CATCGMBodyChkModeUser,
  CATCGMBodyChkModeLightPlus
}
enum CATCGMBodyCheckMode::CheckMode
Defines Check Mode for the body check operation.

Values:
BodyChkModeLight

This is the default check mode for the operator, unless set by SetCheckMode method.
With this mode, all the Light rules would be checked during operator run.
BodyChkModeFull

With this mode, all the published rules (i.e. Light + Full) would be checked during operator run.
BodyChkModeUser

This mode comes into effect when one uses SetCheckRules method.
With this mode, only the Set rules (set by SetCheckRules) would be checked during operator run.
BodyChkModeLightPlus

Use this mode if one wishes to check additional rules (in addition to Light rules).
For using this, first set addition rules to check by using SetCheckRules method, and then set the operator check mode using SetCheckMode method to BodyChkModeLightPlus.

This object is included in the file: CATCGMBodyCheckerDef.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.