IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.9.3.29 IfcCylindricalSurface(圆柱面)

8.9.3.29.1 语义定义(Semantic definition)

圆柱面是在 z 方向上无界的表面。有界圆柱面通过使用 IfcBoundedSurface 的子类型来定义,其中 BasisSurface 为圆柱面。

继承属性的解释如下:

C = Position.Location
x = Position.P[1]
y = Position.P[2]
z = Position.P[3]
R = Radius
表面参数化如下:
formula 其中参数范围为 -∞ < u,v < ∞。
Figure 8.9.3.29.A

在上述参数化中,单位向量 z 的长度单位与半径 R 相同。在上面定义的放置坐标系中,表面由方程 S = 0 表示,其中

formula 表面上任意点处表面的法向正方向由下式给出:
Figure 8.9.3.29.B
formula,或作为单位法向由
Figure 8.9.3.29.C
formula
Figure 8.9.3.29.D

法向方向远离圆柱体的轴线。

8.9.3.29.2 实体继承(Entity inheritance)

8.9.3.29.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcRepresentationItem (2)
LayerAssignment SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems

将表示项分配给单个或多个层。LayerAssignments 可以覆盖其所在的 IfcRepresentationItems 列表中的 LayerAssignments

StyledByItem SET [0:1] OF IfcStyledItem FOR Item

引用为表示提供表现信息的 IfcStyledItem,例如,为几何曲线提供曲线样式,包括颜色和厚度。

IfcSurface (1)
* Dim IfcDimensionCount

此属性是形式化派生的

3

IfcSurface 的空间维度。它始终是三维几何表示项。

IfcElementarySurface (1)
1 Position IfcAxis2Placement3D

曲面的位置和方向。该属性用于定义曲面的参数化。

点击显示 4 个隐藏的继承特性 点击隐藏 4 个继承特性
IfcCylindricalSurface (1)
2 Radius IfcPositiveLengthMeasure

圆柱面的半径。

表 8.9.3.29.E

8.9.3.29.4 形式化表示(Formal representation)

ENTITY IfcCylindricalSurface
 SUBTYPE OF (IfcElementarySurface);
	Radius : IfcPositiveLengthMeasure;
END_ENTITY;

8.9.3.29.5 参考文献