Class TIfcCartesianPoint

Unit

Declaration

type TIfcCartesianPoint = class(TIfcPoint)

Description

A regular 3D point (may be specified as 2D too, in which case we set Z to 0).

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

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

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public constructor CreateVector(const AOwner: TComponent; const AVector: TVector3);

Properties

Published property Coordinates: TCastleVector3PersistentSimple read FCoordinates;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Public constructor CreateVector(const AOwner: TComponent; const AVector: TVector3);

Create a new instance with given coordinates.

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

Properties

Published property Coordinates: TCastleVector3PersistentSimple read FCoordinates;

Actual 3D point value.

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


Generated by PasDoc 0.17.0.snapshot.