Directly accessing geometries within occurrences

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have been developing an add-in that, in part, assigns attributes to sketch curves. When experimenting with the patterning sketch feature, I was unable to access the resulting curves within the generated occurrences within the API. Instead, any attempts would send me to the original sketches. I know that occurrences do not have geometry of their own, but is there any way to directly access these curves within occurrences? I'd like to read their individual attributes.
My current workaround has been to, by user selection, generate hidden sketch curves that reference the selected curves within the occurrences. It works, as I can now access the occurrence curves by using the new curves' references, but duplicates in the design make the add-in less scalable.
A way of iterating through these sketch curves would be fantastic. Any help is appreciated.
Thank you,
Bright