Message 1 of 2

Not applicable
04-12-2016
10:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I'm trying to give a name to a rectangular pattern but i have no idea how i can
Here's the part of code:
Thanks
............ oMatrix.SetTranslation(oTG.CreateVector(oColSpacing20*2.54, oRowSpacing*2.54, 0)) oOccurrence = oAsmCompDef.Occurrences.Add(oPath40, oMatrix) oParentOccs.Clear oParentOccs.Add(oOccurrence) oRectOccPattern = oAsmCompDef.OccurrencePatterns.AddRectangularPattern _ (oParentOccs, oXAxis, True, oColSpacing40*2.54, oColCount40) ..........
Solved! Go to Solution.