8.12.3.34 IfcSurfaceStyleWithTextures
8.12.3.34.1 Semantic definition
The entity IfcSurfaceStyleWithTextures allows to include image textures in surface styles. These image textures can be applied repeating across the surface or mapped with a particular scale upon the surface.
Informal Propositions
- Only one instance of IfcSurfaceStyleWithTextures shall be referenced by an IfcStyledItem and be assigned to an IfcGeometricRepresentationItem
 
8.12.3.34.2 Entity inheritance
- 
- IfcSurfaceStyleWithTextures
 - IfcColourRgbList
 - IfcColourSpecification
 - IfcCurveStyleFont
 - IfcCurveStyleFontAndScaling
 - IfcCurveStyleFontPattern
 - IfcIndexedColourMap
 - IfcPreDefinedItem
 - IfcSurfaceStyleLighting
 - IfcSurfaceStyleRefraction
 - IfcSurfaceStyleShading
 - IfcSurfaceTexture
 - IfcTextStyleForDefinedFont
 - IfcTextStyleTextModel
 - IfcTextureCoordinate
 - IfcTextureVertex
 - IfcTextureVertexList
 
 
8.12.3.34.3 Attributes
| # | Attribute | Type | Description | 
|---|---|---|---|
| IfcSurfaceStyleWithTextures (1) | |||
| 1 | Textures | LIST [1:?] OF IfcSurfaceTexture | 
 The textures applied to the surface. In case of more than one surface texture is included, the IfcSurfaceStyleWithTextures defines a multi texture.  | 
8.12.3.34.4 Examples
8.12.3.34.5 Formal representation
ENTITY IfcSurfaceStyleWithTextures
 SUBTYPE OF (IfcPresentationItem);
	Textures : LIST [1:?] OF IfcSurfaceTexture;
END_ENTITY;


