Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello
I am trying to add a parameter driven note, referencing a sub-component. Is there a way to drive the parameter without the Seesion ID? I want this set of notes generic so I can add them to any Top level Assy?
help appreciated
There is no way to know what sub-component you want without the session ID. Even if you could craft a relation to add logic to drive the parameter by name for instance it wouldn't work if you had multiple components with the same name.
This is why the session id is required.
hi,
Attached note can retrieve model parameter value without session ID.
The text of the note would look like this:
&PARAM_NAME:att_mdl
I understand what the &PARAM_NAME is..
What is the att_mdl represent or supposed to be.
Please advise/clarify...
It means pull the parameter info from the model that the note leader is attached to.