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
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcDerivedUnitElement
Overview
Properties
![]() |
property Unit: TIfcNamedUnit read FUnit write FUnit; |
![]() |
property Exponent: Integer read FExponent write FExponent; |
Description
Properties
![]() |
property Unit: TIfcNamedUnit read FUnit write FUnit; |
The fixed quantity which is used as the mathematical factor. |
![]() |
property Exponent: Integer read FExponent write FExponent; |
The power that is applied to the unit attribute. |
Generated by PasDoc 0.16.0-snapshot.