Hello,
I am trying to create node with multiple ports. Actually, I’ve found a working code from other project and trying to adapt that by using almost same code.
What I’m doing, creating an empty model at the beginning and adding nodes programmatically using addNodeData(). I am using same makeTemplate
and makePort
from my reference project.
But, I’m getting a broken node like below:
Where, nodes in the reference project is okay like below:
Am I messing with the model?
Thanks for your time!