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

Public function FindIfcType(const IfcType: String): TIfcPersistentClass;

Description

Methods

Public function FindIfcType(const IfcType: String): TIfcPersistentClass;

Find class corresponding to the given IFC type. Compares with TIfcPersistent.IfcClassName. Returns Nil if not found.

Source: src/scene/load/ifc/castleifc_ifc_types.inc (line 94).


Generated by PasDoc 0.17.0.snapshot.