IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.15.3.15 IfcOpenCrossProfileDef(开放截面轮廓定义)

AbV ⓘ

8.15.3.15.1 语义定义(Semantic definition)

一种通过宽度和坡度定义的二维开放轮廓,用于扫掠曲面几何中,特别是在截面曲面中。基础坐标系由使用该轮廓定义的扫掠曲面定义;在截面曲面中使用时,它是SectionedSurface.CrossSectionPositions每个列表成员的XY平面,其中轮廓X轴垂直于准线左侧方向(与_IfcPointByDistanceExpression_中的正横向偏移方向相同),面向沿准线的前进方向,轮廓Y轴根据截面曲面中的使用情况垂直向上或垂直于准线。

在扫掠操作中,OpenCrossProfileDef的行为可通过Tags属性进行控制。Tags允许两个连续截面具有不同数量的断点:具有相同标签值的点通过假设它们之间的线性纵向断裂线连接,或通过具有与截面点相同标签值的引导曲线连接。

开放截面轮廓
图1 — 开放截面轮廓

8.15.3.15.2 实体继承(Entity inheritance)

8.15.3.15.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcProfileDef (4)
点击显示 4 个隐藏的继承特性 点击隐藏 4 个继承特性
IfcOpenCrossProfileDef (5)
表 8.15.3.15.B

8.15.3.15.4 形式化命题(Formal propositions)

名称 描述
CorrectProfileType

轮廓类型应为CURVE。

SELF\IfcProfileDef.ProfileType = IfcProfileTypeEnum.CURVE
CorrespondingSlopeWidths

坡度列表和宽度列表应具有相同的大小。

SIZEOF(Slopes) = SIZEOF(Widths)
CorrespondingTags

标签列表应多一个成员。

(NOT EXISTS (Tags)) OR (SIZEOF(Tags) = (SIZEOF(Slopes) + 1))
表 8.15.3.15.C

8.15.3.15.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.15.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"]
}

此概念可应用于以下资源

点击显示 1 个隐藏的继承概念 点击隐藏 1 个继承概念
IfcOpenCrossProfileDef (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.15.D

8.15.3.15.7 形式化表示(Formal representation)

ENTITY IfcOpenCrossProfileDef
 SUBTYPE OF (IfcProfileDef);
	HorizontalWidths : IfcBoolean;
	Widths : LIST [1:?] OF IfcNonNegativeLengthMeasure;
	Slopes : LIST [1:?] OF IfcPlaneAngleMeasure;
	Tags : OPTIONAL LIST [2:?] OF IfcLabel;
	OffsetPoint : OPTIONAL IfcCartesianPoint;
 WHERE
	CorrectProfileType : SELF\IfcProfileDef.ProfileType = IfcProfileTypeEnum.CURVE;
	CorrespondingSlopeWidths : SIZEOF(Slopes) = SIZEOF(Widths);
	CorrespondingTags : (NOT EXISTS (Tags)) OR (SIZEOF(Tags) = (SIZEOF(Slopes) + 1));
END_ENTITY;

8.15.3.15.8 参考文献