Class TIfcLineIndex
Unit
Declaration
type TIfcLineIndex = class(TIfcSegmentIndexSelect)
Description
Single or multiple straight segments within a poly curve. Can have 2 or more points.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcLineIndex.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1029).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcSegmentIndexSelect
- TIfcLineIndex
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property Value: TIntegerList read FValue; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1033). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1034). | |
Properties
![]() |
property Value: TIntegerList read FValue; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1036). | |
Generated by PasDoc 0.17.0.snapshot.

