
IfcConditionCriterion
Definition from IAI: An IfcConditionCriterion is a
particular measured or assessed criterion that contributes to the overall
condition of an artefact.
HISTORY: New class in IFC 2x2
Use Definitions
An IfcConditionCriterion may be either an observed/assessed value
or a measured value. This is determined by selection through the
IfcConditionCriterionSelect type that has a datatype either of
IfcLabel (for a numeric or alphanumeric scale observation e.g. on a
scale of 1 to 10 where 1 represents 'as new' and 10 represents 'urgent
replacement required') or of IfcMeasureWithUnit (for a measured
criterion that also includes units of measure).
Each criterion must be named and optionally, may also have a
description. A description used for a condition should be persistent so that
there is absolute consistency in condition recording.
EXPRESS specification:
|
|
|
|
|
|
| WR1
|
:
|
EXISTS(SELF\IfcRoot.Name);
|
|
|
|
Attribute definitions:
| Criterion
|
:
|
The measured or assessed value of a criterion.
|
| CriterionDateTime
|
:
|
The time and/or date at which the criterion is determined.
|
Formal Propositions:
| WR1
|
:
|
The Name attribute has to be provided for the condition criterion.
|
Inheritance graph
|
|
| ENTITY IfcConditionCriterion;
|
|