IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.10.3.15 IfcMaterialProfileWithOffsets(带偏移材料轮廓)

8.10.3.15.1 语义定义(Semantic definition)

IfcMaterialProfileWithOffsetsIfcMaterialProfile 的一种特殊形式,具有额外的纵向偏移量。

可以在构件起始端、末端或起始端和末端同时定义偏移量,从而定义 IfcMaterialProfileWithOffsets 在构件纵向方向上的相对位置。这不应用于定义轮廓平面内各单独轮廓的相对位置(该相对位置应在复合轮廓定义中给出)。此外,在与 IfcMaterialProfileSetUsageTapering 配合使用时,应特别注意正确分配起始端和末端的偏移量。

8.10.3.15.2 实体继承(Entity inheritance)

8.10.3.15.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcMaterialDefinition (3)
AssociatedTo SET [0:?] OF IfcRelAssociatesMaterial FOR RelatingMaterial

在构件实例或构件类型的材料关联中使用 IfcMaterialDefinition 子类型。该关联通过 IfcRelAssociatesMaterial 关系建立。

HasExternalReferences SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects

引用与材料相关的外部参考,例如库、分类或文档信息。

HasProperties SET [0:?] OF IfcMaterialProperties FOR Material

分配给 IfcMaterialDefinition 子类型实例的材料属性。

IfcMaterialProfile (7)
1 Name OPTIONAL IfcLabel

材料轮廓的标识名称。

2 Description OPTIONAL IfcText

用描述性术语定义材料轮廓。

3 Material OPTIONAL IfcMaterial

对构成轮廓的材料进行可选引用。

4 Profile IfcProfileDef

标识与此材料轮廓关联材料的轮廓。

5 Priority OPTIONAL IfcInteger

轮廓的相对优先级,以标准化整数范围[0..100]表示。控制建筑构件连接处和转角处轮廓的相交方式:在构件连接节点中,若前者的轮廓优先级高于后者,则一个构件的轮廓会伸入(即取代)另一个构件的轮廓。构件中材料轮廓的优先级值需由软件应用程序根据连接构件中的材料轮廓进行设置和维护。

6 Category OPTIONAL IfcLabel

材料轮廓的类别,例如在其所属轮廓集中承担的角色。关键词列表可通过模型视图定义扩展,但以下关键词通常适用: * 'LoadBearing' —— 具有承重功能的材料轮廓 * 'Insulation' —— 具有保温功能的材料轮廓
* 'Finish' —— 作为饰面的材料轮廓

ToMaterialProfileSet IfcMaterialProfileSet FOR MaterialProfiles

包含此材料轮廓的材料轮廓集。

点击显示 10 个隐藏的继承特性 点击隐藏 10 个继承特性
IfcMaterialProfileWithOffsets (1)
7 OffsetValues ARRAY [1:2] OF IfcLengthMeasure

轮廓偏移量的数值,沿轴线方向(始终为 AXIS1,即沿拉伸路径的轴线)。OffsetValues[1] 表示沿轴线方向从较低位置(通常是标准拉伸的起点)的偏移量,OffsetValues[2] 表示沿轴线方向从较高位置(通常是标准拉伸的终点)的偏移量。

表 8.10.3.15.A

8.10.3.15.4 形式化表示(Formal representation)

ENTITY IfcMaterialProfileWithOffsets
 SUBTYPE OF (IfcMaterialProfile);
	OffsetValues : ARRAY [1:2] OF IfcLengthMeasure;
END_ENTITY;

8.10.3.15.5 参考文献