8.8.3.10 IfcCartesianPointList3D
RV ⓘ
AbV ⓘ
8.8.3.10.1 Semantic definition
The IfcCartesianPointList3D defines an ordered collection of three-dimentional Cartesian points. Each Cartesian point is provided as an three-dimensional point by a fixed list of three coordinates. The attribute CoordList is a two-dimensional list, where
- first dimension is an unbounded list representing each 3D Cartesian point;
- second dimension is a fixed list of three list members, where [1] is the x-coordinate, [2] the y-coordinate and [3] the z-coordinate of the Cartesian point.
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
# | Attribute | Type | Description |
---|---|---|---|
IfcRepresentationItem (2) | |||
IfcCartesianPointList (1) | |||
Click to show 3 hidden inherited attributes Click to hide 3 inherited attributes | |||
IfcCartesianPointList3D (2) | |||
1 | CoordList | LIST [1:?] OF LIST [3:3] OF IfcLengthMeasure |
Two-dimensional list of Cartesian points provided by three coordinates. |
2 | TagList | OPTIONAL LIST [1:?] OF IfcLabel |
List of tags corresponding to each point that may be used to identify a basis curve according to the Tag attribute at IfcOffsetCurveByDistances. |
8.8.3.10.4 Examples
-
Figure 8.8.3.10.A -
Figure 8.8.3.10.B -
Figure 8.8.3.10.C -
Figure 8.8.3.10.D -
Figure 8.8.3.10.E -
Figure 8.8.3.10.F -
Figure 8.8.3.10.G -
Figure 8.8.3.10.H -
Figure 8.8.3.10.I -
Figure 8.8.3.10.J -
Figure 8.8.3.10.K -
Figure 8.8.3.10.L -
Figure 8.8.3.10.M -
Figure 8.8.3.10.N -
Figure 8.8.3.10.O -
Figure 8.8.3.10.P
8.8.3.10.5 Formal representation
ENTITY IfcCartesianPointList3D SUBTYPE OF (IfcCartesianPointList); CoordList : LIST [1:?] OF LIST [3:3] OF IfcLengthMeasure; TagList : OPTIONAL LIST [1:?] OF IfcLabel; END_ENTITY;