Class TIfcCartesianPointList_Spec

Unit

Declaration

type TIfcCartesianPointList_Spec = 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

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 559).

Hierarchy

Overview

Methods

Public procedure UpdateCoordinate(const Coord: TCoordinateNode); virtual; abstract;

Description

Methods

Public procedure UpdateCoordinate(const Coord: TCoordinateNode); virtual; abstract;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 561).


Generated by PasDoc 0.17.0.snapshot.