IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.9.3.66 IfcSpiral(螺旋线)

AbV ⓘ

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

8.9.3.66.1 语义定义(Semantic definition)

螺旋线是围绕某点旋转同时长度不断增加的曲线。通常,这些曲线的参数化表示如下:

x = r(φ) cosφ y = r(φ) sinφ

对于回旋曲线和高阶过渡螺旋线,参数化表示为: x = ∫cos &Theta dl y = ∫sin &Theta dl

其中 &Theta 为偏转或方位角,dl 为螺旋线长度的微分。

8.9.3.66.2 实体继承(Entity inheritance)

8.9.3.66.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)的定义各不相同。

点击显示 3 个隐藏的继承特性 点击隐藏 3 个继承特性
IfcSpiral (1)
1 Position IfcAxis2Placement

无可用描述

表 8.9.3.66.A

8.9.3.66.4 形式化表示(Formal representation)

ENTITY IfcSpiral
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcClothoid
	,IfcCosineSpiral
	,IfcSecondOrderPolynomialSpiral
	,IfcSeventhOrderPolynomialSpiral
	,IfcSineSpiral
	,IfcThirdOrderPolynomialSpiral))
 SUBTYPE OF (IfcCurve);
	Position : IfcAxis2Placement;
END_ENTITY;

8.9.3.66.5 参考文献