Class TIfcVirtualGridIntersection

Unit

Declaration

type TIfcVirtualGridIntersection = class(TIfcPersistent)

Description

Derived location of the intersection between two grid axes.

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

Hierarchy

  • TObject
  • TPersistent
  • TComponent
  • TIfcPersistent
  • TIfcVirtualGridIntersection

Overview

Methods

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

Properties

Published property IntersectingAxes: TIfcGridAxisList read FIntersectingAxes;
Published property OffsetDistances: TCastleVector3PersistentSimple read FOffsetDistances;

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 IntersectingAxes: TIfcGridAxisList read FIntersectingAxes;

Two grid axes which intersects at exactly one intersection.

Published property OffsetDistances: TCastleVector3PersistentSimple read FOffsetDistances;

Offset distances to the grid axes.


Generated by PasDoc 0.16.0-snapshot.