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

Hierarchy

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.

Published property UnitComponent: TIfcUnit read FUnitComponent write FUnitComponent;

The unit in which the physical quantity is expressed.


Generated by PasDoc 0.16.0-snapshot.