Anuncios

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

Any LISP to disallow exploding in multiple blocks?

josue777torsan
Advocate

Any LISP to disallow exploding in multiple blocks?

josue777torsan
Advocate
Advocate

I want to prevent exploding in multiple blocks at one

Architect, CAD Manager in Mexico City
0 Me gusta
Responder
Soluciones aceptadas (1)
849 Vistas
5 Respuestas
Respuestas (5)

scot-65
Advisor
Advisor
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
Advisor
Advisor

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
0 Me gusta

josue777torsan
Advocate
Advocate

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

Architect, CAD Manager in Mexico City
0 Me gusta

josue777torsan
Advocate
Advocate

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

Architect, CAD Manager in Mexico City
0 Me gusta

josue777torsan
Advocate
Advocate
Solución aceptada

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

 

 

Architect, CAD Manager in Mexico City
0 Me gusta