Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

josue777torsan
847 Vistas, 5 Respuestas

Any LISP to disallow exploding in multiple blocks?

I want to prevent exploding in multiple blocks at one

Architect, CAD Manager in Mexico City
scot-65
en respuesta a: josue777torsan

One method:
If blocks are not set to "Scale Uniformly", set the z-scale
factor of the questionable blocks to something like 1.000000001.
From there, command EXPLMODE 0.

If the blocks are set to scale uniformly, command BEDIT the block
and mirror it using the insert point as one point of the mirror axis.
Save and close the BEDITOR.
From there, mirror the blocks (x = -1, or use the properties palette)
and EXPLMODE = 0.

???

Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.


hencoop
en respuesta a: josue777torsan

The easiest way to keep blocks from being exploded is to create or edit them to not allow exploding:

no explode.jpg

Do you mean you need a lisp application that will make this change in multiple blocks?

AutoCAD User since 1989. Civil Engineering Professional since 1983
Product Version: 13.6.1963.0 Civil 3D 2024.4.1 Update Built on: U.202.0.0 AutoCAD 2024.1.6
                        27.0.37.14 Autodesk AutoCAD Map 3D 2024.0.1
                        8.6.52.0 AutoCAD Architecture 2024
josue777torsan
en respuesta a: hencoop

Yes, I need to do it in multiple blocks at once

Architect, CAD Manager in Mexico City
josue777torsan
en respuesta a: scot-65

Maybe, but most of my blocks (maybe all of them) are with "yes" in uniform scale.

Architect, CAD Manager in Mexico City
josue777torsan
en respuesta a: josue777torsan

I found an inverse LISP, I've modify it and I got it. Emoticono feliz

 

 

Architect, CAD Manager in Mexico City