reidintransit
Full Member level 4
- Joined
- Sep 28, 2009
- Messages
- 216
- Helped
- 61
- Reputation
- 124
- Reaction score
- 60
- Trophy points
- 1,308
- Location
- usa
- Activity points
- 2,457
I created a script to build a geometric model, and it works, but If I try to run it more than once, the code manipulates the first object since it uses the same variables and relative Coordinate systems. Is there a way to create temporary coordinate systems? or dynamically create them each time the script is run? Basically the issue is hard coded names for parts or coordinate systems which act as globally scoped variables. If I could assign a newly created box to a function variable that would help. I've attached the code.