Point by Coordinates not created, although correct doubles

Hello dear awesome Dynamo Community!

Sometimes I get frustrated with Dynamo.
Yet again I am in need of help, I have the following problem:

I am experimenting to create stairs by selecting two surfaces with different heights as input.
The point coordinates are calculated fine, but then the points arent created correctly…
No errors or warnings when I run the script.

Dynamo Avengers, I await you!

Hi @Vasiliki_Georgoula,

Can you try with the lacing Longest or Crossproduct on the Point.ByCoordinates node ?

it isnt what I really want…:confused:

Notice the list levels are different on your two inputs. The Z list is a list of lists of numbers while the Y is a list of numbers.

Either:

  • Set the lists to match by adding a list level to the Y values or removing one from the Z.
  • Remove the differing levels by modifying the graph at the point where it is created.
  • Modify the list level for the Point by coordinates node to use @L2 on the Z input.

but…of course…

Works now, thanks a lot both of you @Alban_de_Chasteigner and @jacob.small!
You decide who gets to be the Iron Man or the Captain America :smiley:

1 Like

I’ll go with Cyclops so that @Alban_de_Chasteigner can have his pick. :laughing:

1 Like

If I can choose, I opt for a French superhero then : Fantômas :wink:

2 Likes