ComponentValidityDecisionSource Enumeration |
** NOTE: ADDED in CFX 2.1 **
Types of component validity decision source
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic enum ComponentValidityDecisionSource
Public Enumeration ComponentValidityDecisionSource
Members| Member name | Value | Description |
|---|
| Unkwnown | 0 |
Unknown validity decision source for the component
|
| Measurements | 1 |
The component rejection is based on the check of the measurements.
If at least one measurement is out of range, the component is rejected.
|
| Algorithm | 2 |
An algorithm is responsible of the decision to reject the component or not
|
| Operator | 3 |
The operator is responsible of the decision to reject the component or not
|
See Also