Hi all,
Once again, I’m stuck with a rather challenging situation.
I need to create Perspective views along many points, which I have been able to achieve through the default node PerspectiveView.ByEyePointAndTarget.
I’m encountering two problems:
First, I need to be able to change the Size Crop of that view, since I intend to use real-life Camera VFOV, HFOV and such. Inside Revit it won’t allow me to change it on these views created by dynamo.
Second, I need to be able to actually use Crop View. Inside Revit it won’t allow me to change it on these views created by dynamo. For this one I thought I had a solution… I could get the view parameters and set a new value, right? Wrong. This is a read-only boolean value… so no deal as well.
I’d appreciate your thoughts on this
Cheers