Navigation

IfcDerivedUnitElement

Definition from ISO/CD 10303-41:1992: A derived unit element is one of the unit quantities which makes up a derived unit.

EXAMPLE: Newtons per square millimetre is a derived unit. It has two elements, Newton whose exponent has a value of 1 and millimetre whose exponent is -2.

EXPRESS specification:

ENTITY IfcDerivedUnitElement;
Unit  :  IfcNamedUnit;
Exponent  :  INTEGER;
END_ENTITY;

Attribute definitions:

Unit  :  The fixed quantity which is used as the mathematical factor.
Exponent  :  The power that is applied to the unit attribute.

References (1):

Name Type Referred through Express-G
IfcDerivedUnit Entity
Attribute 'Elements'
Diagram 1

Inheritance graph

ENTITY IfcDerivedUnitElement;
ENTITY IfcDerivedUnitElement;
Unit  :  IfcNamedUnit;
Exponent  :  INTEGER;
END_ENTITY;