The intent of the IFC import.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum IFCImportIntent
Members
| Member name | Value | Description |
|---|
| Parametric | 0 |
Imports the IFC file to allow for continued editing in Revit (standard Revit elements will be created).
|
| Reference | 1 |
Imports the IFC file to serve as a reference (lightweight and accurate representations will be constructed, but they cannot be edited as standard Revit elements).
|
See Also
Reference