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
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcObject
- TIfcProduct
- TIfcPositioningElement
- TIfcGrid
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function BuildNode(const Mapping: TCastleIfcMapping): TTransformNode; override; |
Properties
![]() |
property UAxes: TIfcGridAxisList read FUAxes; |
![]() |
property VAxes: TIfcGridAxisList read FVAxes; |
![]() |
property WAxes: TIfcGridAxisList read FWAxes; |
![]() |
property PredefinedType: TIfcGridTypeEnum read FPredefinedType write FPredefinedType
default TIfcGridTypeEnum.NotDefined; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3199). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3200). | |
![]() |
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
![]() |
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). | |
![]() |
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). | |
![]() |
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). | |
![]() |
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.

