How can I select areas inside incomplete shapes?

Hi,
I'm often required to open PDF drawings outputted from AutoCAD and add colour to them. I do this by opening the PDF in Illustrator and drawing colour shapes in a layer underneath the CAD drawing. Illustrator is good at handling all of the lines from the PDF, but shapes are never interpreted as connected shapes, they are always broken shapes made up of lines. I find it's faster to re-draw them in a layer underneath than to try to join the broken shapes.
Ideally it would really speed up my workflow dramatically if Illustrator had an area select feature like Photoshop, for example if I could just click inside the broken shape with the magic wand tool and it would select the area.
Is it possible that this feature exists in Illustrator and I just haven't found it? Any recommendations would be appreciated.
G.

Do this:
1. Use the shape tools to draw a few ordinary closed paths, overlapping each other partially. .25 pt. stroke, no fill.
2. Select all the paths. Object>Path>Add Anchor points. Repeat 8 times or so.
3. Select>Object>DirectionHandles.
4. Edit>Cut.
5. Delete.
6. Edit>PasteInFront.
Now you have a what looks like enclosed areas, but is really just a bunch of tiny open paths. You've simulated the kind of thing you frequently get from CAD exports.
7. Select all.
Now record an Action that performs these steps:
1. Apply 1 pt black stroke with round endcaps and joins.
2. Object>Path>OutlineStroke.
3. Apply the Merge Pathfinder.
4. Object>CompoundPath>Release.
Stop recording.
Everything will look like it just acquired a black fill. But now you have a Group of ordinary closed paths with black fills and no strokes. The outermost closed path completely surrounds the others and is offset from them by 1 pt. (thus, serving as the line work). You can now click the fills of the other paths and apply whatever fill colors you want.
The Action can now be applied with one click.
I frequently use a slight elaboration of such an Action when importing DXFs of exploded assembly drawings. I Lasso or marquee-select around the disjointed paths that make up the drawing of an object, and then run the Action with one click. The result is white-filled closed paths, simplified to remove excess anchorPoints, with a heavier weight outline around the outer perimeter. (Helps clarify individual parts in an exploded drawing--not proper thick/thin treatment, but servicable. Also serves for color-coding by the thick outlines if you.)
The exact best steps to include in the Action depends partially on the nature of the kinds of drawings you typically import; but the principle is generally like that outlined above.
All of this (including workarounds with LivePaint) is, of course, ridiculous workaround for Illustrator's ridiculous lacking any kind of intelligent join command.
JET

Similar Messages

  • How can write select statement inside case operator

    Hi all,
    I like to write a query which get result from other table in case operator.
    e.g
    select a,b,c from dual
    where a=1
    and b=case when b is null then "select any value from other table" else null end;
    Please help me to write this query.
    Thanks

    sorry, but thats funny.
    You ask for case with subquery and choosed a solution with decode as correct.
    Furthermore, the solution proposed might not be so useful.
    First of all many people prefer case over decode, because of understandability and readability of the code (toad has this as a coding rule built in too)
    Secondly in this case the decode does nothing. Take a closer look:
    select a,b,c from tableA a
    where a.a = 1
    and a.b =(select decode(a.b,null,( select 1 from tableB b where rownum = 1 ),a.b) from dual)the decode chooses the subselect if a.b is null. But if a.b is null the a.b on the left side is null also, so the predicate will never be true.
    aside from this, you can write this shorter as
    a.b=nvl(a.b,(select 1 from tableB b where rownum = 1))so what will work in such a case might be
    ANEXPRESSION(Literal, scalar subquery, ...) =nvl(a.b,(select 1 from tableB b where rownum = 1))otherwise look for a solution with case ;-)
    regards
    Edited by: chris227 on 12.05.2012 02:12

  • How can I select same color shapes in adobe flash program ?

    how can I select same color shapes in adobe flash program ? for example we assume 10 rectangle shapes . 3 of them are red others are green. I want to use only one click or method to select 3 of them. please help me
    thanks kunter

    that is not possible unless they are all grouped into one symbol or movieclip

  • Using numbers as billing template.  How can I select a print area?

    I'm using numbers as a billing template.  How can I select a print area so that I can continue using the same sheet for all the family's bills?

    NGM,
    After deciding what you want to print, move that content to a blank Sheet. Print only that Sheet.
    This may require that you do some touch-up - delete unneeded rows and columns, perhaps add some text boxes for labels and boilerplate, etc.
    Edit: An easier approach might be to move everything that doesn't belong on your template to a different sheet, or at least to a different page of the sheet. In any case, once you have things segregated, print only what you need to have in the invoice based on whole page selections. You can set to print only the current sheet in the Print Dialog, and also in the print dialog you can select which page or pages to print.
    Jerry

  • HT203756 How can I remove 'old' or 'incomplete' backups from iCloud?

    How can I remove 'old' or 'incomplete' backups from iCloud? 
    When I attempted, the iPhone 6+ message asked if I wanted to remove ALL of the backups... without giving me the option of selecting the specific one I wanted to remove.
    I had performed 'backups' of my old iPhone, but, when I tried to RESTORE to the REPLACEMENT iPhone, at least one of the iCloud backups shows 'incomplete'.  There was no 'error' on the original iPhone...when it 'failed' to complete the backup.
    Now, I would like to 'clear up' the 'storage' on the iCloud, but am unable to select specific ones. I can either keep all instances or shut off iCloud Backup which would, according to the message, remove/delete ALL of the BACKUPS.
    This shouldn't be this difficult.....

    I too wondered how you remove apps from iCloud.  Judging by the quantity of questions, comments, suggestions and replies (some rather rude) there is a clear need for Apple to make their literature a lot clearer.  The page describing what iCloud backs up refers to "app data" as an item which is backed up.  To the uniniated this might mean the app program but it seems not.  The app is "bought" via iTunes or the App Store and details of your purchase (free or otherwise) is held there separately on the server.
    It would be nice however to be able to remove the reference to junk I have downloaded and decided I don't want so that it doesn't appear on the purchased apps listing!  Apple please note this.
    It must be remembered that Apple products come pitifully supported by manuals "out of the box" on the assumption that it is so easy to use the product that no explanation is needed.  They forget that most buyers of Apple products (me included) don't know (and don't want to know) how they work, so when something is not obvious they are required to plough through Lord knows how many web pages of "knowledge base" material until they find an answer.
    All I can add is that it is worth spending time reading the multiitude of discussion threads before asking the question yet again...

  • Select objects inside a shape

    Hello!
    Im looking for a way to export a pattern made in Illustrator to auto cad.
    I would like to select objects inside a shape based on the shape.
    As you can see here i would like to select all the objects inside the blue circle, and delete everything outside of it. I dont want to use a cliping mask as it does not really destory the objects outside the
    circle. Any help would be much appreciated.
    /Jakob

    Jakob,
    You may use careful manual cutting (using Smart Guides) along the circle and grumble over the lack of easy ways to do it properly on open paths.
    Or you may do the destructive deed, with the Clipping Mask selected:
    1) In the Transparency palette/panel dropdown list select anything but Normal (Multiply is fine),
    2) Object>Flatten Transparency, just keep the defaults including 100% Vector,
    3) Shudder.
    This should reduce the size to the Bounding Box of the Clipping Path.
    It makes a bit of a mess out of the mesh (strokes are outlined to become filled paths); it has the (dis)advantage of cutting each path end at the actual angle of the Clipping Path (the circle).

  • How can I select and enlarge the entire doc,ge on a page, reducing the surrounding boarder.  I can move the difference text boxes about independently of each other but the outer most boarders of the main template block appear to be fixed.

    How can I select adn enlarge the entire document/image on a page, reducing the the surrounding boarder?  I can move the different text and image boxes around independently of each other but the outer most boarders of the main template block appear to be fixed.  I thought I would be able to enlarge or reduce my document from 'page layout' but this does not seem possible.

    Inspector > Document > Document Margins
    The word is border. Boarders are the Harry Potters of this world.
    Peter

  • I have $8.05 balance on my gift card. I tried to buy an app more expensive than that so i had to add my credit card to the apple account. But I couldn't use the balance from the gift card anymore. How can I select to use it? or did I lose it?

    I  have $8.05 balance on my gift card. I tried to buy an app more expensive than that so i had to add my credit card to the apple account. But I couldn't use the balance from the gift card anymore. How can I select to use it? or did I lose it?

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico, Spanish is my native tongue. I do not speak English very well, however, I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    The MAS should use any credits first and then apply the remainder to a listed bank card.

  • How can I select all messages in Inbox, Trash and/or Bin in one go to delete them.  I currently have 3000  unwanted messages in my Bin box and wish to delete them without having to individualy select them 50  at a time.y

    How can I select all messages in either my Inbox, Trash and /or Bin in one go to delete them all in one go.  I currently have 3000+ unwanted messages in my Bin

    Click on the inbox then Edit>Select All (if you are using Mail, if not you'll have to tell us which mail program you use) repeat in other mailboxes as needed.

  • CS3 - Place Word document: How can I select the current preset?

    Hi
    In my Plugin I like to place a word document into a text frame. To do this I want select a defined preset before.
    How can I do that?
    How can I select the current preset for the placement (import)?
    Thanks for the support
    Hans

    Hi,
    I had posted a similar query few days back to place excel file in text frame. And I found out that, it is not possible to specify formatting option for any of microsoft document when using Indesign SDK.
    But we can do this by running script.
    If you are able to specify the formatting option through script, write code to get script object & execute this script through Indesign SDK.
    I was able to specify formatting option, sheet number, range etc through this.
    Hope this helps.
    Rajani

  • I've created a movie but at the end there is an invisible audio clip that keeps playing. How can I select it and delete it?

    Hello everyone,
    This is Karie Garnier in British Columbia, Canada.
    I'm new to FCPX.
    I've created a 20 minute movie, but at the end of the movie, there is an invisible audio clip that keeps playing.
    How can a video clip be playing and making sounds, when it doesn't appear in the timeline? and ...
    How can I select this invisible audio clip and delete it?

    I think you could be right, that it's an old render file that's got stuck.
    By the time I finished this movie my 500 GB hard drive was 99.9% full and
    FCP started acting wierd, so I suspect you are right.
    I have since upgraded my hard drive to one 1000 GBs but when I play the movie the
    glitch remains.
    Can you please tell me:
       a) How can I fix the old render file so that it is no longer stuck?  ... and
       b) How do I take a screen shot of the timeline?

  • Muse, how can i select "web safe fonts" in korean font?

    when i using Muse,
    how can i select "web safe fonts" in korean font?
    there are only english web safe fonts in muse.
    so i can't select national language(korean) in web safe fonts...
    a there any updates about this..?
    now in muse, i always using korean fonts in image;;

    At this time, English and Japanese is the only locale for which Muse provides an alternative set of web-safe fonts. You wouldn't see them in Korean. A similar thread here - http://forums.adobe.com/message/5492379
    Thanks,
    Vinayak

  • How can i insert include_once inside fluid grid layout?...

    How can i insert include_once inside fluid grid layout?...

    Hi
    You will have to insert this in code view.
    If it is inside a FG div, select 'split' screen mode, click in the required div in design view and this will highlight the selection in code view.
    PZ

  • How can I select to send an from another email account within the inserted gmail account?

    How can I select to send an from another email account within the inserted gmail account?

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico, Spanish is my native tongue. I do not speak English very well, however, I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    The MAS should use any credits first and then apply the remainder to a listed bank card.

  • How can I publish artwork inside the artboard only?

    How can I publish artwork inside the artboard only?
    As I don't want to show anything outside the artboard when I publish it.
    Also, how can I make the published swf file fit to the artboard size? As I don't want to show the white area outside the artboard.
    Hope someone could help! Many thanks!

    One thing I have noticed is that when you embed the .swf, if you don't designate the widht and height, sometimes you will see some of the extra outside the artboard. For example:
    I uploaded my published files to www.website.com/flash and my .swf is at www.website.com/flash/Main.swf. If I just use that url I will see the extra from Main.swf. However, if I create a page where I embed the .swf, like www.website.com/main.html, I no longer see it.

Maybe you are looking for

  • Vendor Master for Interviewees and expenses payment process in SAP

    Hello All, We are trying to figure out a process for people who come for Interviews and submit their expenses and get a cheque from our company. How can this be carried out in SAP..Please add your valuable inputs to the process below: Create Vendor m

  • Airport Express -- not generating IP?

    Hi, here's what's happening. I have a cable modem which is connected to a small 4 port (non configurable) hub. One of the ports goes to my airport express, the other to my tivo. The tivo works in this arrangement, but not the airport. I assumed that

  • Form property defaults

    In Acobat X, I have tried to change the default font & size by right-clicking on a form field and clicking on 'Current properties as new default'.  No matter how often I do this, is will not take and keeps reverting to Helvetica something or other. 

  • Ultra 5 nvram replacement

    Hi, I've got a sun ultra 5 with a nvram depleted battery , device part no M48T59T-PC1D - i have sourced a relacement at RS which is a MT48T59Y-70MH1 - is this s a compatible replacement as the last few digits are different ?

  • Firefox will not allow pandora one to run

    after installing fire fox my pandora one quit working. I can use regular pandora but cannot run my pandora one account