IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.15.3.10 IfcDerivedProfileDef(派生轮廓定义)

8.15.3.10.1 语义定义(Semantic definition)

IfcDerivedProfileDef 通过从父轮廓进行变换来定义轮廓。变换由二维变换运算符给出。变换包括平移、旋转、镜像和缩放。后者可以是均匀的或非均匀的。派生轮廓可用于定义扫描曲面、扫描面积实体或截面脊线。

该变换影响基础坐标系中轮廓的位置、旋转、镜像或缩放,即使用该轮廓定义的扫描曲面或扫描面积实体所定义的坐标系。这是以下任一情况的 xy 平面:

或者在截面脊线的情况下,是 IfcSectionedSpine.CrossSectionPositions 每个列表成员的 xy 平面。在应用笛卡尔变换运算符之前,会考虑基础坐标系内 ParentProfile 的位置和潜在旋转。

注意,如果只需要镜像,则应改用 IfcMirroredProfileDef

均匀缩放
Figure 8.15.3.10.A

参数
IfcDerivedProfileDef 使用应用于父轮廓定义的 IfcCartesianTransformationOperator2D(CTO)进行定义。

示例
该示例显示了一个均匀缩放和一个 IfcRectangleProfileDef 的变换,以匹配左下角基点。CTO 的属性为:

Axis1 = NIL(默认为 1.,0.) Axis2 = NIL(默认为 0.,1.) LocalOrigin = IfcCartesianPoint(<1/2 XDim>,<1/2 YDim>) Scale = 2.

非均匀缩放
Figure 8.15.3.10.B

参数
IfcDerivedProfileDef 通过应用作为 2D CTO 子类型的 IfcCartesianTransformationOperator2DnonUniform 来定义非均匀变换。

示例
该示例显示了一个非均匀缩放和一个 IfcRectangleProfileDef 的平移,以匹配左下角基点。CTO 的属性为:

Axis1 = NIL(默认为 1.,0.) Axis2 = NIL(默认为 0.,1.) LocalOrigin = IfcCartesianPoint(0.,<1/2 YDim>) Scale = 1. Scale2 = 2.

镜像
Figure 8.15.3.10.C

参数
IfcDerivedProfileDef 通过应用 IfcCartesianTransformationOperator2D(CTO)到父轮廓来定义镜像。

示例
该示例显示了一个 IfcLShapeProfileDef 的镜像,以匹配中心基点。CTO 的属性为:

Axis1 = (-1.,0.) Axis2 = NIL(默认为 0.,1.) LocalOrigin = IfcCartesianPoint(0.,0.) Scale = NIL(默认为 1.)

此示例仅用于说明。 如果变换结果仅如示例中所示进行镜像,则应使用 IfcMirroredProfileDef 而不是 IfcDerivedProfileDef

注意:以下颜色映射适用:

  • 黑色坐标轴显示扫描曲面、扫描面积实体或截面脊线的基础坐标系
  • 红色坐标轴显示父轮廓的位置坐标系
  • 棕色坐标轴显示派生轮廓的位置坐标系

8.15.3.10.2 实体继承(Entity inheritance)

8.15.3.10.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcProfileDef (4)
点击显示 4 个隐藏的继承特性 点击隐藏 4 个继承特性
IfcDerivedProfileDef (3)
表 8.15.3.10.D

8.15.3.10.4 形式化命题(Formal propositions)

名称 描述
InvariantProfileType

派生轮廓的轮廓类型应与父轮廓的类型相同,即两者都应为 AREA 或 CURVE。

SELF\IfcProfileDef.ProfileType = ParentProfile.ProfileType
表 8.15.3.10.E

8.15.3.10.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.10.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 个继承概念
IfcDerivedProfileDef (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.10.F

8.15.3.10.7 形式化表示(Formal representation)

ENTITY IfcDerivedProfileDef
 SUPERTYPE OF (ONEOF
	(IfcMirroredProfileDef))
 SUBTYPE OF (IfcProfileDef);
	ParentProfile : IfcProfileDef;
	Operator : IfcCartesianTransformationOperator2D;
	Label : OPTIONAL IfcLabel;
 WHERE
	InvariantProfileType : SELF\IfcProfileDef.ProfileType = ParentProfile.ProfileType;
END_ENTITY;

8.15.3.10.8 参考文献