IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.8.3.10 IfcCartesianPointList3D

AbRV ⓘ
RV ⓘ

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

8.8.3.10.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
LayerAssignment SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems

Assignment of the representation item to a single or multiple layer(s). The LayerAssignments can override a LayerAssignments of the IfcRepresentation it is used within the list of Items.

StyledByItem SET [0:1] OF IfcStyledItem FOR Item

Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve.

IfcCartesianPointList (1)
* Dim IfcDimensionCount

This attribute is formally derived.

IfcPointListDim(SELF)

The space dimensionality of this class, either 2 or 3, depending on the sub type.

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.

Table 8.8.3.10.Q

8.8.3.10.4 Examples

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;

Edit on Github


Is this page difficult to understand? Let us know!

8.8.3.10.6 Changelog

8.8.3.10.6.1 IFC4

  • New resource

8.8.3.10.6.2 IFC4.1

  • attribute, TagList