Class TIfcNamedUnit
Unit
Declaration
type TIfcNamedUnit = class(TIfcUnit)
Description
A unit quantity associated with the word, or group of words, by which the unit is identified.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcNamedUnit.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4626).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcUnit
- TIfcNamedUnit
Overview
Properties
![]() |
property Dimensions: TIfcDimensionalExponents read FDimensions write FDimensions; |
![]() |
property UnitType: TIfcUnitEnum read FUnitType write FUnitType default TIfcUnitEnum.UserDefined; |
Description
Properties
![]() |
property Dimensions: TIfcDimensionalExponents read FDimensions write FDimensions; |
|
Dimensional exponents of the SI base units by which the named unit is defined. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4632). | |
![]() |
property UnitType: TIfcUnitEnum read FUnitType write FUnitType default TIfcUnitEnum.UserDefined; |
|
The type of the unit. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4635). | |
Generated by PasDoc 0.17.0.snapshot.
