Message 1 of 3

Not applicable
04-22-2016
10:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I want to pattern all parts but i don't want to take component feature (see picture below)
the number at the end of each part can be change.
i have this part of code, but it give an error message if i have pattern element.
oOccurrence = oAsmCompDef.Occurrences.Item(1) oParentOccs.Clear For Each oOccurrence In oAsmCompDef.Occurrences oParentOccs.Add(oOccurrence) Next oRectOccPattern = oAsmCompDef.OccurrencePatterns.AddRectangularPattern _ (oParentOccs, oYAxis, True, 2*oRowSpacing*2.54, oRowCount/2+0.5)
tanks for your help.
Solved! Go to Solution.