How can I replace revit parameter to ifc parameter

We already have a Revit template for organizing quantity information and other data.

I need to extract information for schedules from an IFC file linked into my Revit model.

To achieve this, I understand I need to map (or replace/convert) the native Revit parameters to the corresponding IFC parameters so that the schedules can read this data correctly.

How can I do this mapping/replacement process effectively? I need replace Family, Family Type and others parameters

Check the BIM me up channel on YT and this, https://bimcorner.com/ifc-exports-from-revit-done-right/

Sorry, I think I didn’t explain my question correctly.

We have a Revit template with all quantity schedules configured. But the schedules read Revit’s native parameters. What I want is to be able to put the ifc information into the corresponding native revit fields. Example: Nome (INFORMAÇÕES MLAR) to Type, as well as other parameters. I will include some prints to improve understanding.

You cannot override Revit’s driven quantity fields, such as area/length/volume etc. if this is what you mean. If you want to schedule them together you would need a project parameter between them that you script the passage of both data fields into to schedule them together as one.

It is not clear exactly what you are trying to achieve currently. If you need to replace a family field to an actual family, you will need to place an actual family in Revit. That field is also not editable.

1 Like

to add to @GavinNicholls comment- it seems like you are trying to copy instance parameters into type parameters ??