Class Ifc2x3::IfcSurfaceStyleShading¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity
(Class IfcBaseEntity)
Derived Type¶
public Ifc2x3::IfcSurfaceStyleRendering
(Class Ifc2x3::IfcSurfaceStyleRendering)
Class Documentation¶
-
class
Ifc2x3
::
IfcSurfaceStyleShading
: public IfcUtil::IfcBaseEntity¶ Definition from ISO/CD 10303-46:1992: The surface style rendering allows the realistic visualization of surfaces referring to rendering techniques based on the laws of physics and mathematics.
The entity IfcSurfaceStyleShading allows for colour information used for shading, whereas subtypes provide data for more sophisticated rendering techniques. The surface colour is used for colouring or simple shading of the assigned surfaces.
NOTE Corresponding ISO 10303 entity: surface_style_rendering. Please refer to ISO/IS 10303-46:1994 for the final definition of the formal standard. No rendering method is defined for each surface style (such as constant, colour, dot or normal shading), therefore the attribute rendering_method has been omitted.
HISTORY: New entity in IFC 2x.
Subclassed by Ifc2x3::IfcSurfaceStyleRendering
Public Types
-
typedef IfcTemplatedEntityList<IfcSurfaceStyleShading>
list
¶
Public Functions
-
::Ifc2x3::IfcColourRgb *
SurfaceColour
() const¶ The colour used to render the surface. The surface colour for visualisation is defined by specifying the intensity of red, green and blue.
-
void
setSurfaceColour
(::Ifc2x3::IfcColourRgb *v)¶
-
IfcSurfaceStyleShading
(IfcEntityInstanceData *e)¶
-
IfcSurfaceStyleShading
(::Ifc2x3::IfcColourRgb *v1_SurfaceColour)¶
-
typedef IfcTemplatedEntityList<IfcSurfaceStyleShading>