Class TIfcPropertySingleValue
Unit
Declaration
type TIfcPropertySingleValue = class(TIfcSimpleProperty)
Description
Property with a single (numeric or descriptive) value assigned.
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5375).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcProperty
- TIfcSimpleProperty
- TIfcPropertySingleValue
Overview
Properties
| Published | property NominalValue: String read FNominalValue write FNominalValue; |
| Published | property Unit: TIfcUnit read FUnit write FUnit; |
Description
Properties
| Published | property NominalValue: String read FNominalValue write FNominalValue; |
|
Value and measure type of this property. TODO: This is IfcValue in IFC standard, https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcValue.htm . It's just String in Pascal, our JSON reader will convert other simple types to strings. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5386). | |
| Published | property Unit: TIfcUnit read FUnit write FUnit; |
|
Unit for the nominal value, if not given. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5389). | |
Generated by PasDoc 0.17.0.snapshot.