IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.8.3.8 IfcCartesianPointList

RV ⓘ
AbV ⓘ

ABSTRACT This definition may not be instantiated

8.8.3.8.1 Semantic definition

The IfcCartesianPointList is the abstract supertype of list of points.

8.8.3.8.2 Entity inheritance

8.8.3.8.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
Click to show 2 hidden inherited attributes
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.

Table 8.8.3.8.A

8.8.3.8.4 Formal representation

ENTITY IfcCartesianPointList
ABSTRACT SUPERTYPE OF (ONEOF
(IfcCartesianPointList2D
,IfcCartesianPointList3D))
SUBTYPE OF (IfcGeometricRepresentationItem);
DERIVE
Dim : IfcDimensionCount := IfcPointListDim(SELF);
END_ENTITY;

8.8.3.8.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.8.3.8.6 Changelog

8.8.3.8.6.1 IFC4

  • New resource