IFC 4.3.2.20250219 (IFC4X3_ADD2) under development

8.12.2.15 IfcSpecularRoughness

8.12.2.15.1 Semantic definition

The IfcSpecularRoughness defines the datatype for the reflection resulting from the roughness of a surface through the height of surface impurities where the specular highlight is made sharper with small values for the roughness, such as 0.1. Applies to "glass", "metal", "mirror" and "plastic" reflection models. Larger values, close to 1.0 decrease the specular fall-off.

IfcSpecularRoughness is of type REAL. It is constraint to values between (and including) 0 and 1.

8.12.2.15.2 Formal Propositions

WR1<html><body><p>Specular roughness shall be given as a non-negative value less than or equal to 1.0</p></body></html>
{0.0 <= SELF <= 1.0}
Table 8.12.2.15.A

8.12.2.15.3 Formal representation

TYPE IfcSpecularRoughness = REAL;
 WHERE
	 WR1 : {0.0 <= SELF <= 1.0};
END_TYPE;

8.12.2.15.4 References

Edit on Github

3 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!