Curve Extraction

   4660   7   2
User Avatar
Member
158 posts
Joined: July 2005
Offline
How can I extract a curve from an edge loop?
User Avatar
Member
4262 posts
Joined: July 2005
Online
Please provide more details. Polygons? NURBS?

Carve SOP might help.
if(coffees<2,round(float),float)
User Avatar
Member
158 posts
Joined: July 2005
Offline
Wolfwood
Please provide more details. Polygons? NURBS?

Carve SOP might help.

I want to extract or convert a selection of (poly) edges into a nurbs curve.
User Avatar
Member
311 posts
Joined: July 2005
Offline
the problem is having consistent point numbers to do it.

here's a .hip file with a hack to do what you want.
you just need to make sure the poly loop is on the edge of the points you want to select.

I'm sure there's a cleverer way. I'm just not cleverer.

Jerry

Attachments:
edge_loop.hip (100.9 KB)

User Avatar
Member
2199 posts
Joined: July 2005
Online
check out the divide sop with the remove shared edges option on, that might help.
Use convert or fit sops to turn the result into a nurbs curve.
The trick is finding just the right hammer for every screw
User Avatar
Member
158 posts
Joined: July 2005
Offline
Thanks!
How can I close the curve after a convert SOP?
User Avatar
Member
2199 posts
Joined: July 2005
Online
Use the ends sop. Might be better to do it before though.
Also, try adding a basis sop after the convert and making the knots uniform
The trick is finding just the right hammer for every screw
User Avatar
Member
158 posts
Joined: July 2005
Offline
Simon
Use the ends sop. Might be better to do it before though.
Also, try adding a basis sop after the convert and making the knots uniform

Thanks, that works fine.
  • Quick Links