Mathematics Enumeration CATSkillValue

enum CATSkillValue {
  BASIC,
  ADVANCED
}
Defines the level of use of a geometric operator.
Values:
BASIC
The operation is run at the operator creation.
ADVANCED
The operation is delayed at the call of the Run method, so that advanced parameters can be tuned.

This object is included in the file: CATSkillValue.h

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