Class TIfcPlaneAngleMeasure

Unit

Declaration

type TIfcPlaneAngleMeasure = class(TIfcMeasureValue)

Description

Value of an angle in a plane.

Usually measured in radian (rad, m/m = 1), but also grads may be used. The grad unit has to be declared as a conversion based unit based on radian unit.

In IFC spec, this is not a class. But in Pascal we express it as class descending from IfcMeasureValue as this makes sense looking at IFC JSON structure.

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

Hierarchy

Overview

Properties

Published property Value: TIfcReal read FValue write FValue;

Description

Properties

Published property Value: TIfcReal read FValue write FValue;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.