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

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.

Published property Exponent: Integer read FExponent write FExponent;

The power that is applied to the unit attribute.


Generated by PasDoc 0.16.0-snapshot.