8.15.3.15 IfcOpenCrossProfileDef(开放截面轮廓定义)
AbV ⓘ
8.15.3.15.1 语义定义(Semantic definition)
一种通过宽度和坡度定义的二维开放轮廓,用于扫掠曲面几何中,特别是在截面曲面中。基础坐标系由使用该轮廓定义的扫掠曲面定义;在截面曲面中使用时,它是SectionedSurface.CrossSectionPositions每个列表成员的XY平面,其中轮廓X轴垂直于准线左侧方向(与_IfcPointByDistanceExpression_中的正横向偏移方向相同),面向沿准线的前进方向,轮廓Y轴根据截面曲面中的使用情况垂直向上或垂直于准线。
在扫掠操作中,OpenCrossProfileDef的行为可通过Tags属性进行控制。Tags允许两个连续截面具有不同数量的断点:具有相同标签值的点通过假设它们之间的线性纵向断裂线连接,或通过具有与截面点相同标签值的引导曲线连接。

8.15.3.15.2 实体继承(Entity inheritance)
8.15.3.15.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcProfileDef (4) | |||
| 点击显示 4 个隐藏的继承特性 点击隐藏 4 个继承特性 | |||
| IfcOpenCrossProfileDef (5) | |||
8.15.3.15.4 形式化命题(Formal propositions)
| 名称 | 描述 |
|---|---|
| CorrectProfileType |
轮廓类型应为CURVE。 |
|
|
| CorrespondingSlopeWidths |
坡度列表和宽度列表应具有相同的大小。 |
|
|
| CorrespondingTags |
标签列表应多一个成员。 |
|
|
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)
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;