Class TIfcGrid

Unit

Declaration

type TIfcGrid = class(TIfcPositioningElement)

Description

Planar design grid defined in 3D space used as an aid in locating structural and design elements.

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

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

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function BuildNode(const Mapping: TCastleIfcMapping): TTransformNode; override;

Properties

Published property UAxes: TIfcGridAxisList read FUAxes;
Published property VAxes: TIfcGridAxisList read FVAxes;
Published property WAxes: TIfcGridAxisList read FWAxes;
Published property PredefinedType: TIfcGridTypeEnum read FPredefinedType write FPredefinedType default TIfcGridTypeEnum.NotDefined;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Public function BuildNode(const Mapping: TCastleIfcMapping): TTransformNode; override;

This item has no description.

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

Properties

Published property UAxes: TIfcGridAxisList read FUAxes;

List of grid axes defining the first row of grid lines.

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

Published property VAxes: TIfcGridAxisList read FVAxes;

List of grid axes defining the second row of grid lines.

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

Published property WAxes: TIfcGridAxisList read FWAxes;

List of grid axes defining the third row of grid lines. It may be given in the case of a triangular grid.

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

Published property PredefinedType: TIfcGridTypeEnum read FPredefinedType write FPredefinedType default TIfcGridTypeEnum.NotDefined;

Predefined types to define the particular type of the grid.

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


Generated by PasDoc 0.17.0.snapshot.