Profile Picture

rerouting connector

Posted By Chang Shin 14 Years Ago
Author
Message
Chang Shin
Posted 14 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)

Group: Forum Members
Last Active: 9 Years Ago
Posts: 2, Visits: 17

I am trying to reroute the connectors over nodes. I have a few shapes and need to connect

some of shapes, but don't want to cross the shape. I thought rerouting connector would do

the trick, but lines still go over the shapes in middle. see my sample code. I must have missed

something.

thanks

 

NRoutableConnector curve = new NRoutableConnector(RoutableConnectorType.DynamicPolyline);

m_Document.ActiveLayer.AddChild(curve);

curve.FromShape = relatesPO;

curve.ToShape = relatedPO;






Similar Topics


Reading This Topic