- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
A rule for adding and removing a solid body using a bounded pitch and length dimension.
Hello.I would need a rule for this problem.
1. Add or remove the "crossbar" body when changing the length so that the "control dimension" is in the range of 80-90mm.
If it doesn't work, get as close as possible to these dimensions.
2. At the same time mark the newly created "crossbar" so that they are also in "Rectangular pattern_B".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I think you can do part 1 without iLogic. You can use the following expressions for the parameters:
Number_of_crossbar = ceil(( Length - Width_crossbar ) / 80 mm) + 1 ul
spacing = ( Length - Width_crossbar ) / ( Number_of_crossbar - 1 ul )
and then use this in "Rectangular pattern_A"
Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Blog: hjalte.nl - github.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report