IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.11.2.71 IfcPositiveLengthMeasure(正长度度量)

8.11.2.71.1 语义定义(Semantic definition)

IfcPositiveLengthMeasure 是一种大于零的长度度量。

类型:IfcLengthMeasure

8.11.2.71.2 形式化命题(Formal propositions)

WR1<html><body><p>正度量值应大于零。</p></body></html>
SELF > 0.
表 8.11.2.71.A

8.11.2.71.3 形式化表示(Formal representation)

TYPE IfcPositiveLengthMeasure = IfcLengthMeasure;
 WHERE
	 WR1 : SELF > 0.;
END_TYPE;

8.11.2.71.4 参考文献