IFC 4.3.2.20260714 (IFC4X3_ADD2) under development

8.12.3.34 IfcSurfaceStyleWithTextures(带纹理表面样式)

8.12.3.34.1 语义定义

实体 IfcSurfaceStyleWithTextures 允许在表面样式中包含图像纹理。这些图像纹理可以在表面重复应用,或以特定比例映射到表面上。

非形式化命题

  1. 一个 IfcStyledItem 应仅引用一个 IfcSurfaceStyleWithTextures 实例,并应将该实例分配给一个 IfcGeometricRepresentationItem

沿革 IFC2x2中的新增实体。

8.12.3.34.2 实体继承

8.12.3.34.3 特性

# 特性 类型 描述
IfcSurfaceStyleWithTextures (1)
1 Textures LIST [1:?] OF IfcSurfaceTexture

应用于表面的纹理。如果包含多个表面纹理,则 IfcSurfaceStyleWithTextures 定义多重纹理。

表 8.12.3.34.A

8.12.3.34.4 形式化表示

ENTITY IfcSurfaceStyleWithTextures
 SUBTYPE OF (IfcPresentationItem);
	Textures : LIST [1:?] OF IfcSurfaceTexture;
END_ENTITY;

8.12.3.34.5 参考