Message 1 of 5
Pipe Support - Python Custom Script Component - Show Calculated Value in Plant3D Component Properties
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I created custom pipe support with python scripting, everything is working ok, I have my input values:
And here is the result:
Based on the entered by user "L" , the script is calculating "PL" length of the inner profile, it changes in increments of 50mm as those are prefabricated inner profile lengths.
I'm aware that is probably not the most elegant way of writing this in code 🙂 But it works and it changes inner profile length in desired way, and everything checks out on model. My problem is following, now I need some way to return this calculated “PL” value to show it in Plant3D component properties, and make it so it would update when I change the "L" value.
Is there any way to do that?