ancar10
New member
- Mar 2, 2010
- 1
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 the new model on top of the old one and so it aborts.
Is there a special command which I can use to tell it to start the model from scratch?
Thank You!
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 the new model on top of the old one and so it aborts.
Is there a special command which I can use to tell it to start the model from scratch?
Thank You!