Message 1 of 6
Query in Python Script for valve housing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear All,
I have made a Python Script for valve housing,
The script is working fine for default values, but when I change the value of angles A1 and A2, error is coming as "Geometry cannot be generated with given parameters, can't find symbol for specified part
Default values for which script is giving output is as below:
ND1 =1.5, ND2 =1.0, C1 = 3.543, C2 = 3.543, H1 = 2.067, A1= 0.0, A2 = 0.0,
if values of A1 is changed to suppose say 90 script is not working.
Note: This problem is only occurring for OD values, for metric values the script is running fine
I have attached the script along with Error image.
Can anyone please help me with this issue??