8.15.3.6 IfcCenterLineProfileDef(中心线轮廓定义)
8.15.3.6.1 语义定义(Semantic definition)
轮廓定义 IfcCenterLineProfileDef 定义了一个任意的二维开放、不自相交的轮廓,用于扫掠实体几何中。它通过向中心线应用恒定厚度来定义区域,生成可用于构建实体的区域。
除其他用途外,IfcCenterLineProfileDef 用于模拟冷弯型钢或铝型材(Sigma、Zeta、Omega 以及 IfcParameterizedProfileDef 子类型未涵盖的类似截面)。然而,由于 IfcCenterLineProfileDef 除了厚度外不提供形状参数,通常需要通过以下方式进一步指定轮廓定义:
- 名称
- 对文档或库的外部引用
- 轮廓属性
或它们的组合。有关轮廓外部引用的指导,请参阅 IfcProfileDef。
非正式命题
- Curve 必须为开放曲线
- Curve 必须为非相交曲线
图1展示了中心线轮廓定义。Curve 在基础坐标系中定义。基础坐标系由使用该轮廓定义的扫掠曲面定义。它是以下坐标系的xy平面:
- IfcSweptSurface.Position
Curve 属性定义了一条二维开放有界曲线。Thickness 属性定义了沿曲线的恒定厚度。

8.15.3.6.2 实体继承(Entity inheritance)
8.15.3.6.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 |
轮廓的附加属性,例如机械属性。 |
|
| IfcArbitraryOpenProfileDef (1) | |||
| 3 | Curve | IfcBoundedCurve |
定义轮廓的开放有界曲线。 |
| 点击显示 5 个隐藏的继承特性 点击隐藏 5 个继承特性 | |||
| IfcCenterLineProfileDef (1) | |||
| 4 | Thickness | IfcPositiveLengthMeasure |
沿中心线应用的恒定厚度。 |
8.15.3.6.4 属性集
-
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.6.5 概念用法(Concept usage)
8.15.3.6.6 形式化表示(Formal representation)
ENTITY IfcCenterLineProfileDef
SUBTYPE OF (IfcArbitraryOpenProfileDef);
Thickness : IfcPositiveLengthMeasure;
END_ENTITY;