davidyannick Posted February 9, 2020 Share Posted February 9, 2020 I'd like to extract two lines one on each side, I've done it with a carve, but is there any relation between First V and Second V ? Is there a way to indicate where V starts ? thx extract.hiplc Quote Link to comment Share on other sites More sharing options...
Atom Posted February 9, 2020 Share Posted February 9, 2020 (edited) If you have two primitives, drop your carve inside a foreach primitive loop. Then each line will start at 0. Edited February 9, 2020 by Atom Quote Link to comment Share on other sites More sharing options...
davidyannick Posted February 9, 2020 Author Share Posted February 9, 2020 (edited) 22 minutes ago, Atom said: If you have two primitives, drop your carve inside a foreach primitive loop. Then each line will starts at 0. yep but Ii'd like something like this, I'd like to mirror the position of the left line to the right without a mirror node, only with carve if it's possible https://streamable.com/obmx0 extract.hiplc Edited February 9, 2020 by davidyannick Quote Link to comment Share on other sites More sharing options...
Aizatulin Posted February 9, 2020 Share Posted February 9, 2020 Something like this ? extract_carve.hipnc Quote Link to comment Share on other sites More sharing options...
Noobini Posted February 10, 2020 Share Posted February 10, 2020 (edited) righto, this thing has been buggin' me all morning....so here it is. what is that magic number 0.188 you ask....it's to get one curve to line up with the Y axis one line of snippet. (now does anyone know how to automagically get that number ?) (it is to do with Columns of the default circle that Round Tube is using, 16, how to get 16 -> 0.188 ???) vu_extract.hiplc Edited February 10, 2020 by Noobini Quote Link to comment Share on other sites More sharing options...
Aizatulin Posted February 10, 2020 Share Posted February 10, 2020 (edited) You can also use xyzdist() to avoid searching extract_carve_find_center.hipnc Edited February 10, 2020 by Aizatulin 1 Quote Link to comment Share on other sites More sharing options...
davidyannick Posted February 10, 2020 Author Share Posted February 10, 2020 thanks for your help 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.