IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

7.2.3.9 IfcSensor

7.2.3.9.1 Semantic definition

A sensor is a device that measures a physical quantity and converts it into a signal which can be read by an observer or by an instrument.

7.2.3.9.2 Entity inheritance

7.2.3.9.3 Attributes

# Attribute Type Description
IfcRoot (4)
IfcObjectDefinition (7)
IfcObject (5)
IfcProduct (5)
IfcElement (13)
IfcDistributionElement (1)
IfcDistributionControlElement (1)
Click to show 36 hidden inherited attributes
IfcSensor (1)
9 PredefinedType OPTIONAL IfcSensorTypeEnum

A list of types to further identify the object. Some property sets may be specifically applicable to one of these types.

Table 7.2.3.9.E

7.2.3.9.4 Formal propositions

Name Description
CorrectPredefinedType

Either the PredefinedType attribute is unset (e.g. because an IfcSensorType is associated), or the inherited attribute ObjectType shall be provided, if the PredefinedType is set to USERDEFINED.

NOT(EXISTS(PredefinedType)) OR
(PredefinedType <> IfcSensorTypeEnum.USERDEFINED) OR
((PredefinedType = IfcSensorTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType))
CorrectTypeAssigned

Either there is no sensor type object associated, i.e. the IsTypedBy inverse relationship is not provided, or the associated type object has to be of type IfcSensorType.

(SIZEOF(IsTypedBy) = 0) OR
('IFC4X3_DEV_738df036.IFCSENSORTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType))
Table 7.2.3.9.F

7.2.3.9.5 Property sets

7.2.3.9.6 Concept usage

Concept Usage Description
IfcRoot (2)
IfcObjectDefinition (9)
IfcObject (5)
IfcProduct (18)
IfcElement (44)
IfcDistributionElement (4)
IfcDistributionControlElement (3)
Click to show 85 hidden inherited concepts
IfcSensor (8)
Control Flow General

This concept can be applied to the following resources:

Material Set General

This concept can be applied to the following resources:

  • Casing - Material from which the casing is constructed.
Object Typing General

This concept can be applied to the following resources:

Port Nesting General

This concept can be applied with the following combinations:

PortName Flow PredefinedType Description
Output SOURCE SIGNAL No description available.
Table 7.2.3.9.H
Property Sets for Objects General

This concept can be applied to the following resources:

Quantity Sets General

This concept can be applied to the following resources:

Material Constituent Set General

No description available.

Property Sets for Performance General

This concept can be applied to the following resources:

Table 7.2.3.9.G

7.2.3.9.7 Formal representation

ENTITY IfcSensor
SUBTYPE OF (IfcDistributionControlElement);
PredefinedType : OPTIONAL IfcSensorTypeEnum;
WHERE
CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR
(PredefinedType <> IfcSensorTypeEnum.USERDEFINED) OR
((PredefinedType = IfcSensorTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType));
CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR
('IFC4X3_DEV_738df036.IFCSENSORTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType));
END_ENTITY;

7.2.3.9.8 References

Edit on Github


Is this page difficult to understand? Let us know!

7.2.3.9.9 Changelog

7.2.3.9.9.1 IFC4

  • New resource