8.15.3.28 IfcZShapeProfileDef(Z形轮廓定义)
8.15.3.28.1 语义定义(Semantic definition)
IfcZShapeProfileDef 定义了Z形截面轮廓,为扫掠体提供截面定义参数。其参数及相对于定位坐标系的方位如下所示。定位坐标系中心位于轮廓包围盒中心。
图1展示了Z形轮廓定义的参数。

定位
参数化轮廓定义了自身的定位坐标系。 基础坐标系由使用该轮廓定义的扫掠体确定。 具体为以下对象的xy平面:
- IfcSweptAreaSolid.Position
通过使用定位点的偏移量,参数化轮廓可被居中定位(使用x,y偏移量=0),或相对于轮廓任意定位。
8.15.3.28.2 实体继承(Entity inheritance)
8.15.3.28.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcProfileDef (4) | |||
| IfcParameterizedProfileDef (1) | |||
| 点击显示 5 个隐藏的继承特性 点击隐藏 5 个继承特性 | |||
| IfcZShapeProfileDef (8) | |||
8.15.3.28.4 形式化命题(Formal propositions)
8.15.3.28.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.28.6 概念用法(Concept usage)
8.15.3.28.7 形式化表示(Formal representation)
ENTITY IfcZShapeProfileDef
SUBTYPE OF (IfcParameterizedProfileDef);
Depth : IfcPositiveLengthMeasure;
FlangeWidth : IfcPositiveLengthMeasure;
WebThickness : IfcPositiveLengthMeasure;
FlangeThickness : IfcPositiveLengthMeasure;
FilletRadius : OPTIONAL IfcNonNegativeLengthMeasure;
EdgeRadius : OPTIONAL IfcNonNegativeLengthMeasure;
WHERE
ValidFlangeThickness : FlangeThickness < (Depth / 2.);
END_ENTITY;