Hey there,
I'm looking for some support and tips on setting up a script.
Here's what I want the script to do:
• Inputs: Take "yield strength" and safety factor as inputs.
• Functionality: The script should adjust the stress bar after the yield strength and SF factor, I want the text to display both the stress and the safety factor margin for the levels.
For example:
o Bar 1: 150 MPa, 0.0 SF
o Bar 2: 100 MPa, 0.5 SF
o And so on.
**• Customization: **I'd also prefer to set the colors for the different bars within the code.
Any advice on how to set this up effectively?