06-05-2023
03:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-05-2023
03:19 AM
How to get the Inventor OccurrencePatternProxys from a sub assembly?
I am treversing an assembly and are trying to delete, hide, and suppress components. I have no problem with the components on the top level assembly (main assembly), but I have a problem with the lower level components, specificly patterns.
I kind of figured out that if I wanted to delete, hide or suppress lower level components I need a proxy object. That is easy for regular components that are of the type componentOccurrence. I get those throu the property SubOccurrences on the specified assembly.
But I can't figure out how to get the proxys of the type occurrencePattern. There seams to be no property for those, or any other way for searching for them.
Labels (6)
Labels:
- Related tags:
-
Assembly
-
OccurrencePatterns
-
proxy
-
sub assembly
-
SubOccurrences
-
VB.NET