Read a shape's connection point a connecter is hooked up to

Started by melonblobber, December 10, 2021, 03:26:18 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

melonblobber

I am trying to read a visio schematics to create a verilog with the output. Since shape in schematics has input and output connection points, it's required to record connection points where a shape and connections.

The connect object seems already has Begin/End_X/Y  with formula containing connection points from the connected shape, but I didn't see a way to read 1-d endpoint section, since Cells(U)/CellsSRC seems not applicable for a connect object. I wonder if there is any other way to read a shape and connect's connection point, either from the shape or the connect.

Appreciate!
Mblobber