How do I "break curve apart" on multiple curves?

When importing PDF files, the lines are often combined in very odd ways. Often pdf files are the only way I receive technical drawings (DRW), and I need to edit them and/or break them apart. So far, the only means I've found to edit line art in such PDFs is to tediously select each line and click "break curve apart."

I'd like to know if there is a way to select ALL lines in a drawing and break them all apart in one fell swoop!

(Perhaps a VB macro?? -- Or some sort of import method?)

It would save me a great deal of time on my job if I didn't need to break each curve individually when I need to take one portion of a drawing.

Indyrose

Parents Reply
  • I assume this is a "macro"? but i have no understanding of how it works, how iI use it, what to do?

    One resource that might help you get started: #1: Getting started with using VBA macros (What do you do with a .GMS file?).

    That's a start, but in this case, you haven't been given a GMS file - just the code for a sub.

    If you are using a version of CorelDRAW that has a Macro Manager docker...

    1. Go to the Macro Manager, right click on "Visual Basic for Applications", then select "New Macro Project". Create a new .GMS file.
    2. Right click on your new project in the Macro Manager, then select "New Module"
    3. Right click on the new module in the new project, then select "Edit".
    4. In the VBA editing environment, paste the code for that macro sub into your new module.
    5. After doing this, the new macro sub should be available from the Macro Manager.
Children
No Data