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

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure UpdateCoordinate(const Coord: TCoordinateNode); override;

Properties

Published property CoordList: TVector3List read FCoordList;
Published property TagList: TCastleStringList read FTagList;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public procedure UpdateCoordinate(const Coord: TCoordinateNode); override;

This item has no description.

Properties

Published property CoordList: TVector3List read FCoordList;

Lst of Cartesian points provided by three coordinates.

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.


Generated by PasDoc 0.16.0-snapshot.