IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.3.3.2 IfcMetric

8.3.3.2.1 Semantic definition

An IfcMetric is used to capture quantitative resultant metrics that can be applied to objectives.

IfcMetric is a subtype of IfcConstraint and may be associated with any subtype of IfcRoot through the IfcRelAssociatesConstraint relationship in the IfcControlExtension schema, or may be associated with IfcProperty by IfcResourceConstraintRelationship.

The aim of IfcMetric is to capture the quantitative aspects of a constraint.

dot_neato IfcResourceConstraintRelationship IfcResource ConstraintRelationship IfcQuantityWeight IfcQuantityWeight Name: NetWeight WeightValue: 20 IfcResourceConstraintRelationship->IfcQuantityWeight Related Resource Objects[1] IfcObjective IfcObjective Name: Safe lifting weight LogicalAggregator: LOGICALAND ObjectiveQualifier: HEALTHANDSAFETY IfcResourceConstraintRelationship->IfcObjective Relating Constraint IfcElementQuantity IfcElementQuantity IfcElementQuantity->IfcQuantityWeight Quantities[1] IfcMetric2 IfcMetric Benchmark: GREATERTHANOREQUALTO DataValue: 19 IfcObjective->IfcMetric2 BenchmarkValues[1] IfcMetric IfcMetric Benchmark: LESSTHANOREQUALTO DataValue: 21 IfcObjective->IfcMetric BenchmarkValues[2] IfcReference2 IfcReference AttributeIdentifier: WeightValue IfcMetric2->IfcReference2 ReferencePath IfcReference IfcReference AttributeIdentifier: WeightValue IfcMetric->IfcReference ReferencePath
Figure 8.3.3.2.A — An example user defined constraint.

8.3.3.2.2 Entity inheritance

8.3.3.2.3 Attributes

# Attribute Type Description
IfcConstraint (9)
Click to show 9 hidden inherited attributes
IfcMetric (4)
8 Benchmark IfcBenchmarkEnum

Enumeration that identifies the type of benchmark data.

9 ValueSource OPTIONAL IfcLabel

Reference source for data values.

If DataValue refers to an IfcTable, this attribute identifies the relevant column identified by IfcTableColumn.Identifier.

10 DataValue OPTIONAL IfcMetricValueSelect

The value to be compared on associated objects. A null value indicates comparison to null.

11 ReferencePath OPTIONAL IfcReference

Optional path to an attribute to be constrained on associated objects. If provided, the metric may be validated by resolving the path to the current value on associated object(s), and comparing such value with DataValue according to the Benchmark.

Table 8.3.3.2.B

8.3.3.2.4 Formal representation

ENTITY IfcMetric
SUBTYPE OF (IfcConstraint);
Benchmark : IfcBenchmarkEnum;
ValueSource : OPTIONAL IfcLabel;
DataValue : OPTIONAL IfcMetricValueSelect;
ReferencePath : OPTIONAL IfcReference;
END_ENTITY;

8.3.3.2.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.3.3.2.6 Changelog

8.3.3.2.6.1 IFC4

  • attribute, ReferencePath
  • attribute DataValue optional, Is now optional