Author Topic: Anyone know of a block wipeout routine?  (Read 1403 times)

0 Members and 1 Guest are viewing this topic.

nobody

  • Swamp Rat
  • Posts: 861
  • .net stuff
Anyone know of a block wipeout routine?
« on: January 31, 2018, 01:36:45 AM »
Anyone know if something exists already that will add wipeouts to simple blocks (symbols, signs, etc)?

Thanks!

BIGAL

  • Swamp Rat
  • Posts: 1429
  • 40 + years of using Autocad
Re: Anyone know of a block wipeout routine?
« Reply #1 on: January 31, 2018, 03:10:08 AM »
Using the pline option is the simplest but the hard part is if you want some form of shape around your block. There is software out there that will draw a pline around an object, a common description is a boundary of objects but some methods are better than others. I would start with googling "boundary lisp". There is one version of software out there that appears to be good but you have to purchase.

A rectang around a block is simple use boundingbox.
A man who never made a mistake never made anything


nobody

  • Swamp Rat
  • Posts: 861
  • .net stuff
Re: Anyone know of a block wipeout routine?
« Reply #3 on: January 31, 2018, 01:14:53 PM »
Thanks all