Class TIfcMeasureWithUnit
Unit
Declaration
type TIfcMeasureWithUnit = class(TIfcPersistent)
Description
This has two usages:
1. For representing measure value together with its unit on the entity type attribute level; thus overriding the IFC model global unit assignments.
2. For conversion based unit to give the conversion rate and its base.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcMeasureWithUnit.htm
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4719).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMeasureWithUnit
Overview
Properties
| Published | property ValueComponent: TIfcValue read FValueComponent write FValueComponent; |
| Published | property UnitComponent: TIfcUnit read FUnitComponent write FUnitComponent; |
Description
Properties
| Published | property ValueComponent: TIfcValue read FValueComponent write FValueComponent; |
|
Value of the physical quantity when expressed in the specified units. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4725). | |
| Published | property UnitComponent: TIfcUnit read FUnitComponent write FUnitComponent; |
|
The unit in which the physical quantity is expressed. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4728). | |
Generated by PasDoc 0.17.0.snapshot.