Message 1 of 6
Specifying a midplane option in a pattern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am creating a rectangular pattern along the x axis and I want it to be bidirectional (or the midplane option in the UI). The following snippet works fine but how do I use the mid plane option?
Dim oPattern As OccurrencePattern = oAssyDef.OccurrencePatterns.AddRectangularPattern(objCol, XAxis, True, xExtents, Convert.ToInt16(Val(txtPatternNo.Text)))