IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.10.3.9 IfcMaterialLayerWithOffsets(带偏移材料层)

8.10.3.9.1 语义定义(Semantic definition)

IfcMaterialLayerWithOffsetsIfcMaterialLayer 的一种特殊化,能够沿边缘定义偏移值(在父层集使用的材料层集内)。

它定义了材料层在材料层集中预期使用的两个偏移值的分配。偏移应用于分层元素的边缘(即垂直于层集方向的方向)。偏移不应在层集方向使用,即不应用于模拟层之间的间隙(或重叠);间隙应建模为具有适当空隙材料分配的层。

以一个分层墙为例,外部隔离的外层材料层在拉伸上方延伸100mm,但从相同的基础高度开始。在这种情况下设置以下值: * OffsetValues[1] = 0.0 * OffsetValues[2] = 100.0(默认单位假定为毫米) * OffsetValues[2] = 100.0(默认单位假定为毫米)

注意 IfcWall 的"Body"形状表示法可能有多个 Items,每个 Item 都是与 IfcMaterialLayerIfcMaterialLayerWithOffsets 对应的 IfcExtrudedAreaSolid

非正式命题

  1. OffsetDirection 不应与相应 IfcMaterialLayerSetUsageLayerSetDirection 相同。

  2. 属性 ReferenceExtent 应在相应的 IfcMaterialLayerSetUsage 中声明。

OffsetValuesOffsetDirection 对应于 IfcMaterialLayerSetUsage 中的 ReferenceExtentLayerSetDirection 定义。图1显示了将 OffsetValues 应用于分层墙材料层的示例。

IfcMaterialLayerWithOffsets_fig-1
图1 — 带偏移材料层

8.10.3.9.2 实体继承(Entity inheritance)

8.10.3.9.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcMaterialDefinition (3)
IfcMaterialLayer (8)
点击显示 11 个隐藏的继承特性 点击隐藏 11 个继承特性
IfcMaterialLayerWithOffsets (2)
表 8.10.3.9.B

8.10.3.9.4 形式化表示(Formal representation)

ENTITY IfcMaterialLayerWithOffsets
 SUBTYPE OF (IfcMaterialLayer);
	OffsetDirection : IfcLayerSetDirectionEnum;
	OffsetValues : ARRAY [1:2] OF IfcLengthMeasure;
END_ENTITY;

8.10.3.9.5 参考文献