Navigation

IfcSurfaceShadingProperties

Definition from IAI: A container class for properties for shading related to particular surface style.

HISTORY: This is new Entity in IFC 2x.
ISSUE See issue and change log for changes made in IFC 2x.

EXPRESS specification:

ENTITY IfcSurfaceShadingProperties
SUBTYPE OF ( IfcSurfaceStyleProperties);
AmbientColor  :  IfcColorRGB;
END_ENTITY;

Attribute definitions:

AmbientColor  :  Color for visualisation defined by specifying the intensity of red, green and blue.
---
Note: Only RGB colour space is supported in IFC 2x.
---

References (2):

Name Type Referred through Express-G
IfcSurfaceRenderingProperties Entity
Supertype
Diagram 1
IfcSurfaceStyleProperties Entity
Subtype
Diagram 1

Inheritance graph

ENTITY IfcSurfaceShadingProperties;
ENTITY IfcSurfaceStyleProperties;
UsageIdentifier  :  OPTIONAL IfcLabel;
ENTITY IfcSurfaceShadingProperties;
AmbientColor  :  IfcColorRGB;
END_ENTITY;