IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.9.3.26 IfcCurveBoundedPlane(曲线边界平面)

8.9.3.26.1 语义定义(Semantic definition)

IfcCurveBoundedPlane 是一个参数化平面曲面,其边界由一条或多条边界曲线定义。该有界平面被定义为从边界上任意点沿 N × T 方向的基础曲面部分,其中 N 是曲面法向量,T 是该点处边界曲线的切向量。如此定义的区域应是弧连通的。

BasisSurface 是一个 IfcPlane,通过 SELF\IfcElementarySurface.Position 建立位置坐标系。OuterBoundaryInnerBoundaries(如果提供)应位于 IfcPlane 的曲面上。外部和内部边界曲线应使用 BasisSurface 参数化提供的 uv 值作为其 xy 坐标值来定义。

8.9.3.26.2 实体继承(Entity inheritance)

8.9.3.26.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 个继承特性
IfcCurveBoundedPlane (3)
1 BasisSurface IfcPlane

待绑定的曲面。

2 OuterBoundary IfcCurve

曲面的外部边界。

3 InnerBoundaries SET [0:?] OF IfcCurve

可能为空的一组内部边界。它们不应相互交叉或与外部边界相交。

表 8.9.3.26.A

8.9.3.26.4 形式化表示(Formal representation)

ENTITY IfcCurveBoundedPlane
 SUBTYPE OF (IfcBoundedSurface);
	BasisSurface : IfcPlane;
	OuterBoundary : IfcCurve;
	InnerBoundaries : SET [0:?] OF IfcCurve;
END_ENTITY;

8.9.3.26.5 参考文献