IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.12.2.13 IfcSpecularExponent(镜面指数)

8.12.2.13.1 语义定义(Semantic definition)

IfcSpecularExponent 定义了用于确定"反射"锐度的指数数据类型。较大的指数值(例如 10.0)会使反射更加锐利。较小的值(例如 1.0)则会减小镜面衰减。

IfcSpecularExponent 的类型为 REAL。

注意 该数据类型与 ISO 10303-46 实体 surface_style_reflectance_ambient_diffuse_specular 中 specular_exponent 的定义相关。

8.12.2.13.2 形式化表示(Formal representation)

TYPE IfcSpecularExponent = REAL;
END_TYPE;

8.12.2.13.3 参考文献