Hi Supagoat, well one problem is your curve isn't smooth, it's a polyline made up of 42 line segments.
An offset of that will work but it will be even more jagged. So it would be good to be working with a smooth curve rather than lots of little line segments.
It will also be problematic to do further work like extruding something like this because the fragmentation will inherit to that as well and you'll be working with an object made up of lots of little plane fragments rather than large smooth surface pieces.
re: offset of your polyline is not closed, it looks like that is related to this little dimpled area here:
It seems like that dimpled point is out of place. The change in direction there is making a shallow intersection that the offsetter isn't handling well, so you'll need to tune up that area with some manual trimming in order to make a closed curve:
Hope this helps!
- Michael
|