connection ->initialise: from=graphical,
to=graphical, link=[link], handle_from=[name]*, handle_to=[name]*Create a connection
object (automatically updating line) between the two graphicals. The
first becomes connection<-from;
the second connection<-to. Link
is a link object
describing the handles and characteristics of the line (graphical<-pen, joint<-arrows,
...). The two name arguments define the name of the handle to connect to
at the connection<-from
resp. connection<-to
side. When omitted and there are multiple matching handles PCE will
connect to the
best-looking one.
Always succeeds, also if the line cannot (yet) been created because
there is no common device to display the graphical on.
- See also
- graphical
->connect