adding variable name with macros #369
Unanswered
sononicola
asked this question in
Q&A
Replies: 2 comments 9 replies
-
Hi! It is just an editor problem. Since the variables are not created explicitly, it cannot guess what will happen after running the macro. It is not that smart. But the code works and the unwarped code is quite OK: So, please ignore the color. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Smart trick BTW. You are getting realy advanced with these macros. It never occured to me. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a macro to assigne multiple material properties in the same file. This is usefull when working with timber and screews connections. I want to add a pedix with a number to differentiate the material. It seems to work fine despite the editor displays an undeclared variable error.
Is this just a editor problem, or this method could occur in some other problems with the caching of the values?
Some screens and a more basic example to play with below:
Beta Was this translation helpful? Give feedback.
All reactions