Class TIfcCartesianPointListSpec
Unit
Declaration
type TIfcCartesianPointListSpec = class abstract(TIfcGeometricRepresentationItem)
Description
Abstract supertype of list of points.
Note: The name in Pascal has suffix "Spec" (as for "specification class") to differentiate from TIfcCartesianPointList which is a list of TIfcCartesianPoint using TObjectList<TIfcCartesianPoint>
. We need both list types. Luckily, we can name this class however we want, as it's abstract and thus not used in IFC files.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcCartesianPointList.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcCartesianPointListSpec
Overview
Methods
procedure UpdateCoordinate(const Coord: TCoordinateNode); virtual; abstract; |
Description
Methods
procedure UpdateCoordinate(const Coord: TCoordinateNode); virtual; abstract; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.