New Group Expression

   1525   2   2
User Avatar
Member
56 posts
Joined: Sept. 2015
Offline
Hello everyone,

what is the best way to select everything between 1st and the last point?
what I have now is Group Expression:
Screenshot [www.dropbox.com]

and not sure what I should write to group2.

Also, I've tried wrangler where I put these values:
f@group_first = @ptnum == 0;
f@group_second = @ptnum == `npoints(0)-1`;

but don't know how to write that group_thrid (is everything but not)group_first,group_second.

Many thanks for your help!
Edited by brokenkeyframe - June 23, 2017 10:58:45
User Avatar
Member
603 posts
Joined: July 2013
Offline
Group Range SOP node with a method of Relative to Start/End with a Start value of 1 and End value of 1 should do it.
Houdini Indie
Karma/Redshift 3D
User Avatar
Member
56 posts
Joined: Sept. 2015
Offline
daaaahhh! so simple. it worked thanks!!!
  • Quick Links