revit-ifc
revit-ifc copied to clipboard
Importing base parameters.
Per this IFC file, the following parameters were exported from Revit.
#282= IFCPROPERTYSINGLEVALUE('Comments',$,IFCTEXT('Testy - Comments'),$);
#283= IFCPROPERTYSINGLEVALUE('Mark',$,IFCTEXT('Testy - Mark'),$);
Is it currently possible to import these parameters back into Revit?
Test files here.
This issue is also reported in Jira as "REVIT-232277" and is currently in the "Open" status.
For Link IFC: you should be able to see those parameters. For Open IFC: we have historically disallowed IFC from setting built-in parameters, since the effects of that could be arbitrary. We could distinguish between "informational" and "driving" or "calculated" parameters, or we could read them back in, just with a different name. These are potential options moving forward.