IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.15.3.19 IfcRectangleHollowProfileDef(矩形空心轮廓定义)

8.15.3.19.1 语义定义(Semantic definition)

IfcRectangleHollowProfileDef 定义了一个截面轮廓,提供用于扫描表面几何或扫描面积实体的矩形(或方形)空心截面的定义参数。其参数和相对于位置坐标系统的方向如下所示。方形空心截面可以通过 h 和 b 的相等值来定义。位置坐标系统的中心位于轮廓边界框的中心(对于对称轮廓,与重心相同)。通常,较长的边平行于 y 轴,较短的边平行于 x 轴。

图 8.15.3.19.A 说明了矩形或方形空心轮廓定义的参数。

空心矩形形状轮廓
图 8.15.3.19.A — 矩形空心轮廓

位置

参数化轮廓定义其自身的位置坐标系统。基础坐标系统由使用该轮廓定义的扫描面积实体定义。它是以下对象的 xy 平面:

通过使用位置偏移,参数化轮廓可以居中定位(使用 x,y 偏移 = 0.),或相对于轮廓的任何位置定位。

8.15.3.19.2 实体继承(Entity inheritance)

8.15.3.19.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcProfileDef (4)
1 ProfileType IfcProfileTypeEnum

定义此轮廓定义应解析的几何类型,是曲线还是曲面区域。如果是曲线,轮廓应由扫描曲面引用;如果是区域,轮廓应由扫描实体引用。

2 ProfileName OPTIONAL IfcLabel

轮廓的人类可读名称,例如根据标准轮廓表。如上所述,机器可读的标准轮廓名称应在 IfcExternalReference.ItemReference 中提供。

HasExternalReference SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects

与轮廓关联的外部信息(例如库、分类或文档信息)的引用。

HasProperties SET [0:?] OF IfcProfileProperties FOR ProfileDefinition

轮廓的附加属性,例如机械属性。

IfcParameterizedProfileDef (1)
3 Position OPTIONAL IfcAxis2Placement2D

参数化轮廓定义的位置坐标系。如果未指定,则不应用平移和旋转。

IfcRectangleProfileDef (2)
4 XDim IfcPositiveLengthMeasure

矩形沿x轴方向的尺寸。

5 YDim IfcPositiveLengthMeasure

矩形沿y轴方向的尺寸。

点击显示 7 个隐藏的继承特性 点击隐藏 7 个继承特性
IfcRectangleHollowProfileDef (3)
6 WallThickness IfcPositiveLengthMeasure

材料厚度。

7 InnerFilletRadius OPTIONAL IfcNonNegativeLengthMeasure

内角半径。

8 OuterFilletRadius OPTIONAL IfcNonNegativeLengthMeasure

外角半径。

表 8.15.3.19.B

8.15.3.19.4 形式化命题(Formal propositions)

名称 描述
ValidInnerRadius

内圆角半径(如果给出)应足够小以适合空隙。

NOT(EXISTS(InnerFilletRadius)) OR 
((InnerFilletRadius <= (SELF\IfcRectangleProfileDef.XDim/2. - WallThickness)) AND 
 (InnerFilletRadius <= (SELF\IfcRectangleProfileDef.YDim/2. - WallThickness)))
ValidOuterRadius

外圆角半径(如果给出)应足够小以适合边界框。

NOT(EXISTS(OuterFilletRadius)) OR 
((OuterFilletRadius <= (SELF\IfcRectangleProfileDef.XDim/2.)) AND 
 (OuterFilletRadius <= (SELF\IfcRectangleProfileDef.YDim/2.)))
ValidWallThickness

壁厚应小于矩形 X 和 Y 尺寸的一半。

(WallThickness < (SELF\IfcRectangleProfileDef.XDim/2.)) AND 
(WallThickness < (SELF\IfcRectangleProfileDef.YDim/2.))
表 8.15.3.19.C

8.15.3.19.5 属性集

  • Pset_ProfileMechanical
    • MassPerLength
    • CrossSectionArea
    • Perimeter
    • MinimumPlateThickness
    • MaximumPlateThickness
    • CentreOfGravityInX
    • CentreOfGravityInY
    • ShearCentreZ
    • ShearCentreY
    • MomentOfInertiaY
    • MomentOfInertiaZ
    • MomentOfInertiaYZ
    • TorsionalConstantX
    • WarpingConstant
    • ShearDeformationAreaZ
    • ShearDeformationAreaY
    • MaximumSectionModulusY
    • MinimumSectionModulusY
    • MaximumSectionModulusZ
    • MinimumSectionModulusZ
    • TorsionalSectionModulus
    • ShearAreaZ
    • ShearAreaY
    • PlasticShapeFactorY
    • PlasticShapeFactorZ

8.15.3.19.6 概念用法(Concept usage)

概念 用法 描述
IfcProfileDef (1)
Property Sets for Profiles General

用于剖面的属性集 概念模板描述了剖面如何与一个或多个属性集相关联。一个属性集包含一个或多个属性。单个属性的数据类型可以是单值、枚举值、表值、引用值或列表值,以及属性实例的组合。

注释:IfcProfileDef 不是 IfcObject。出于历史原因,此概念列在 对象定义 下。在标准未来版本中,各种属性集关联机制可能会得到统一。

适用于此模板的属性集将带有 IfcPropertySetTemplateTypeEnum "PSET_PROFILEDRIVEN"。

concept {
    IfcProfileDef:HasProperties -> IfcProfileProperties:ProfileDefinition

    IfcProfileProperties:Name -> IfcIdentifier
    IfcProfileProperties:Description -> IfcText
    IfcProfileProperties:Properties -> IfcPropertySingleValue
    IfcProfileProperties:Properties -> IfcPropertyBoundedValue
    IfcProfileProperties:Properties -> IfcPropertyEnumeratedValue
    IfcProfileProperties:Properties -> IfcPropertyListValue
    IfcProfileProperties:Properties -> IfcPropertyTableValue

    IfcPropertySingleValue -> Single_Value
    IfcPropertyBoundedValue -> Bounded_Value
    IfcPropertyEnumeratedValue -> Enumerated_Value
    IfcPropertyListValue -> List_Value
    IfcPropertyTableValue -> Table_Value

    IfcProfileProperties:Name[binding="PsetName"]
    IfcProfileProperties:Properties[binding="Properties"]
}

此概念可应用于以下资源

IfcParameterizedProfileDef (1)
Property Sets for Profiles General

用于剖面的属性集 概念模板描述了剖面如何与一个或多个属性集相关联。一个属性集包含一个或多个属性。单个属性的数据类型可以是单值、枚举值、表值、引用值或列表值,以及属性实例的组合。

注释:IfcProfileDef 不是 IfcObject。出于历史原因,此概念列在 对象定义 下。在标准未来版本中,各种属性集关联机制可能会得到统一。

适用于此模板的属性集将带有 IfcPropertySetTemplateTypeEnum "PSET_PROFILEDRIVEN"。

concept {
    IfcProfileDef:HasProperties -> IfcProfileProperties:ProfileDefinition

    IfcProfileProperties:Name -> IfcIdentifier
    IfcProfileProperties:Description -> IfcText
    IfcProfileProperties:Properties -> IfcPropertySingleValue
    IfcProfileProperties:Properties -> IfcPropertyBoundedValue
    IfcProfileProperties:Properties -> IfcPropertyEnumeratedValue
    IfcProfileProperties:Properties -> IfcPropertyListValue
    IfcProfileProperties:Properties -> IfcPropertyTableValue

    IfcPropertySingleValue -> Single_Value
    IfcPropertyBoundedValue -> Bounded_Value
    IfcPropertyEnumeratedValue -> Enumerated_Value
    IfcPropertyListValue -> List_Value
    IfcPropertyTableValue -> Table_Value

    IfcProfileProperties:Name[binding="PsetName"]
    IfcProfileProperties:Properties[binding="Properties"]
}
IfcRectangleProfileDef (1)
Property Sets for Profiles General

用于剖面的属性集 概念模板描述了剖面如何与一个或多个属性集相关联。一个属性集包含一个或多个属性。单个属性的数据类型可以是单值、枚举值、表值、引用值或列表值,以及属性实例的组合。

注释:IfcProfileDef 不是 IfcObject。出于历史原因,此概念列在 对象定义 下。在标准未来版本中,各种属性集关联机制可能会得到统一。

适用于此模板的属性集将带有 IfcPropertySetTemplateTypeEnum "PSET_PROFILEDRIVEN"。

concept {
    IfcProfileDef:HasProperties -> IfcProfileProperties:ProfileDefinition

    IfcProfileProperties:Name -> IfcIdentifier
    IfcProfileProperties:Description -> IfcText
    IfcProfileProperties:Properties -> IfcPropertySingleValue
    IfcProfileProperties:Properties -> IfcPropertyBoundedValue
    IfcProfileProperties:Properties -> IfcPropertyEnumeratedValue
    IfcProfileProperties:Properties -> IfcPropertyListValue
    IfcProfileProperties:Properties -> IfcPropertyTableValue

    IfcPropertySingleValue -> Single_Value
    IfcPropertyBoundedValue -> Bounded_Value
    IfcPropertyEnumeratedValue -> Enumerated_Value
    IfcPropertyListValue -> List_Value
    IfcPropertyTableValue -> Table_Value

    IfcProfileProperties:Name[binding="PsetName"]
    IfcProfileProperties:Properties[binding="Properties"]
}
点击显示 3 个隐藏的继承概念 点击隐藏 3 个继承概念
IfcRectangleHollowProfileDef (1)
Property Sets for Profiles General

用于剖面的属性集 概念模板描述了剖面如何与一个或多个属性集相关联。一个属性集包含一个或多个属性。单个属性的数据类型可以是单值、枚举值、表值、引用值或列表值,以及属性实例的组合。

注释:IfcProfileDef 不是 IfcObject。出于历史原因,此概念列在 对象定义 下。在标准未来版本中,各种属性集关联机制可能会得到统一。

适用于此模板的属性集将带有 IfcPropertySetTemplateTypeEnum "PSET_PROFILEDRIVEN"。

concept {
    IfcProfileDef:HasProperties -> IfcProfileProperties:ProfileDefinition

    IfcProfileProperties:Name -> IfcIdentifier
    IfcProfileProperties:Description -> IfcText
    IfcProfileProperties:Properties -> IfcPropertySingleValue
    IfcProfileProperties:Properties -> IfcPropertyBoundedValue
    IfcProfileProperties:Properties -> IfcPropertyEnumeratedValue
    IfcProfileProperties:Properties -> IfcPropertyListValue
    IfcProfileProperties:Properties -> IfcPropertyTableValue

    IfcPropertySingleValue -> Single_Value
    IfcPropertyBoundedValue -> Bounded_Value
    IfcPropertyEnumeratedValue -> Enumerated_Value
    IfcPropertyListValue -> List_Value
    IfcPropertyTableValue -> Table_Value

    IfcProfileProperties:Name[binding="PsetName"]
    IfcProfileProperties:Properties[binding="Properties"]
}
表 8.15.3.19.D

8.15.3.19.7 形式化表示(Formal representation)

ENTITY IfcRectangleHollowProfileDef
 SUBTYPE OF (IfcRectangleProfileDef);
	WallThickness : IfcPositiveLengthMeasure;
	InnerFilletRadius : OPTIONAL IfcNonNegativeLengthMeasure;
	OuterFilletRadius : OPTIONAL IfcNonNegativeLengthMeasure;
 WHERE
	ValidInnerRadius : NOT(EXISTS(InnerFilletRadius)) OR 
((InnerFilletRadius <= (SELF\IfcRectangleProfileDef.XDim/2. - WallThickness)) AND 
 (InnerFilletRadius <= (SELF\IfcRectangleProfileDef.YDim/2. - WallThickness)))
;
	ValidOuterRadius : NOT(EXISTS(OuterFilletRadius)) OR 
((OuterFilletRadius <= (SELF\IfcRectangleProfileDef.XDim/2.)) AND 
 (OuterFilletRadius <= (SELF\IfcRectangleProfileDef.YDim/2.)));
	ValidWallThickness : (WallThickness < (SELF\IfcRectangleProfileDef.XDim/2.)) AND 
(WallThickness < (SELF\IfcRectangleProfileDef.YDim/2.));
END_ENTITY;

8.15.3.19.8 参考文献