Class TIfcPersistentClassList
Unit
Declaration
type TIfcPersistentClassList = class(specialize TList<TIfcPersistentClass>)
Description
List of TIfcPersistent descendant classes.
Source: src/scene/load/ifc/castleifc_ifc_types.inc (line 89).
Hierarchy
- TObject
- TList
- TIfcPersistentClassList
Overview
Methods
![]() |
function FindIfcType(const IfcType: String): TIfcPersistentClass; |
Description
Methods
![]() |
function FindIfcType(const IfcType: String): TIfcPersistentClass; |
|
Find class corresponding to the given IFC type. Compares with TIfcPersistent.IfcClassName. Returns Source: src/scene/load/ifc/castleifc_ifc_types.inc (line 94). | |
Generated by PasDoc 0.17.0.snapshot.
