Message 1 of 23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
How can I get bounding box of such rotated polyline in below posted snapshot to get the red polyline ?
Thanks.
Solved! Go to Solution.
Hello,
How can I get bounding box of such rotated polyline in below posted snapshot to get the red polyline ?
Thanks.
Solved! Go to Solution.
Extract all points from polygonal LWPOLYLINE and use Convex Hull...
Link : http://www.lee-mac.com/convexhull.html
It should give you exactly 4 points from which you can form bounding box you desire - rotated...
Very clever, @Kent1Cooper .
I guess that OFFSETGAPTYPE wouldn't matter if the outward and backward offset distances were the same, but I would test nonetheless.
John F. Uhden
Thank you so much, this works nicely and flawlessly.
And thanks for all other members who tried to help me.