Drop out the node results and you will see the vector.x node doesnt return a vector. This is because it expects an input vector. As you dont feed anything to the input the node returns a function.
If you just want to get the base x vector, you are using the wrong node. Type âxâ in the dynamo dearch bar an youâll find it.
Youâll have to do some troubleshooting. What is the output from the Dimension node? Do the element Ids exist in your model? Does the view have dimensions turned on?
The node implies that it returns the newly created dimensions. Those would have an element Id that you could check. If thereâs no output then something is obviously not working. Can you show us the full graph with all node previews pinned after itâs been âsuccessfullyâ run?
It could be that the custom node doesnât do what you want but youâre also not providing a valid class name. Use the out of the box Element Classes node so you can select the appropriate Wall Types.