Having trouble using parametrized array to extend trapezoidal sheet profile (adding webs)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to create a 2D profile for trapezoidal metal sheets, by arraying a single web 2D line group.
However, i am unable to successfully accomplish this array (the section shown with dimension WebWidth), because the constraints break when i change the total width.
If not possible, should I do this by arraying 3D framing members with single web profiles + the 9 mm edges on each end? The only issue i have with that method is all the extra edges. Is there a way to hide those?
Context: I've set up my parameters so the web width isn't set in stone, because the total sheet width can vary but the number of webs needs to be an integer. To do this, I used a dummy parameter called WebWidthTentative, which divides the Total Width, the result is then rounded down to come up with the WebCount (which is the array count parameter), and the actual web width is derived by dividing the Total Width by the WebCount. The aim is for the user to only have to adjust the Total Width, and the actual web width to be within a certain range(with this method it comes between 150 and 200mm which can be worked on further later on).