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
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. |
property UnitType: TIfcUnitEnum read FUnitType write FUnitType default TIfcUnitEnum.UserDefined; |
|
The type of the unit. |
Generated by PasDoc 0.16.0-snapshot.