Link IFC using Dynamo

Hello !

I just started using Dynamo a few days ago and I was wondering if there’s a way to link an IFC to Revit using Dynamo ?
Actually I’m trying to the following :
1 - Get the origin point of the IFC file.
2 - Move the IFC to a new position so it matches my shared coordinate system in Revit,

Thank you in advance,

You’ll need to access the API yourself (if it’s doable). Have a look here: ImporterIFC Class

For moving, I believe that should be fairly easy. My recollection is that IFCs don’t have a shared location so they are imported to 0,0,0. Find the distance from there to your SCS and translate the IFC object(s).