8.8.3.9 IfcCartesianPointList2D(笛卡尔点列表2D)
RV ⓘ
AbV ⓘ
8.8.3.9.1 语义定义(Semantic definition)
IfcCartesianPointList2D 定义了一个有序的二维笛卡尔点集合。每个笛卡尔点通过两个坐标的固定列表作为二维点提供。属性 CoordList 是一个二维列表,其中:
- 第一维是一个无界列表,表示每个二维笛卡尔点;
- 第二维是一个包含两个列表成员的固定列表,其中[1]是笛卡尔点的x坐标,[2]是y坐标。
8.8.3.9.2 实体继承(Entity inheritance)
-
- IfcCartesianPointList
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcCurve
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTessellatedItem
- IfcTextLiteral
- IfcVector
8.8.3.9.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,例如,为几何曲线提供曲线样式,包括颜色和厚度。 |
|
| IfcCartesianPointList (1) | |||
| * | Dim | IfcDimensionCount |
此属性是形式化派生的
该类的空间维度,根据子类型的不同为 2 或 3。 |
| 点击显示 3 个隐藏的继承特性 点击隐藏 3 个继承特性 | |||
| IfcCartesianPointList2D (2) | |||
| 1 | CoordList | LIST [1:?] OF LIST [2:2] OF IfcLengthMeasure |
由两个坐标提供的笛卡尔点二维列表。 |
| 2 | TagList | OPTIONAL LIST [1:?] OF IfcLabel |
与每个点对应的标签列表,可用于根据 IfcOffsetCurveByDistances 的 Tag 属性识别基准曲线。当在 IfcIndexedPolyCurve 类型的 IfcProfileDef 曲线中使用时,也用于识别 IfcSectionedSolidHorizontal 或 IfcSectionedSurface 形状字符串线("引导曲线")。 |
8.8.3.9.4 形式化表示(Formal representation)
ENTITY IfcCartesianPointList2D
SUBTYPE OF (IfcCartesianPointList);
CoordList : LIST [1:?] OF LIST [2:2] OF IfcLengthMeasure;
TagList : OPTIONAL LIST [1:?] OF IfcLabel;
END_ENTITY;