IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.11.3.6 IfcDimensionalExponents(量纲指数)

RV ⓘ
AbV ⓘ

8.11.3.6.1 语义定义(Semantic definition)

8.11.3.6.2 实体继承(Entity inheritance)

8.11.3.6.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcDimensionalExponents (7)
1 LengthExponent INTEGER

长度基本量的幂次。

2 MassExponent INTEGER

质量基本量的幂次。

3 TimeExponent INTEGER

时间基本量的幂次。

4 ElectricCurrentExponent INTEGER

电流基本量的幂次。

5 ThermodynamicTemperatureExponent INTEGER

热力学温度基本量的幂次。

6 AmountOfSubstanceExponent INTEGER

物质量基本量的幂次。

7 LuminousIntensityExponent INTEGER

发光强度基本量的幂次。

表 8.11.3.6.A

8.11.3.6.4 形式化表示(Formal representation)

ENTITY IfcDimensionalExponents;
	LengthExponent : INTEGER;
	MassExponent : INTEGER;
	TimeExponent : INTEGER;
	ElectricCurrentExponent : INTEGER;
	ThermodynamicTemperatureExponent : INTEGER;
	AmountOfSubstanceExponent : INTEGER;
	LuminousIntensityExponent : INTEGER;
END_ENTITY;

8.11.3.6.5 参考文献