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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4746).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcUnit
- TIfcNamedUnit
- TIfcConversionBasedUnit
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property Name: TIfcLabel read FName write FName; |
| Published | property ConversionFactor: TIfcMeasureWithUnit read FConversionFactor write FConversionFactor; |
| Published | property HasExternalReference: TIfcExternalReferenceRelationshipList read FHasExternalReference; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4752). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4753). | |
Properties
| Published | property Name: TIfcLabel read FName write FName; |
|
Word, or group of words, by which the conversion based unit is referred to. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4756). | |
| Published | property ConversionFactor: TIfcMeasureWithUnit read FConversionFactor write FConversionFactor; |
|
The physical quantity from which the converted unit is derived. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4759). | |
| Published | 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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4763). | |
Generated by PasDoc 0.17.0.snapshot.