Member-only story
Extracting Edge Loops in Rhino
One of the most useful things you can do when working with a mesh and reverse engineering it is to get the edge loops. For nurbs, use the command ExtractIsocurve. For mesh/subd, use the SelectionFilterEdges command (described here).
- Select the edges that you want — click on one edge, then the adjacent edge in the loop that you want.
- Use DupEdge to duplicate the edges.
- Use Join to join the broken edge pieces into a curve.
- SelectionFilterNone to turn off the selection filter.
- (OPTIONAL) Use Simplify, Rebuild, etc. to cleanup the result.