• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

immediately enter a block with double click

Cipollina84

Guest
I hope someone can help me!
when I click twice on a block, the "editor block definition" opens where there is the list of all the blocks in the drawing. Every time I have to go look for the block I want to change! ! !
with the autocad I used before (2012) I didn't have this problem because the block was immediately recognized and I didn't have to look for it!
I am using autocad 2016.

Thank you in advance! !
 
Thank you.
I don't know which command to assign. . . .
for the moment I have this:
- What?
and as macro: $m=$(if,$(and,$(>,$(getvar,blockeditlock),0)),^c^c_properties,^c^c_bedit)
 
Unfortunately what I wrote does not work (there was already). . .
I have not yet found the command :confused:
It's weird because my other colleagues have that command I wrote and it works!
 
verify that in the options in the tab User preferences and activate the voice change by double click
 
Please:

in case of different autocad behaviors on various pcs, you can make them "equal" with vars2scr, which creates a setting script of variables.
 
for instant opening of the block editor, you can bypass the ok on the block name by pasting as macro in the double click action:
(if (> (getvar 'blockeditlock) 0) (command "_properties")(progn (setq nb# (cdr (assoc 2 (entget (ssname (ssget) 0)))))(command "-bedit" nb#)(princ)))as it is, without spaces:cool:
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top