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
-
- 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.8.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRepresentationItem (2) | |||
Click to show 2 hidden inherited attributes Click to hide 2 inherited attributes | |||
IfcCartesianPointList (1) | |||
* | Dim | IfcDimensionCount |
This attribute is formally derived.
The space dimensionality of this class, either 2 or 3, depending on the sub type. |
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;