Hey there,
I’m trying to build this cute stanford bunny via a laser cutter. I’m using the package ‘mesh toolkit’ to intersect the mesh and create layers, which represent cardboard. After that I use Dynamo Studio to export a .dwg file with the node “File Writer”. It’s successful, but I need the curves seperatly. Is there any way to change the exported geometry?
Translating the polycurves works very rudimentally, I’ve found no other way to pick up every single line via the node 'List.GetItemAtIndex. That seems very inefficient for me. I’m a newbie in Dynamo, so maybe there is a better workflow?
The second problem is, I’ve couldn’t project the polycurves to the original plane. Therefore I tried ‘geometry translate’ but the factor for the Z axis changes every layer…
Instead of feeding the polycurves a single line when you translate them, feed them a list of distances by creating a range from zero (why move the first line?) to the total number of items * the distance each needs to move. Look into the List.Count node and the sequence nodes.
After that try the PULL onto plane node as @Yna_Db suggested.
Next thing I have to think about is, create a workflow to number consecutively each curve, so it’s easier to see which layer of cardboard belongs to eachother.
Is it possible to do it in Dynamo? For the moment, I didn’t have any single idea…
Yes. Can you upload your current dyn here (or another service if you don’t have file share permissions here yet) so we can all be sure we are working with the right stuff? Saves a lot of time if we don’t have to redo the previous work.