Class TIfcConversionBasedUnit
Unit
Declaration
type TIfcConversionBasedUnit = class(TIfcNamedUnit)
Description
A unit that has a conversion rate to a base unit.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcConversionBasedUnit.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcUnit
- TIfcNamedUnit
- TIfcConversionBasedUnit
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property Name: TIfcLabel read FName write FName; |
![]() |
property ConversionFactor: TIfcMeasureWithUnit read FConversionFactor write FConversionFactor; |
![]() |
property HasExternalReference: TIfcExternalReferenceRelationshipList read FHasExternalReference; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Properties
![]() |
property Name: TIfcLabel read FName write FName; |
Word, or group of words, by which the conversion based unit is referred to. |
![]() |
property ConversionFactor: TIfcMeasureWithUnit read FConversionFactor write FConversionFactor; |
The physical quantity from which the converted unit is derived. |
![]() |
property HasExternalReference: TIfcExternalReferenceRelationshipList read FHasExternalReference; |
Reference to external information, e.g. library, classification, or document information, which is associated with the conversion-based unit. |
Generated by PasDoc 0.16.0-snapshot.