Rotate crop Region using only Dynamo

Hi everyone,
I’ve been looking for a solution for rotating a Crop region using only dynamo, and I found a solution using coding ( in this topic : Rotate crop views on sheet) .
The this is, I don’t want to rotate only 90°, I’d like to set my angle and rotate.

Is it possible? if it is, since I’m very bad at coding (I’m good with node without any code ^^), could you tell me how to do it?

Regards,

Mickael

Hi @mickael.g

Currently it is not possible in Revit API. There are only 3 members (None,Clockwise & Counterclockwise)

Read this ViewportRotation Enumeration

But you can do it manualy… why isn’t it possible with dynamo?

1 Like