jim78b Posted September 13, 2022 Posted September 13, 2022 ^C^C_select \_change _p; _p _c byblock;;_block \ _O;_C; i don't know wht autocad don't does not recognize intermediate commands like in block... Specific insertion point [Annotatio mOde] i want define the mOde so to retain the block in my drawing, but with my macro don' work Quote
jim78b Posted September 13, 2022 Author Posted September 13, 2022 after i create block autocad delete it! Quote
mhupp Posted September 13, 2022 Posted September 13, 2022 The entity's are gone but now its in your block library. you need to insert the block back into the drawing. Quote
jim78b Posted September 14, 2022 Author Posted September 14, 2022 HELLO , but why autocad delete it if i use this as macro? i want automatize and retain in the drawing the block Quote
mhupp Posted September 14, 2022 Posted September 14, 2022 See if this works. ^C^C_select \_change _p; _p _c byblock;;_block \ _O;_R; 1 Quote
jim78b Posted September 14, 2022 Author Posted September 14, 2022 not work, after block creation, autocad remove it! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.