Displace Elements

I want to create an exploded analysis diagram. I noticed that Revit has a ‘Displace Elements’ feature. I would like to ask if RIR currently has batteries that can drive this?

Surprisingly there is access to Displacement in the Revit API. That would be a fun one to get going. There are no RiR components for this workflow, it would need to be a scripted.

Is there any plan for this feature to appear in RIR in the future? This functionality would be pretty cool.

Hi japhy,
Could you help me check my Python code? I found that the vectors input from Grasshopper cannot be correctly transferred to Revit.
displace element.gh (11.7 KB)
Uploading: 微信图片_20240703233840.png…

The create method is looking for a Revit XYZ point.

image

You can use this GeometryEncoder method