I’m trying to create a bundle to automate the creation of standard views of a typical cartoon set. However, this bundle is unintendedly creating duplicate views for several of the tasks.
I separated the view creation into 4 tasks:
- Create Floor Plans and Reflected Ceiling Plans from selected levels and scope box
- Create Code Plan (Area Plan) from selected levels and scope box (Output from previous task)
- Create Roof Plans from a selected level and scope box (Output from previous task)
- Create Overall Elevations and Building Sections from selected level and scope box (Output from previous task)
The output doesn’t seem to be consistent when testing on various test projects. In this current test, a copy of the roof plan was created when only one level was selected. In other cases, duplicate elevation views were created however I can’t seem to repeat that outcome.
I’m wondering if there’s anything that I’m missing in my bundle setup that is causing this inconsistency.
Thank you!