Share
 
 

Import IFC Settings in Revit.ini

In the Revit.ini file, the settings in the [ImportIFC] section controls the options used when importing IFC files.

LinkProcessor

Defines the processor which imports the geometry used when Linking IFC Files. Legacy uses the open source engine used in Revit 2024 and earlier. AnyCAD uses a combination of the open source engine and the AnyCAD technology.

Type = String

Valid values:
  • Legacy - Revit 2023-behavior, all IFC data is processed via the legacy processor
  • AnyCAD - Revit 2024.2-behavior, geometry is processed via AnyCAD and all other data is handled via legacy
  • AnyCAD(PropertySets) - Geometry and PropertySets are processed via AnyCAD, all other data is handled via legacy
  • AnyCAD(Grids) - Geometry and Grids are processed via AnyCAD, all other data is handled via legacy
  • AnyCAD(PropertySets)(Grids) - Geometry, PropertySets, and Grids are handled via AnyCAD, all other data is handled via legacy

Example

[ImportIFC]
LinkProcessor=Legacy

Was this information helpful?