Hi,
I am currently writing a python script for a parametric model of a tubular joint.
I have the model setup well with input parameters at the top.
I then have the following code structure:
i=1
for loop
CODE
i=i+1
It works well, but once it reaches the end of the loop, it tries to create...