Spaz8 Posted March 2, 2015 Share Posted March 2, 2015 (edited) Hi there, I'm wondering if there is a way to specifiy specific point number values. Ie. Say I have 4 pts, normally houdini would tell me they are 0, 1, 2, 3 ... is there a way for me to.. make point #2... have a point ID of 20.. so its .. 0, 1, 20, 3 ? Specifically what I want to do is associate a PT# with a group.. groupA is always PT# 37, groupB is always PT# 22. Thanks for your help. Edited March 2, 2015 by Spaz8 Quote Link to comment Share on other sites More sharing options...
pbarua Posted March 2, 2015 Share Posted March 2, 2015 (edited) Ie. Say I have 4 pts, normally houdini would tell me they are 0, 1, 2, 3 ... is there a way for me to.. make point #2... have a point ID of 20.. so its .. 0, 1, 20, 3 ? In AttribWrangle: if(@ptnum == 2) i@pointid = @ptnum * 10; This is okay for 4 point but tedious for large number. Edited March 2, 2015 by Pradeep Barua Quote Link to comment Share on other sites More sharing options...
pbarua Posted March 2, 2015 Share Posted March 2, 2015 (edited) Specifically what I want to do is associate a PT# with a group.. groupA is always PT# 37, groupB is always PT# 22. Why not put point number straight into Pattern field of group SOP? May be you should post your file for better solution. Edited March 2, 2015 by Pradeep Barua 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.