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

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

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.

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

Public destructor Destroy; override;

This item has no description.

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

Properties

Published property IntersectingAxes: TIfcGridAxisList read FIntersectingAxes;

Two grid axes which intersects at exactly one intersection.

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

Published property OffsetDistances: TCastleVector3PersistentSimple read FOffsetDistances;

Offset distances to the grid axes.

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


Generated by PasDoc 0.17.0.snapshot.