Message 1 of 3
Create sketch array iLogic using ObjectCollection
Not applicable
08-21-2019
01:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I am wondering if there is a good way to create a sketch array using an ObjectCollection. I have a for loop that uses a new sketch every iteration. However I have not had any luck declaring a sketch as an object collection, and I can't simply reuse the same sketch variable every iteration, because declaring a new sketch with the same object name throws an error after it has already been consumed by a feature. Any thoughts?