Keep camera visible in plan

HI guys,
I am new and I am trying to create a Dinamo script that allows me to make the cameras that I have set up in Revit always visible in plan.
I appreciate the help.
Thank you

You will need to share some progress to get proper assistance here. You’ll likely need to make a dummy marker family and place it based on the 3D view properties, I don’t think you can force cameras in Revit to remain on in the way they do when you select/show them in a view from browser.

In the meantime, this is one way you can get the camera location using Revit API.

View3D class, GetOrientation method:

Orientation class, properties include eye position:

2 Likes

Hi, Thank you for your feedback. I will keep searching for a method and if I succeed I will come back with a response.