Message 1 of 3
Not applicable
04-18-2016
12:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
try to run _OFFSET in smaller steps and you'll see where the problem starts:
This screenshot was done with a polyline I created by command _BOUNDARY from your geometry (green poly) ... and then run _OFFSET twice with a distance of 2.0
If you set OFFSETGAPTYPE to 1 (default it's 0) then you have the chance to run offset multiple times with a smaller distance so you get an offset of 9.0, but the algorythm used for _OFFSET is different
- alfred -