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
- 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. |
![]() |
destructor Destroy; override; |
This item has no description. |
![]() |
function BuildNode(const Mapping: TCastleIfcMapping): TTransformNode; override; |
This item has no description. |
Properties
![]() |
property UAxes: TIfcGridAxisList read FUAxes; |
![]() |
property VAxes: TIfcGridAxisList read FVAxes; |
![]() |
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. |
![]() |
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.