Class TIfcDerivedUnitElement

Unit

Declaration

type TIfcDerivedUnitElement = class(TIfcPersistent)

Description

A derived unit element is one of the unit quantities which makes up a derived unit.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcDerivedUnitElement.htm

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4456).

Hierarchy

Overview

Properties

Published property Unit: TIfcNamedUnit read FUnit write FUnit;
Published property Exponent: Integer read FExponent write FExponent;

Description

Properties

Published property Unit: TIfcNamedUnit read FUnit write FUnit;

The fixed quantity which is used as the mathematical factor.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4462).

Published property Exponent: Integer read FExponent write FExponent;

The power that is applied to the unit attribute.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4465).


Generated by PasDoc 0.17.0.snapshot.