kubabuk Posted January 10, 2008 Share Posted January 10, 2008 Hi, Is there any way I could pick up some randomly selected points on the line and cut the line in smaller chunks at that points? I can't use carveSOP. Thanks for any help. kuba Quote Link to comment Share on other sites More sharing options...
SpencerL Posted January 10, 2008 Share Posted January 10, 2008 Assuming that you have your points sorted in correct order along your curve, can you just use a delete SOP which would delete points above the max point number and below the min point number? So it would look something like this $PT < 5 || $PT > 10 This would delete all points below point number 5 and above point number 10. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.