@mac1 said:
@mac1 said:
@matsuo said:
@mac1 said:
@matsuo said:
Is there a good way to divide the shape after using the 'weld' plug-in? I already tried the following:
Welding the outline
Check the length of the outline
Used 'Convert to > Polyline Divider' and divided it (length of outline / no. of segments (i.e. 20) = segment length)
Problem is that after I did all those steps, a) the shape is distorted, and b) I end up with a gap that is smaller than a segment
What exactly am I doing wrong here? If necessary I will attach a drawing with an example.
MATSUO
Did same approach and did not have the same problem. I found length. inside, is 10652.680 used 101 segs for a tread width of 105.47208mm. The first time checking the segs I found a short one also so, increased the accuracy of the model units to the max. and did not find same problem. Don't know why that should effect the results Maybe I did something else wrong). Before copy/ rotation of treads suggest you check each seg length via entity info. The attached file is what I have done to date.
That's more like it
I will try your approach (increasing the accuracy) and post my results!
Thanks
edit: Well..I tried your approach, without any success I keep ending up with one piece that's too small! I even tried the offset on surface tool, but that didn't help either
Any other suggestions?
When I call up the polyline divider on my SU7 version it asks for a interval input and not num of segments. I am guessing if you input a interval such that the tread length/tread width is not an integer it just may truncate the one segment. I accurately measured the tread length then used a width close to the hidden widths( at the max curve point) shown in your model then adjusted that until I obtained an integer number. thus the 101 segs. Hope this helps
Additional info. Checked the ruby library and found bz_sgementor.rb giving you the capability of dividing polyline by segs vs dimension. Download and install. http://www.crai.archi.fr/RubyLibraryDepot/Ruby/BZ__Segmentor.rb. This should solve the problem. Quick check with my 101 segs indicates it provides the same solution without length truncation at least for this case.
I will look into it!
My apologies for the late reaction