Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, is there a value i can enter into my code to make my parts pattern bi-directionally instead of using an axis direction?
Below is the line of code i'm working with.
Dim CarrywayPattern = Patterns.AddRectangular("Carryways", "CONFIG-500000 CARRYWAY:1", Carryways, Offset_Z, Nothing, "X Axis", columnNaturalDirection := True, rowCount := 1, rowOffset := 1.0 in, rowEntityName := "Y Axis", rowNaturalDirection := True)
Solved! Go to Solution.