Received: by 10.181.11.234 with SMTP id el10mr433233wid.2.1347613301204; Fri, 14 Sep 2012 02:01:41 -0700 (PDT) Received: by 10.236.176.103 with SMTP id a67mr222843yhm.2.1347613300778; Fri, 14 Sep 2012 02:01:40 -0700 (PDT) Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!209.85.212.216.MISMATCH!yt1no9288188wib.1!news-out.google.com!q11ni58405198wiw.1!nntp.google.com!7no9317341wig.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.cad.microstation.programmer Date: Fri, 14 Sep 2012 02:01:40 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=62.242.143.130; posting-account=_3A6jwoAAADY61CpPLFp9-d3O4s7qzT2 NNTP-Posting-Host: 62.242.143.130 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Draw line between two arrows From: gammerath@gmail.com Injection-Date: Fri, 14 Sep 2012 09:01:41 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.cad.microstation.programmer:7 Hi everybody I have no experience with Microstation programming, so I'm asking for help to develop a macro that: Draws a line between two arrowheads. All arrowheads are grouped in pairs. Procedure is like this: Find a group, find tip of the first arrowhead ( which is a linestring consisting of three points), draw line from here to the tip of the second arrowhead. Delete the group. Is this possible?