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
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4734).
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. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4740). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4741). | |
Properties
![]() |
property Name: TIfcLabel read FName write FName; |
|
Word, or group of words, by which the conversion based unit is referred to. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4744). | |
![]() |
property ConversionFactor: TIfcMeasureWithUnit read FConversionFactor write FConversionFactor; |
|
The physical quantity from which the converted unit is derived. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4747). | |
![]() |
property HasExternalReference: TIfcExternalReferenceRelationshipList read FHasExternalReference; |
|
Reference to external information, e.g. library, classification, or document information, which is associated with the conversion-based unit. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4751). | |
Generated by PasDoc 0.17.0.snapshot.

