Move an Object by point

Hi Guys,

Is there a way that I can move my element by its specific point? not by object’s center point and the same time align it from the dwg model?

Thanks
Aligning Revit Element to Dwg file_v1.gh (11.3 KB)

Hi @sketzjewel , You can use “Orient” component in this case. Here is one example.
Orient.gh (10.0 KB)

Thank you Sajesh, I will have a look, cheers.

Hi Sajesh,

It works for a curves but not for the dwg and revit element that I need to align, thanks.

Hi Sketzjewel, You will need to transform your plane relative to the insertion offset. I answered your other post about this with an illustration.