IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.9.3.9 IfcBoundaryCurve(边界曲线)

8.9.3.9.1 语义定义(Semantic definition)

IfcBoundaryCurve 定义了一条作为曲面边界的曲线。

8.9.3.9.2 实体继承(Entity inheritance)

8.9.3.9.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,例如,为几何曲线提供曲线样式,包括颜色和厚度。

IfcCurve (1)
* Dim IfcDimensionCount

此属性是形式化派生的

IfcCurveDim(SELF)

此抽象类的空间维度,所有子类(如 IfcLineIfcConicIfcBoundedCurve)的定义各不相同。

IfcCompositeCurve (4)
1 Segments LIST [1:?] OF IfcSegment

组成的有界曲线、它们的过渡和方向。最后一个段的过渡属性定义了最后一个段的结束和第一个段的开始之间的过渡;此过渡属性可以取不连续值,表示开放曲线。

NOTE :对于 IfcGradientCurveIfcSegmentedReferenceCurve,段定义了段开始和段结束之间的插值。

2 SelfIntersect IfcLogical

指示曲线是否自相交;这仅为信息用途。

* NSegments IfcInteger

此属性是形式化派生的

SIZEOF(Segments)

组成曲线的数量。

* ClosedCurve IfcLogical

此属性是形式化派生的

Segments[NSegments].Transition <> Discontinuous

指示曲线是否闭合;这从最后一个段的过渡代码派生。

点击显示 7 个隐藏的继承特性 点击隐藏 7 个继承特性
IfcCompositeCurveOnSurface (1)
* BasisSurface SET [0:1] OF IfcSurface

此属性是形式化派生的

IfcGetBasisSurface(SELF)

定义复合曲线的基础曲面。

表 8.9.3.9.A

8.9.3.9.4 形式化命题(Formal propositions)

名称 描述
IsClosed

IfcCompositeCurve 超类型的派生属性 ClosedCurve 应为 TRUE。

SELF\IfcCompositeCurve.ClosedCurve
表 8.9.3.9.B

8.9.3.9.5 形式化表示(Formal representation)

ENTITY IfcBoundaryCurve
 SUPERTYPE OF (ONEOF
	(IfcOuterBoundaryCurve))
 SUBTYPE OF (IfcCompositeCurveOnSurface);
 WHERE
	IsClosed : SELF\IfcCompositeCurve.ClosedCurve;
END_ENTITY;

8.9.3.9.6 参考文献