thomasa88/ParametricText

Text update not working when using a python script.

Closed this issue · 2 comments

MuckYu commented

I am creating several variations of my model with a python script - basically editing the parameters and exporting to .step format.

For some reason the text does not update. When I manually edit the parameter it does update the text just fine.
Is there some function I need to call in my script so that it updates properly?

Hi, ParametricText listens to various events triggered by commands in Fusion. I guess these events don't happen when you modify the parameters using the API.

Please have a look at this comment to see if it helps: #54 (comment)

Duplicate of #54