Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Is there a reliable way to reverse the direction of an edge?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-28-2010 10:16 AM
Such that the 2 vertices are switched? I'd like to do this for lines and also possible arcs. I've tried swapping the vertex pointers but that seems to cause instabilities in future operations on the edges.
Re: Is there a reliable way to reverse the direction of an edge?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-01-2010 01:05 PM
Please see the implementation of edge:reverse (http://doc.spatial.com/index.php/SchemeExt:Edge:re
BTW why are you trying to reverse the direction of the edge?

