Skip to main content
12-Amethyst
October 4, 2022
Question

Format File parameter doesn't update/Show

  • October 4, 2022
  • 1 reply
  • 1339 views

Hello,

I created an new Format file (.frm) and added there some parameters-links (via Note and &XXXX) with I want to automatically updated from the Main model parameters.

But when I load this Format to my drawing of the model the parameters do not update.


Anyone can give me a hint how to update the parameter-links in the format file according the 3D model parameters?

1 reply

24-Ruby III
October 4, 2022

@MP_9215870 wrote:

Hello,

I created an new Format file (.frm) and added there some parameters-links (via Note and &XXXX) with I want to automatically updated from the Main model parameters.

But when I load this Format to my drawing of the model the parameters do not update.


Anyone can give me a hint how to update the parameter-links in the format file according the 3D model parameters?


Hi,

1.] you have to place a table into format

2.] you have to put &paramname into table cell

12-Amethyst
October 6, 2022

This worked! 

Thanks a lot. But it's strange that this is not working inside a Note.

18-Opal
October 7, 2022

A SessionID or Component ID is required to link a component's parameter or dimension in a note.
See Article - CS20262 to see how.
Toolkit has ProSolidToPostfixId() to get the ID.

 

Regards, SeonHo CHA.