Connector sideways connecting to

I’ve created a GoNode that inherits from GoGeneralNode top and bottom connectors.

When I try to connect two of these nodes, the connectors orient themselves sideways near the port.

Is anyone able to tell me where I might look (class, property, etc.) to fix this. So far, I’m at a loss.

Thanks.

Can you post a screenshot? thanks.

This illustrates the situation.

Look at CreateSequencingPort in NodeLinkDemo’s SequencedNode. You want to set the port’s FromSpot and ToSpot.

Thanks Jake. That worked perfectly.