Results 1 to 2 of 2

Thread: OUTLINE A BLOCK

  1. #1
    Member chad.beussink's Avatar
    Join Date
    2006-08
    Posts
    23
    Login to Give a bone
    0

    Default OUTLINE A BLOCK

    I want a lisp routine that will place an polyline outline around the selected bock. I have tried "BOUNDARY", but it does not work very good with larger blocks. I also found a lisp routine that was mentioned in another thread, but it only worked on 1 level blocks, meaning it did not work on blocks that had nested blocks within it. Here is a copy of that lisp, if anyone thinks they can fix it.

    I've also found something called "SHRINKWRAP", but this is not a command for regular AutoCAD. But it sounds like exactly what I need.

    Any help would be appreciated. BTW - I am on AutoCAD 2006.

    Thanks,
    Chad
    Attached Files Attached Files

  2. #2
    Certifiable AUGI Addict
    Join Date
    2015-11
    Location
    Jo'burg SA
    Posts
    4,512
    Login to Give a bone
    0

    Default Re: OUTLINE A BLOCK

    For nested stuff, maybe a dirty solution is to use the ECO you've got - some LISP could check if the block contains any nested blocks, then run the ECO on them separately (obtaining their "ECO"). Then create a temporary block with all the 1st block's own linework + the ECO's of the nested blocks, then run the ECO on that block again to obtain a combined ECO.

Similar Threads

  1. Create Outline
    By Darren Allen in forum AutoLISP
    Replies: 6
    Last Post: 2012-02-29, 08:44 PM
  2. Outline For A Polyline
    By sivampeta_dheeraj in forum AutoLISP
    Replies: 3
    Last Post: 2011-10-04, 12:27 PM
  3. PDF LOGO to outline
    By chris.newman0 in forum AutoCAD General
    Replies: 6
    Last Post: 2009-12-09, 12:45 PM
  4. text outline
    By t_goofbeer in forum AutoLISP
    Replies: 2
    Last Post: 2009-09-22, 03:04 PM
  5. Text - just an outline?
    By cadmecheng in forum AutoCAD LT - General
    Replies: 5
    Last Post: 2005-06-28, 03:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •