8.9.3.28 IfcCurveSegment(曲线段)
8.9.3.28.1 语义定义(Semantic definition)
一种沿曲线定位的段类型,从父曲线切割出一个段。如果该段通过IfcAxis2PlacementLinear放置,则定位曲线(Placement.Location.BasisCurve)不一定与ParentCurve相对应。
非正式命题
- 在可预见的未来,在实施者协议为属性ParentCurve中的所有可能类型产生定义的参数空间之前,属性SegmentStart和SegmentStart的值应为IfcLengthMeasure类型。
8.9.3.28.2 实体继承(Entity inheritance)
-
- IfcSegment
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcCurve
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTessellatedItem
- IfcTextLiteral
- IfcVector
8.9.3.28.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,例如,为几何曲线提供曲线样式,包括颜色和厚度。 |
|
| IfcSegment (3) | |||
| 1 | Transition | IfcTransitionCode |
在IfcCompositeCurve及其子类型中,从该管片最后一点到下一管片第一点的过渡状态(即几何连续性)。 |
| UsingCurves | SET [1:?] OF IfcCompositeCurve FOR Segments |
使用该复合曲线管片作为管片的复合曲线集合。此集合不得为空。 |
|
| * | Dim | IfcDimensionCount |
此属性是形式化派生的
此抽象类的空间维度,通过具体子类型的特定函数处理,该函数返回ParentCurve属性(在两个子类型上定义)的维度。 |
| 点击显示 5 个隐藏的继承特性 点击隐藏 5 个继承特性 | |||
| IfcCurveSegment (4) | |||
| 2 | Placement | IfcPlacement |
在使用此段的曲线上下文中的放置。作为插入点_SegmentStart_是_Placement_的参考点。_Placement_的_RefDirection_也指定了_ParentCurve_修剪段的方向。RefDirection受限于该段的参数化方向。 |
| 3 | SegmentStart | IfcCurveMeasureSelect |
曲线段在_ParentCurve_上的第一个修剪点。此点用作使用此段的分段曲线、梯度曲线或复合曲线中的插入点。 |
| 4 | SegmentLength | IfcCurveMeasureSelect |
从_SegmentStart_开始测量的段长度,作为长度或参数值。该值的符号定义了方向一致性。 |
| 5 | ParentCurve | IfcCurve |
用作段定义基础的曲线。 |
8.9.3.28.4 形式化表示(Formal representation)
ENTITY IfcCurveSegment
SUBTYPE OF (IfcSegment);
Placement : IfcPlacement;
SegmentStart : IfcCurveMeasureSelect;
SegmentLength : IfcCurveMeasureSelect;
ParentCurve : IfcCurve;
END_ENTITY;