Hello, currently I am working on a program that takes a data source and turns it into a diagram with nodes from these sources. These diagrams have different nodes with different shapes and sizes. Currently I am trying to make the connector start at the bottom of each node, it doesn't exactly matter where it connects to on the destination, the source of the connector just has to be on the bottom.
I have gone through some of the provided examples and one that stuck out was Organizational Layout, it has this same desired behavior, but I am unsure where/how this behavior is defined. Any and all help in this matter is very much appreciated, thank you.