@Emily_Abelson wrote:
Ahhh!!! I'm super new to this whole python thing and ridiculously confused...
Any advice for the following prompt?
I really don't know how to create a 3D 'grid' of lines...
((Subsequently, this may just be the death of me.))Write a script that generates 300 curves that each have at least 5 random points. All the points of each curve need to be positioned within a box measuring 10 x 80 x 20 units.
Tip: I recommend that you create all 5 points in each iteration of a for-loop. You will need to store all 5 3D-points in one array to create the curve(s).
Posts: 2
Participants: 2