Class TIfcMeasureWithUnit
Unit
Declaration
type TIfcMeasureWithUnit = class(TIfcPersistent)
Description
This item has no description. Showing description inherited from TIfcPersistent.
Abstract class that can be serialized to / deserialized from an IFC file. This is not part of the official IFC standard, it is added for CGE purposes.
It is a TComponent, because all IFC classes are owned by a common owner. This way we avoid complicated memory management ("who is responsible for freeing who", or reference counting as we did for X3D nodes), and we can easily free all IFC classes by freeing the owner.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMeasureWithUnit
Overview
Properties
property ValueComponent: TIfcValue read FValueComponent write FValueComponent; |
|
property UnitComponent: TIfcUnit read FUnitComponent write FUnitComponent; |
Description
Properties
property ValueComponent: TIfcValue read FValueComponent write FValueComponent; |
|
Value of the physical quantity when expressed in the specified units. |
property UnitComponent: TIfcUnit read FUnitComponent write FUnitComponent; |
|
The unit in which the physical quantity is expressed. |
Generated by PasDoc 0.16.0-snapshot.