8.15.3.16 IfcParameterizedProfileDef(参数化轮廓定义)
抽象 该定义可能不会被直接实例化。
8.15.3.16.1 语义定义(Semantic definition)
参数化轮廓定义定义了一个二维位置坐标系,不同轮廓的参数均与此坐标系相关联。所有轮廓均以位置坐标系原点为中心定义,更具体地说,原点[0.,0.]应位于轮廓边界框的中心。
IfcParameterizedProfileDef 的 Position 属性用于在扫描表面几何、扫描面积实体或截面脊柱的基础坐标系的 XY 平面内定位轮廓。它可用于将轮廓定位在任何点,该点将成为拉伸或旋转表面或实体的原点[0.,0.,0.]。
如果变换可以在包含对象中指定,则不应使用 Position 属性。特别是,当 IfcParameterizedProfileDef 作为 SweptArea 在 IfcSweptAreaSolid 的子类型中被引用,或作为 CrossSections 在 IfcSectionedSpine 中被引用时,此规则适用。
IfcParameterizedProfileDef 的若干子类型提供了可选的形状参数。发送系统在可能的情况下应始终为这些参数提供值。如果这些参数未指定,接收系统可以通过外部引用获取其值(如果提供了对外部文档或库的引用;参见 IfcProfileDef 处的指南),或估算它们,或简单地假定为零值。
8.15.3.16.2 实体继承(Entity inheritance)
8.15.3.16.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 |
轮廓的附加属性,例如机械属性。 |
|
| 点击显示 4 个隐藏的继承特性 点击隐藏 4 个继承特性 | |||
| IfcParameterizedProfileDef (1) | |||
| 3 | Position | OPTIONAL IfcAxis2Placement2D |
参数化轮廓定义的位置坐标系。如果未指定,则不应用平移和旋转。 |
8.15.3.16.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.16.5 概念用法(Concept usage)
8.15.3.16.6 形式化表示(Formal representation)
ENTITY IfcParameterizedProfileDef
ABSTRACT SUPERTYPE OF (ONEOF
(IfcAsymmetricIShapeProfileDef
,IfcCShapeProfileDef
,IfcCircleProfileDef
,IfcEllipseProfileDef
,IfcIShapeProfileDef
,IfcLShapeProfileDef
,IfcRectangleProfileDef
,IfcTShapeProfileDef
,IfcTrapeziumProfileDef
,IfcUShapeProfileDef
,IfcZShapeProfileDef))
SUBTYPE OF (IfcProfileDef);
Position : OPTIONAL IfcAxis2Placement2D;
END_ENTITY;