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

8.15.3.15.2 实体继承
8.15.3.15.3 特性
| # | 特性 | 类型 | 描述 |
|---|---|---|---|
| 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 个继承特性 | |||
| IfcOpenCrossProfileDef (5) | |||
| 3 | HorizontalWidths | IfcBoolean |
指示宽度应水平测量还是沿坡度测量。 |
| 4 | Widths | LIST [1:?] OF IfcNonNegativeLengthMeasure |
轮廓中各段的水平宽度(当HorizontalWidths=.T.时)或沿坡度的距离(当HorizontalWidths=.F.时)。如果Horizontal=.T.,则坡度不应等于+/-90度。 |
| 5 | Slopes | LIST [1:?] OF IfcPlaneAngleMeasure |
坡度测量值。 |
| 6 | Tags | OPTIONAL LIST [2:?] OF IfcLabel |
标签。 |
| 7 | OffsetPoint | OPTIONAL IfcCartesianPoint |
可选的笛卡尔点,用于指定轮廓曲线起点。提供的坡度和宽度从此点展开。如果未给出值,轮廓将从与轮廓平面的对齐交点开始。 |
8.15.3.15.4 形式化命题
| 名称 | 描述 |
|---|---|
| CorrectProfileType |
轮廓类型应为CURVE。 |
|
|
| CorrespondingSlopeWidths |
坡度列表和宽度列表应具有相同的大小。 |
|
|
| CorrespondingTags |
标签列表应多一个成员。 |
|
|
8.15.3.15.5 属性集
-
Pset_ProfileMechanical
- MassPerLength(单位长度质量)
- CrossSectionArea(横截面面积)
- Perimeter(周长)
- MinimumPlateThickness(最小板厚)
- MaximumPlateThickness(最大板厚)
- CentreOfGravityInX(X轴重心)
- CentreOfGravityInY(Y轴重心)
- ShearCentreZ(Z向剪切中心)
- ShearCentreY(Y向剪切中心)
- MomentOfInertiaY(Y轴惯性矩)
- MomentOfInertiaZ(Z轴惯性矩)
- MomentOfInertiaYZ(YZ轴惯性矩)
- TorsionalConstantX(X轴扭转常数)
- WarpingConstant(翘曲常数)
- ShearDeformationAreaZ(Z向剪切变形面积)
- ShearDeformationAreaY(Y向剪切变形面积)
- MaximumSectionModulusY(最大Y向截面模量)
- MinimumSectionModulusY(最小Y向截面模量)
- MaximumSectionModulusZ(最大Z向截面模量)
- MinimumSectionModulusZ(最小Z向截面模量)
- TorsionalSectionModulus(扭转截面模量)
- ShearAreaZ(Z向剪切面积)
- ShearAreaY(Y向剪切面积)
- PlasticShapeFactorY(塑性形状系数Y)
- PlasticShapeFactorZ(塑性形状系数Z)
8.15.3.15.6 概念用法
| 概念 | 用法 | 描述 | |
|---|---|---|---|
| IfcProfileDef (1) | |||
| Property Sets for Profiles(剖面属性集) | 通用用法 |
此概念可应用于以下资源 |
|
| 点击显示 1 个隐藏的继承概念 点击隐藏 1 个继承概念 | |||
8.15.3.15.7 形式化表示
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;