Class TIfcSIUnit

Unit

Declaration

type TIfcSIUnit = class(TIfcNamedUnit)

Description

Standard base SI units such as meter and second, and derived SI units such as Pascal, square meter and cubic meter.

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

Hierarchy

Overview

Properties

Published property Prefix: TIfcSIPrefix read FPrefix write FPrefix default TIfcSIPrefix.NotDefined;
Published property Name: TIfcSIUnitName read FName write FName;

Description

Properties

Published property Prefix: TIfcSIPrefix read FPrefix write FPrefix default TIfcSIPrefix.NotDefined;

The SI Prefix for defining decimal multiples and submultiples of the unit.

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

Published property Name: TIfcSIUnitName read FName write FName;

The word, or group of words, by which the SI unit is referred to.

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


Generated by PasDoc 0.17.0.snapshot.