kidsreturnjj Posted August 13, 2012 Share Posted August 13, 2012 I hope to change the curve point number through attribute create. For example, original point number order is 0~9. I try to change point number 0~0.9 Could you recommend some good way? Quote Link to comment Share on other sites More sharing options...
Guest mantragora Posted August 13, 2012 Share Posted August 13, 2012 You mean you want to create attribute that is between 0-0.9 ? Because if you want to make actual point numbers as float it is not possible. Quote Link to comment Share on other sites More sharing options...
Guest mantragora Posted August 13, 2012 Share Posted August 13, 2012 (edited) Anyway, if you create line, after that AttributeCreate and put this fit($PT, 0, npoints(opinputpath(".",0)), 0, npoints(opinputpath(".",0))/10) you should get what you want, at least when it comes to range change. EDIT: or you can just put $PT/10 and forget this long, useless expression Edited August 13, 2012 by mantragora 1 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.