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

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property Coordinates: TCastleVector3PersistentSimple read FCoordinates;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Properties

Published property Coordinates: TCastleVector3PersistentSimple read FCoordinates;

Actual 3D point value.


Generated by PasDoc 0.16.0-snapshot.