Import C3D geometry exported to JSON in Revit

Hi. I exported C3D solids to JSON file using D4C3D and imported JSON in Dynamo for Revit but I can’t set the imported geometry in proper location. C3D and Revit share the same coordinates. I tried few ways but none works. I used FamilyInstance.ByGeometry node from spring nodes package.
Please find Dynamo scritpt, JSON file and Revit file in the attachment.
I’d be obliged for any help.

Dynamo Script


Geometry from JSON file needs to be in this location

ImportJson.dyn (13.1 KB)
Solid C3D do Revit_JSON2.rvt (1.6 MB)
I can`t upload a JSON file so there is a link:
https://www.dropbox.com/s/ipzqm4q6mjplf5w/plik.json?dl=0

You need to use Civil Connection package in Dynamo for Revit and use the RevitUtils.DocumentTotalTransform. Read the documentation well specially the installation part : GitHub - Autodesk/civilconnection: CivilConnection enables the exchange of information between Civil 3D, Dynamo and Revit.