IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.9.3.27 IfcCurveBoundedSurface(曲线边界曲面)

8.9.3.27.1 语义定义(Semantic definition)

IfcCurveBoundedSurface 是一种参数曲面,其边界由 p-曲线定义,即位于曲面基础上并在该曲面参数空间中定义的曲线。p-曲线是一种特殊类型的复合曲线段,仅应用于界定曲面边界。

外部边界应通过以下方式定义:

  • 通过 IfcOuterBoundaryCurve(用于定义外部边界的闭合曲面复合曲线),在这种情况下,属性 ImplicitOuter 必须设置为 FALSE;或
  • 通过有界曲面的隐式边界,例如 IfcRectangularTrimmedSurface 的 u1、u2、v1、v2,在这种情况下,属性 ImplicitOuter 必须设置为 TRUE。

注意 某些曲面(如 IfcCylindricalSurface)没有可识别的隐式边界。

注意 根据 ISO/CD 10303-42:1992 的定义 曲线边界曲面是一种参数曲面,其曲线边界由一条或多条边界曲线定义。其中一条边界曲线可以是外部边界;允许存在任意数量的内部边界。基础曲面中曲线边界曲面的区域定义为从边界上任意点沿 N x T 方向的基础曲面部分,其中 N 是曲面法向量,T 是该点的边界曲线切向量。如此定义的区域应是弧连通的。

注意 实体改编自 ISO 10303-42 中定义的 curve_bounded_surface

非正式命题

  1. Boundaries 集合中的每条曲线都应是闭合的。
  2. Boundaries 集合中的任意两条曲线不应相交。
  3. 最多有一条边界曲线可以包围任何其他边界曲线。如果指定了 IfcOuterBoundaryCurve,则只有该曲线可以包围任何其他边界曲线。

8.9.3.27.2 实体继承(Entity inheritance)

8.9.3.27.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 的空间维度。它始终是三维几何表示项。

点击显示 3 个隐藏的继承特性 点击隐藏 3 个继承特性
IfcCurveBoundedSurface (3)
1 BasisSurface IfcSurface

待界定的基础曲面。

2 Boundaries SET [1:?] OF IfcBoundaryCurve

曲面的外部边界。

3 ImplicitOuter IfcBoolean

无可用描述

表 8.9.3.27.A

8.9.3.27.4 形式化表示(Formal representation)

ENTITY IfcCurveBoundedSurface
 SUBTYPE OF (IfcBoundedSurface);
	BasisSurface : IfcSurface;
	Boundaries : SET [1:?] OF IfcBoundaryCurve;
	ImplicitOuter : IfcBoolean;
END_ENTITY;

8.9.3.27.5 参考文献