M
Mac
I have a lot of shapes on a page (imagine polygons on which there are grouped
other shapes, but the polygon makes the outline), and then I use this
method: shape.CellsU("BeginX").GlueTo(shape2.CellsU("PinX")) to interconnect
these shapes. Prior to running this code I use the Connection Point Tool and
manually add one point to each of the polygon shapes and I want the
programatically created connectors to use these points only; however, this
does not happen and the connectors get glued (seemingly) towards the center
of my shapes. How can I change this behaviour so that my shapes had that only
one 'special' connection point only?
other shapes, but the polygon makes the outline), and then I use this
method: shape.CellsU("BeginX").GlueTo(shape2.CellsU("PinX")) to interconnect
these shapes. Prior to running this code I use the Connection Point Tool and
manually add one point to each of the polygon shapes and I want the
programatically created connectors to use these points only; however, this
does not happen and the connectors get glued (seemingly) towards the center
of my shapes. How can I change this behaviour so that my shapes had that only
one 'special' connection point only?