Class TIfcConversionBasedUnit

Unit

Declaration

type TIfcConversionBasedUnit = class(TIfcNamedUnit)

Description

A unit that has a conversion rate to a base unit.

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property Name: TIfcLabel read FName write FName;
Published property ConversionFactor: TIfcMeasureWithUnit read FConversionFactor write FConversionFactor;
Published property HasExternalReference: TIfcExternalReferenceRelationshipList read FHasExternalReference;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Properties

Published property Name: TIfcLabel read FName write FName;

Word, or group of words, by which the conversion based unit is referred to.

Published property ConversionFactor: TIfcMeasureWithUnit read FConversionFactor write FConversionFactor;

The physical quantity from which the converted unit is derived.

Published property HasExternalReference: TIfcExternalReferenceRelationshipList read FHasExternalReference;

Reference to external information, e.g. library, classification, or document information, which is associated with the conversion-based unit.


Generated by PasDoc 0.16.0-snapshot.