8.9.3.62 IfcSegmentedReferenceCurve(分段参考曲线)
8.9.3.62.1 语义定义(Semantic definition)
IfcSegmentedReferenceCurve 是在其基曲线线性参数空间中定义的曲线,该基曲线设置在属性 BaseCurve 中。基曲线为 IfcCurveSegment 实例集合的定位提供了基础。曲线段(IfcCurveSegment.Placement)与基曲线轴线的偏离显式位置会产生超高,即从基曲线轴线下降或升高。超高变化率与基曲线线性参数空间中曲线段父曲线曲率梯度方程(IfcCurveSegment.ParentCurve)成正比。如果未指定曲线段位置相对于基曲线轴线的偏离,则 IfcAxis2Placement 的轴(Axis 和 RefDirection)方向将在初始曲线段放置位置与后续曲线段放置位置之间进行插值。
IfcSegmentedReferenceCurve 的参数化基于 BaseCurve 的参数化,且不会因 Segments 而改变。
图 8.9.3.62.A 展示了 IfcSegmentedReferenceCurve 在超高段对齐表示中的使用横截面

8.9.3.62.2 实体继承(Entity inheritance)
-
- IfcCurve
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTessellatedItem
- IfcTextLiteral
- IfcVector
8.9.3.62.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcRepresentationItem (2) | |||
| LayerAssignment | SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems |
将表示项分配给单个或多个层。LayerAssignments 可以覆盖其所在的 IfcRepresentation 的 Items 列表中的 LayerAssignments。 |
|
| StyledByItem | SET [0:1] OF IfcStyledItem FOR Item |
引用为表示提供表现信息的 IfcStyledItem,例如,为几何曲线提供曲线样式,包括颜色和厚度。 |
|
| IfcCurve (1) | |||
| * | Dim | IfcDimensionCount |
此属性是形式化派生的
此抽象类的空间维度,所有子类(如 IfcLine、IfcConic 和 IfcBoundedCurve)的定义各不相同。 |
| IfcCompositeCurve (4) | |||
| 1 | Segments | LIST [1:?] OF IfcSegment |
组成的有界曲线、它们的过渡和方向。最后一个段的过渡属性定义了最后一个段的结束和第一个段的开始之间的过渡;此过渡属性可以取不连续值,表示开放曲线。
|
| 2 | SelfIntersect | IfcLogical |
指示曲线是否自相交;这仅为信息用途。 |
| * | NSegments | IfcInteger |
此属性是形式化派生的
组成曲线的数量。 |
| * | ClosedCurve | IfcLogical |
此属性是形式化派生的
指示曲线是否闭合;这从最后一个段的过渡代码派生。 |
| 点击显示 7 个隐藏的继承特性 点击隐藏 7 个继承特性 | |||
| IfcSegmentedReferenceCurve (2) | |||
| 3 | BaseCurve | IfcBoundedCurve |
为分段曲线定义提供线性参考系统的基础曲线。 |
| 4 | EndPoint | OPTIONAL IfcPlacement |
提供分段参考曲线终止点位置和方向的显式端点放置。 |
8.9.3.62.4 形式化表示(Formal representation)
ENTITY IfcSegmentedReferenceCurve
SUBTYPE OF (IfcCompositeCurve);
BaseCurve : IfcBoundedCurve;
EndPoint : OPTIONAL IfcPlacement;
END_ENTITY;