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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3204).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcObject
- TIfcProduct
- TIfcPositioningElement
- TIfcGrid
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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3211). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3212). | |
| Public | function BuildNode(const Mapping: TCastleIfcMapping): TTransformNode; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3213). | |
Properties
| Published | property UAxes: TIfcGridAxisList read FUAxes; |
|
List of grid axes defining the first row of grid lines. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3216). | |
| Published | property VAxes: TIfcGridAxisList read FVAxes; |
|
List of grid axes defining the second row of grid lines. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3219). | |
| 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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3223). | |
| Published | property PredefinedType: TIfcGridTypeEnum read FPredefinedType write FPredefinedType
default TIfcGridTypeEnum.NotDefined; |
|
Predefined types to define the particular type of the grid. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3226). | |
Generated by PasDoc 0.17.0.snapshot.