Bringing Solid from Dynamo to Revit using Spring node

Hi Guys,

I am trying to use FamilyInstance.ByGeometry from spring node to bring my solid to the Revit but somehow when I am using this node the scale of shape is changed in the Revit model! but when I am using DirectShape.ByGeometry the scale is ok. I cannot figure out what is the issue.
I am using meters as my units in my Revit model.
I am using Dynamo 2.10.14002 and Revit 2022.

I would be grateful if anyone can help me.
Thanks

Hi!
I just tested it in Revit 2022 and I have the same problem.
The thing is in the Revit 2022 API the way the unit conversion works is different.
I can see that @Dimitar_Venkov has updated in in the code:

But apparently it still causes some trouble.

1 Like

Yes Viktor….same here. So i go with syntheze toolkit for now

I had some time to take a further look into the problem.
The Unit conversion and scaling seem to be fine actually. I think the SAT import in 2022 is a bit off, but I’m not sure exactly what’s happening

2 Likes