Class TIfcCartesianPointList2D
Unit
Declaration
type TIfcCartesianPointList2D = class(TIfcCartesianPointList_Spec)
Description
Ordered collection of two-dimentional Cartesian points.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcCartesianPointList2D.htm
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 567).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcCartesianPointList_Spec
- TIfcCartesianPointList2D
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
| Public | procedure UpdateCoordinate(const Coord: TCoordinateNode); override; |
Properties
| Published | property CoordList: TVector2List read FCoordList; |
| Published | property TagList: TCastleStringList read FTagList; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 572). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 573). | |
| Public | procedure UpdateCoordinate(const Coord: TCoordinateNode); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 574). | |
Properties
| Published | property CoordList: TVector2List read FCoordList; |
|
Lst of Cartesian points provided by two coordinates. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 577). | |
| Published | property TagList: TCastleStringList read FTagList; |
|
List of tags corresponding to each point that may be used to identify a basis curve according to the Tag attribute at IfcOffsetCurveByDistances. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 582). | |
Generated by PasDoc 0.17.0.snapshot.