Class TIfcConversionBasedUnit

Unit

Declaration

type TIfcConversionBasedUnit = class(TIfcNamedUnit)

Description

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

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcConversionBasedUnit.htm

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4734).

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.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4740).

Public destructor Destroy; override;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4741).

Properties

Published property Name: TIfcLabel read FName write FName;

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

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4744).

Published property ConversionFactor: TIfcMeasureWithUnit read FConversionFactor write FConversionFactor;

The physical quantity from which the converted unit is derived.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4747).

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.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 4751).


Generated by PasDoc 0.17.0.snapshot.