TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: dussla on December 24, 2009, 10:47:55 AM

Title: can,'t block explode
Post by: dussla on December 24, 2009, 10:47:55 AM
again   hi ~
i imported block .
i would like to explode that block
but that didn;t not explode with many way
can you  help again ~~
Title: Re: can,'t block explode
Post by: Slim© on December 24, 2009, 11:04:13 AM
Here you go.  :-)
Title: Re: can,'t block explode
Post by: dussla on December 24, 2009, 11:12:25 AM
hi freind
i use cad 2004

how can do that ~~?
Title: Re: can,'t block explode
Post by: Slim© on December 24, 2009, 11:19:25 AM
hi freind
i use cad 2004

how can do that ~~?

I'm using AutoCad 2008 here at work. The block was scaled differently in the X & Y axises. That's why you couldn't explode it, I think.
Title: Re: can,'t block explode
Post by: Slim© on December 24, 2009, 11:20:38 AM
Here is the 2004 version.
Title: Re: can,'t block explode
Post by: dussla on December 24, 2009, 11:27:56 AM
aha ~~~
thank you good advice
is that impossible in cad 2004
i am thinking  explode lisp roution in cad 2004
is that possisble ?
Title: Re: can,'t block explode
Post by: CAB on December 24, 2009, 01:28:06 PM
In 2004 you can explode if the X & Y scale are the same but not if they are different.

Title: Re: can,'t block explode
Post by: Slim© on December 24, 2009, 01:44:15 PM
Then why wasn't dussla, able to explode the block?
Title: Re: can,'t block explode
Post by: CAB on December 24, 2009, 04:02:52 PM
As you said:
Quote
The block was scaled differently in the X & Y axises. That's why you couldn't explode it, I think.

I just stated it again.
Title: Re: can,'t block explode
Post by: ElpanovEvgeniy on December 24, 2009, 04:13:26 PM
Code: [Select]
(setvar "EXPLMODE" 1)