Creating a 3D view for each workset

Break the process down, that will help you select your nodes.

  1. Get all the workset in the project.
  2. Count them.
  3. Create that number of 3D Axonometric views, from a template view where all worksets are visible.
  4. Name each one after a workset.
  5. Get all elements in one of the new views.
  6. Extract their workset.
  7. Filter them by using the view name.
    8a. Hide all elements in the view that don’t match the workset.
    8b. Or create a filter to hide the other elements and apply it to the view.
  8. Repeat for all views.

Dynamo is all about figuring out the logical process behind the workflows you are wanting to achieve :wink:

2 Likes