Rerouting around shapes that are invisible

M

martijn600

Hi all,

Hopefully someone has a solution to this problem:
I have a drawing that contains some shapes that are temporary in a layer
that is invisible.
However, if I draw a connector with rerouting 'As Needed' it is rerouted
around an invisible shape. Besides, the connector's rerouting is set to
'Freely'.
Anyone having a solution or isn't there any, since I read a question here of
September 4th that looked somewhat similar to this one.

Hope to hear from some of you soon,

Martijn
 
M

martijn600

In the meantime, the problem has been solved.
When putting the shape into the Invisible layer, its variables
ShapePermeableX, ShapePermeableY and ShapePermeablePlace need to be set to
TRUE, or "1" in VBA.
By doing this, the 1D shapes aren't rerouted any longer around such a shape.
 
Top