Rotate Geometry to True North

Hi all,

Just want to know how can I rotate geometry to True North correctly after query them ?
(Let query geometry in Rhino match Revit’s true north, CPlane stay)

Hey @ctu6 ,

You can use the below if you want to rotate the element itself inside Revit for some reason, or if you want to rotate the geometry inside Rhino.

Also, keep in mind that for rotating like the True North, you will always want to rotate about Revit’s internal origin which is also Rhino’s origin (0,0,1) for rotation about Z-Axis.

Rotate_Ele2TrueNorth

Rotate_Element2TrueNorth.gh (17.7 KB)

3 Likes