Files
IfcOpenShell/src/ifcfm
Andrej730 4eb093eefa typing: modernize Generator annotations
`None, None` assumed by default.
Though this was introduced in Python 3.13, before 3.13 it only breaks if we'd do `typing.Generator[T]` (which is deprecated) -`collections.abc.Generator[T]` works fine, it seems it never had an arity check.
2026-09-02 20:08:33 +05:00
..
2024-11-06 17:51:03 +05:00

IfcFM

IfcFM is a library that handles the extraction and analysis of IFC data for the purposes of facility management.

It is currently a prototype and will supersede the IfcCOBie library. It is planned to support workflows related to the old COBie standard, as well as upcoming IFC Facility Management related MVDs.

See IfcFM documentation for more information.