JorbWang Posted July 16, 2019 Share Posted July 16, 2019 Hi odforce, i have a small problem,its confused me a few days.how can i get the attributes name use vex or python(vex is better,because im not familiar with python)? for example,i have a geometry with some point attirbutes like "v" "Cd" "mass" "aaa",and prim attributes like "prima" "primb".if i want create a new string attribute and store all the attributes,how do i achieve that? Quote Link to comment Share on other sites More sharing options...
ikoon Posted July 16, 2019 Share Posted July 16, 2019 Hi Jorb, there are four detail intrinsic, as in the attached image ... which store what you need. You can access these intrinsic attributes with python or VEX. With VEX, you can access them like this: s[]@pointattributes = detailintrinsic(0,"pointattributes"); 1 Quote Link to comment Share on other sites More sharing options...
JorbWang Posted July 16, 2019 Author Share Posted July 16, 2019 16 minutes ago, ikoon said: Hi Jorb, there are four detail intrinsic, as in the attached image ... which store what you need. You can access these intrinsic attributes with python or VEX. With VEX, you can access them like this: s[]@pointattributes = detailintrinsic(0,"pointattributes"); it's all i want.THANK YOU Jiri!Cheers! 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.