Class TIfcCartesianPointList3D
Unit
Declaration
type TIfcCartesianPointList3D = class(TIfcCartesianPointListSpec)
Description
Ordered collection of three-dimentional Cartesian points.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcCartesianPointList3D.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcCartesianPointListSpec
- TIfcCartesianPointList3D
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure UpdateCoordinate(const Coord: TCoordinateNode); override; |
Properties
![]() |
property CoordList: TVector3List read FCoordList; |
![]() |
property TagList: TCastleStringList read FTagList; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
![]() |
procedure UpdateCoordinate(const Coord: TCoordinateNode); override; |
This item has no description. |
Properties
![]() |
property CoordList: TVector3List read FCoordList; |
Lst of Cartesian points provided by three coordinates. |
![]() |
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. |
Generated by PasDoc 0.16.0-snapshot.