IFC 4.3.2.20260714 (IFC4X3_ADD2) under development

8.9.3.61 IfcSegment(管片)

RV ⓘ
AbV ⓘ

抽象 该定义可能不会被直接实例化。

8.9.3.61.1 语义定义

定义具有修剪机制的曲线段,内置起始位置(第一点)和段长度(第二点)。

8.9.3.61.2 实体继承

8.9.3.61.3 特性

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

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

StyledByItem SET [0:1] OF IfcStyledItem FOR Item

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

点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性
IfcSegment (3)
1 Transition IfcTransitionCode

IfcCompositeCurve 及其子类型中,表示从该段最后一点到下一段第一点的过渡状态(即几何连续性)。将 TangentialContinuity 设置为 True 表示当前段应与前一段保持切向连续。

UsingCurves SET [1:?] OF IfcCompositeCurve FOR Segments

使用该复合曲线段作为线段的复合曲线集合。此集合不应为空。

* Dim IfcDimensionCount

此特性是形式化派生的

IfcSegmentDim(SELF)

此抽象类的空间维度,通过具体子类型的特定函数处理,该函数返回ParentCurve特性(在两个子类型上定义)的维度。

表 8.9.3.61.A

8.9.3.61.4 形式化表示

ENTITY IfcSegment
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcCompositeCurveSegment
	,IfcCurveSegment))
 SUBTYPE OF (IfcGeometricRepresentationItem);
	Transition : IfcTransitionCode;
 DERIVE
	Dim : IfcDimensionCount := IfcSegmentDim(SELF);
 INVERSE
	UsingCurves : SET [1:?] OF IfcCompositeCurve FOR Segments;
END_ENTITY;

8.9.3.61.5 参考