8.8.3.10 IfcCartesianPointList3D(笛卡尔点列表3D)
RV ⓘ
AbV ⓘ
8.8.3.10.1 语义定义(Semantic definition)
IfcCartesianPointList3D 定义了三维笛卡尔点的有序集合。每个笛卡尔点通过三个坐标的固定列表作为三维点提供。属性 CoordList 是一个二维列表,其中:
- 第一维是一个无界列表,表示每个三维笛卡尔点;
- 第二维是三个列表成员的固定列表,其中[1]是笛卡尔点的x坐标,[2]是y坐标,[3]是z坐标。
8.8.3.10.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.10.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 个继承特性 | |||
| IfcCartesianPointList3D (2) | |||
| 1 | CoordList | LIST [1:?] OF LIST [3:3] OF IfcLengthMeasure |
由三个坐标提供的笛卡尔点的二维列表。 |
| 2 | TagList | OPTIONAL LIST [1:?] OF IfcLabel |
与每个点对应的标签列表,可用于根据 IfcOffsetCurveByDistances 中的Tag属性识别基准曲线。 |
8.8.3.10.4 形式化表示(Formal representation)
ENTITY IfcCartesianPointList3D
SUBTYPE OF (IfcCartesianPointList);
CoordList : LIST [1:?] OF LIST [3:3] OF IfcLengthMeasure;
TagList : OPTIONAL LIST [1:?] OF IfcLabel;
END_ENTITY;