tagosaku Posted June 10, 2017 Share Posted June 10, 2017 Hi, I am looking for measuring volume by VEX and/or attributeVOP, instead of measureSOP node. Basically I have mega voronoi fracture model. After that, I want to apply for volume calculation with loop node and compile node. Key is that I cannot use hscript expression in measure>center with compile node. That's why I am looking for another method. Quote Link to comment Share on other sites More sharing options...
jkunz07 Posted June 10, 2017 Share Posted June 10, 2017 can you use the intrinsic:measuredvolume ? float volume = primintrinsic(0,'measuredvolume',@primnum); Quote Link to comment Share on other sites More sharing options...
tagosaku Posted June 11, 2017 Author Share Posted June 11, 2017 Thanks, John!! that wrangle is even simpler and better because it does not require center value like a measure sop node. And I succeeded to create compile version of measure volume. 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.