AutoCAD Pick Prefer...
 
Notifications
Clear all

AutoCAD Pick Preference ?

16 Posts
7 Users
0 Reactions
3 Views
(@paul-in-pa)
Posts: 6044
Registered
Topic starter
 

All of a sudden AutoCAD has decided to pick the older object rather than the newer object. Where do i go to change that?

Using Carlson Survey 2004.

Paul in PA

 
Posted : August 2, 2010 1:47 pm
(@randy-rain)
Posts: 462
 

try the pickadd system variable

 
Posted : August 2, 2010 1:52 pm
(@randy-rain)
Posts: 462
 

PICKADD Controls whether subsequent selections replace the current selection set or add to it
PICKAUTO Controls automatic windowing at the Select Objects prompt
PICKBOX Sets object selection target height
PICKDRAG Controls the method of drawing a selection window
PICKFIRST Controls whether you select objects before or after you issue a command
PICKSTYLE Controls the use of group selection and associative hatch selection

 
Posted : August 2, 2010 1:54 pm
(@randy-rain)
Posts: 462
 

Also Paul on a side note try to avoid "escaping" out of commands this is how strange things happen to your system variables. Most commands are actually mini programs written in either Autolisp, or Visual Basic for Applications. Often these little programs will temporarily change system variables to achieve their ends and then change them back to their original settings prior to completion of the "command". If however, you escape out in the middle of the command then the system variables are not restored to their original condition. This is most often seen with Osnaps. Hope that this helps.

RRain

 
Posted : August 2, 2010 2:04 pm
 ddsm
(@ddsm)
Posts: 2229
 

What are your favorite picks? Do you have a number of running picks selected?

I use a group of:
ENDpoint
PERPendicular
INTersection
NEARest
as my running picks and use the screen icon to 'right' click.

Type at command prompt:
NODe
INSertion

DDSM

 
Posted : August 2, 2010 2:10 pm
(@randy-rain)
Posts: 462
 

I'd have to say like anything else it depends on what I'm doing but generally it's Endpoint, Node, Midpoint, Perpendicular and Center and if acad doesn't read my mind and know which of those I want at a particular time then I simply hit the tab key until the correct osnap is current and hit enter.

RRain

 
Posted : August 2, 2010 2:16 pm
 ddsm
(@ddsm)
Posts: 2229
 

Good one Randy...

I can tell by the MIDpoint that you work in PLSS?

and by CENter you have a lot of curved lines?

It all depends...

DDSM
PERPendicular is a normal line
:beer:

 
Posted : August 2, 2010 2:30 pm
(@randy-rain)
Posts: 462
 

Dan I practice in one of the bastard states, Lots of preexisting M&B parcels mixed with a lot of PLSS. Truth be told I'll spend days digging for existing corners to hold rather than proportion one in.

RRain

 
Posted : August 2, 2010 2:38 pm
(@squinty-vernier)
Posts: 500
Registered
 

PICKARD Allows you to captain the Enterprise.

 
Posted : August 2, 2010 3:05 pm
(@kent-mcmillan)
Posts: 11419
 

> PICKARD Allows you to captain the Enterprise.

LOL!

PICKATEGORY will sometimes make the PICK function appear not to be working properly.

 
Posted : August 2, 2010 3:16 pm
(@randy-rain)
Posts: 462
 

I thought that PICKARD allowed you to pick random quotes from the Qur'an.

 
Posted : August 2, 2010 3:20 pm
(@steve-adams)
Posts: 406
 

You might need to change the value of the "sortents" variable.

 
Posted : August 2, 2010 3:31 pm
(@randy-rain)
Posts: 462
 

Good call Steve I forgot about SORTENTS.

RRain

 
Posted : August 2, 2010 4:00 pm
(@paul-in-pa)
Posts: 6044
Registered
Topic starter
 

Thanks All, But This Is What Worked?

Settings
Object Snaps
Options
User Ptreferences
Object Sorting Methods
[v] Object Selection
Apply
Then OKed my way out.

I agree about the quitting in the middle of a command. Yesterday my computer locked up in a command, but I could not escape out. I had to kill Autocad and then redo some work I lost as well.

Paul

 
Posted : August 2, 2010 6:02 pm
 RFB
(@rfb)
Posts: 1504
Registered
 

Hold down the CTRL key while you pick, it will cycle through the entities as you pick, when the object you desire is highlighted, you're good to go!

:coffee:

 
Posted : August 3, 2010 5:04 am
(@randy-rain)
Posts: 462
 

Thanks All, But This Is What Worked?

That means that Steve was right, the procedure you outlined changes the SORTENTS sysvar.

RRain

 
Posted : August 3, 2010 5:37 am