2027 Class
Changes 5
C

ImporterIFCUtils

Description:
A class that contains utilities needed to implement Revit's version of the IFC import client application.
Remarks:
This class contains special API utilities needed to enable the implementation of the client application for IFC import. Some of these utilities will be needed temporarily while the code for IFC import is migrated into the export client. These temporary interfaces are likely to change in upcoming Revit releases.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.IFC.ImporterIFCUtils
public static class ImporterIFCUtils
Name Return Type Description
M CreateEmptyFamily(ImporterIFC, Document, ElementId, String) ElementId Creates an empty family of a given category.
M GetLocalFileName(Document, String) String Get the local file name, including the path, corresponding to a linked IFC file. This will create a local copy of the IFC file if necessary.
M UpdateDirectShapeCategory(DirectShape, ElementId) None Updates the category of a DirectShape.