Page 1 of 1

Selection command question.

Posted: Sat Nov 24, 2007 11:47 am
by CAD_B
In the SELECT command dialog there is a property option, and within that there is a value item. What value does this refer to?

Posted: Sun Nov 25, 2007 3:46 pm
by John Finlay
CAD_B,
The properties can be found by using the select command and typing PRO then enter and typing ? and enter.

These options are then displayed:

Add/Remove/Color/LAyer/LType/Name/THickness/TYpe/Value/Width/LOcation

Select option question.

Posted: Sun Nov 25, 2007 7:53 pm
by CAD_B
John,
Thanks for your response. My question is specifically about the options within the Property option that you listed. For example, by a little experimentation I determined that the Name option refers to a block name. What does the Value option refer to? For that matter, what does LOcation refer to? I may be looking in the wrong places, but I have found no documentation about these options.

Posted: Sun Nov 25, 2007 10:08 pm
by John Finlay
CAD_B,

From Help:
To select entities using their properties
Activate an entity-modification command.
In the prompt box, choose Select by Properties.
Choose an option for selection: Color, Layer, Linetype, Name, Thickness, Type, Value (of attributes, text, or multi-line text), Width (of polylines), or Location.
Make your selections, depending on the option you chose.
To complete the selection, press Enter.

Location allows the input of point/s say 0,0,0 and 1000,1000,0 for all items in a bounding box between these points. Or you can just specify one point and is an entity intersects the point then it will be selected.

Type means an entity type such as line, LWPolyline or arc so if you want the Circles and the Arcs just type these
TY Enter Circle Enter
Ty Enter Arc Enter.

Value is the text etc. as per help above.

Selection command question.

Posted: Mon Nov 26, 2007 9:38 am
by CAD_B
John,
You answered all my questions. Thanks very much.