Good morning,
i'm to trying to make a template asm and drw in order to create different version of the same file.
what i did until now:
when i choose NEW->ASSEMBLY i use template asm, then i assemble the subassy i need, compile the parameters, and then save.
when i open the drw automatically created, the table with parameters are not filled....
can you help me?
thanks
Just open them, then store them. Voila, up to date! They shouldn't affect functionality as it is even though.
Good day Christian Spinelli and John Mathew
I have edited John's post and removed the link because the link was not relevant to the conversation.
John, did you happen to post the wrong one? If it was not an accident, please do not post links like that.
Best,
Toby
Make sure model parameter resides in the top assembly (presumably the active model on the drawing.)
Try removing :mdl from the syntax. &(parameter_name) takes value from the model already. &(parameter_name):d take parameter value from the drawing.
Try being in Template mode when you add the parameters to the drawing. To get into Template mode, GOTO Tools > Template...