amin.khormaei Posted March 2, 2021 Share Posted March 2, 2021 (edited) I have an attribute, I want to use that attribute value for a parameter, what should I do? Edited March 2, 2021 by amin.khormaei Quote Link to comment Share on other sites More sharing options...
davpe Posted March 3, 2021 Share Posted March 3, 2021 It depends what and where you wanna do but in general: 1) in most cases, point, prim and detail expresion functions work well: point('../sourcenode', @ptnum, 'attribname', 0); 2) in some cases, simple @attribname will work. 3) some nodes will take attributes automatically if they have an expected name and class (i think @width point attrib is automatically picked up by polywire SOP for instance) the first method is overally the most reliable. 2 1 Quote Link to comment Share on other sites More sharing options...
amin.khormaei Posted March 3, 2021 Author Share Posted March 3, 2021 finally, someone answered my question in detail, thannnnnnnnnnnnnnnkkkkkk youuuuuu 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.