Quantcast
Channel: PTC Community: Message List - Arbortext
Viewing all articles
Browse latest Browse all 3717

Re: IsoDraw macro issue - help!

$
0
0

Sorted it - after much wailing and nashing of teeth:

 

          Select IF Type is equal to "Text"

          el = activeDoc.firstSelectedElement

          WHILE (Exists (el) = true)

                    a = el.box.top - el.box.bottom

                    IF (a < 6 - true) THEN

                    el.fill = color_black

                    END IF

          el = el.nextSelectedElement

          END WHILE

          Select none

 

This routine fills the smaller text with a predefined colour (color_black) which I can then use as a selection criteria in future comands.

 

Thanks for your keen interest Trevor


Viewing all articles
Browse latest Browse all 3717

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>