Insert and Burst block in the same macro

Insert and Burst block in the same macro

nuno.ramos5SJR2
Contributor Contributor
177 Views
1 Reply
Message 1 of 2

Insert and Burst block in the same macro

nuno.ramos5SJR2
Contributor
Contributor

Hi all

I´m trying to write a simple macro for when I pick the block from the Tool Palette automatically burst it. Here is the macro :

^C^C-insert;"C:/Users/NunRam/KSCPT_TOOL_PALETTES_R10/ACAD CUSTOMIZE/BLOCKS/K-VTD-BM-ML-1UL-TOP_R00.dwg";0,0,0;1;;;REGEN;(initcommandversion);_burst;_all;;

Apparently seams to work but in the end the block doesn´t get bursted. Can anyone help me to combine the two command without use of LISP? Thanks.

 

Result(F2):

-insert
Enter block name or [?] <K-VTD-BM-ML-1UL-TOP_R00>: "C:/Users/NunRam/KSCPT_TOOL_PALETTES_R10/ACAD CUSTOMIZE/BLOCKS/K-VTD-BM-ML-1UL-TOP_R00.dwg"
Duplicate definition of block GENAXEH ignored.
Duplicate definition of block _DotSmall ignored.

Units: Millimeters Conversion: 1
Specify insertion point or [Basepoint/Scale/X/Y/Z/Rotate/Explode/REpeat]: 0,0,0

Enter X scale factor, specify opposite corner, or [Corner/XYZ] <1>: 1
Enter Y scale factor <use X scale factor>:

Specify rotation angle <0>:

Command: REGEN
Regenerating model.

Command: (initcommandversion)
T

Command: _explode

Select objects: _all
54 found
53 were not in current space.

Select objects:

Command:

0 Likes
178 Views
1 Reply
Reply (1)
Message 2 of 2

Libbya
Mentor
Mentor

This forum deals with stock dynamic block behavior.  You would probably get better results for your query if you asked on one of the customization forums: https://forums.autodesk.com/t5/autocad-customization/ct-p/AutoCADTopic1

0 Likes