Im trying to create a Dynamo script that can draw the pyramid shapes shown in the picture, but I have a hard time connecting the base nodes with the top nodes. (disregard to truss element, that is a project for another day)
If you can share the script of what you got so far, we can help you further. It’s probably a lacing / grouping issue
The main issue you’re having is that you don’t have enough points or the right structure. You’ve created exactly 16 base points for 9 peaks, but each pyramid should have 4 base points for a total of 36. That gives you the correct structure to map 4 x 9 when connecting your points as lines.
A simpler way to do this is to actually create each base as a rectangle and then extract the corner points. This gives you the proper number of points in the proper structure to match the 9 peaks you have.
I’m assuming you eventually want solids, surfaces, or meshes. In which case, there are definitely better options. My response was merely to explain why your current method doesn’t do what you want. There’s likely a better method though.
Thanks for the answer



