Class TIfcCartesianPointList3D

Unit

Declaration

type TIfcCartesianPointList3D = class(TIfcCartesianPointList_Spec)

Description

Ordered collection of three-dimentional Cartesian points.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcCartesianPointList3D.htm

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

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.

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

Public destructor Destroy; override;

This item has no description.

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

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

This item has no description.

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

Properties

Published property CoordList: TVector3List read FCoordList;

Lst of Cartesian points provided by three coordinates.

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

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 603).


Generated by PasDoc 0.17.0.snapshot.