IFC 4.3.2.20250219 (IFC4X3_ADD2) under development

8.12.2.11 IfcReflectanceMethodEnum

8.12.2.11.1 Semantic definition

The IfcReflectanceMethodEnum defines the range of different reflectance methods available.

8.12.2.11.2 Type values

Type Description
BLINN

A reflectance model providing a smooth, slightly shiny appearance.

FLAT

A reflectance model conforming with the Unlit lighting model defined in X3D.

GLASS

A reflectance model that supports an approximation of glass-like materials that have both reflective and transmissive properties.

MATT

A reflectance model providing a dull matte appearance.

METAL

A reflectance model providing a specular metallic appearance.

MIRROR

A reflectance model that supports secondary mirrored views through ray tracing.

PHONG

A reflectance model conforming with the Phong lighting model defined in X3D.

PHYSICAL

A reflectance model conforming with the Physical lighting model defined in X3D.

PLASTIC

A reflectance model providing a specular effect which is similar to the Phong model.

STRAUSS

A reflectance model for metallic and non-metallic appearance based on a limited set of control parameter.

NOTDEFINED

Undefined.

Table 8.12.2.11.A

8.12.2.11.3 Formal representation

TYPE IfcReflectanceMethodEnum = ENUMERATION OF
	(BLINN
	,FLAT
	,GLASS
	,MATT
	,METAL
	,MIRROR
	,PHONG
	,PHYSICAL
	,PLASTIC
	,STRAUSS
	,NOTDEFINED);
END_TYPE;

8.12.2.11.4 References

Edit on Github

4 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!

8.12.2.11.5 Changelog

8.12.2.11.5.1 IFC4.3_DEV_d5336fff

  • item, PHYSICAL