Visio Guy

Visio Discussions => Programming & Code => Topic started by: melonblobber on December 10, 2021, 03:26:18 AM

Title: Read a shape's connection point a connecter is hooked up to
Post by: melonblobber on December 10, 2021, 03:26:18 AM
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