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

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.

Public destructor Destroy; override;

This item has no description.

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

This item has no description.

Properties

Published property UAxes: TIfcGridAxisList read FUAxes;

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

Published property VAxes: TIfcGridAxisList read FVAxes;

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

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.

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

Predefined types to define the particular type of the grid.


Generated by PasDoc 0.16.0-snapshot.