CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE

CAD tip CAD tip # 6365:

Question

CAD 
 %  platform  category 
A
The function "Select similar" (the command SELECTSIMILAR, resp. AecSelectSimilar - see the menu Edit and the object context menu) is in older versions (pre-2011) available only in the AEC versions of AutoCAD (AutoCAD Architecture, AutoCAD MEP, AutoCAD Civil 3D).

Using a simple LISP expression you can add this functionality also to a plain AutoCAD. Add the following expression (command) to a toolbar button or context menu:
(cadr(sssetfirst nil (ssget"_X"(list(cons 0(cdr(assoc 0(entget(car(entsel"\nSelect object and all similar: "))))))))))

This function can be then used either in the normal command mode - after you select an object, all entities of the same type are grip-selected; or you can use it on the standard "Select objects" prompt - there it includes the selected object and all similar objects in a standard selection set of an editing command.

Another option is to use the expression:
(ssget(list(cons 0(cdr(assoc 0(entget(car(entsel"\nSelect object and all similar: "))))))))

This function also prompts for a sample object. Then it asks for a standard objects selection. From these objects, only those objects will be used which are similar (the same type) to the sample object.

ACADADTCivilABS
100% *CAD
29.10.2008    40157×  

See also:
Tip 14711:How to generate a random 2D or 3D point cloud in AutoCAD?
Tip 14699:How to add an attribute to all visibility states in a dynamic block?
Tip 14650:3D rotation of a DWG object to the target point.
Tip 14630:Extended ASCPOINT - import coordinates from CSV file, including blocks with attributes, GPS coordinates, etc.
Tip 14628:What 3D formats are supported in Autodesk FlexSim?


Back    All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD: 
OS: 
Categ: 
Text:
 FAQ
  



Featuring:
Revit plugins for automating data management, opening creation for clashes, and documentation Be.Smart Core Collection More info


Please use these tips at your own risk.
ARKANCE is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist