Hi
is there a way to apply crop view using selected elements?If not, do you have any suggestions in Python / C# ?
Thank you!
Hi
is there a way to apply crop view using selected elements?If not, do you have any suggestions in Python / C# ?
Thank you!
Hi Massimiliano,
What is the workflow you are trying to achieve? A view crop is specific to the view and typically done across multiple views with a Revit Scope Box.
Hi,
Thank you for the quick answer.
I’d like to create some plan views (some at the same level) having a tree structure of elements that I can use to refit my crop view.
As you said I’ve to focus on my workflow.
First question, can I potentially do this using the Revit APIs or Rhino Insiide Revit?
Do you think that a scope box can be used instead of the crop view?
For me it’s completely indifferent if I can match the goal, I’m not a great Revit designer and all the suggestions are very well accepted and I’m more than pleased to understand and improve.
Thank you very much!
I didn’t really understand what you mean. Maybe sharing some graphics and diagrams would make it even better. To try to answer your question:
Programmatically that can get quite complex, in the bounding box aspect alone.
Here is a quick example of setting scope boxes on groups of views
Thank you very much this seems really interesting!