Rotate 3D Views from dynamo

Hi All,

I’ve been trying to find a way of modifying the orientation of a 3D view from Dynamo but couldn’t how.

is there a way to access that command from dynamo?

Thanks,

Perspective or isometric?

This is a node for creating and setting a perspective:

And this post contains some python code for the isometric:

http://dynamobim.org/forums/topic/view-orientation-and-python-script-refresh/

I believe that Python code could be modified with some of the info here to make the tool you are after:

1 Like

For perspective views, there’s also a Clockwork node called PerspectiveView.OrientToEyeAndTargetPosition.

1 Like