BKG_SelectSimilar

Version 20120423 Beta (freeware).
Works on Bricscad V11.4 and V12.1 for Windows.
May work on other Bricscad V11-V12 for Windows versions.
By downloading the zip file you agree to the End-user license agreement for free software (freeware).

Download link: BKG_SelectSimilar.zip (< 30kB)

Dialog box

BKG_SelectSimilar is a program to select similar entities in a drawing. It can be accessed by clicking on a toolbar button, using a modified Edit context menu or by typing 'Bssi or 'BKG_SelectSimilar.

Modified Edit context menu

If you have preselected ("gripped") a single entity and start the program, the entity is used as the base entity for BKG_SelectSimilar. If more entities have been preselected you are prompted to select a base entity and the results of BKG_SelectSimilar are added to the existing selection.

Inside a command you can use BKG_SelectSimilar to create a selection set, or to add to or subtract from (type -) a previous selection set. To select similar entities inside a window first use the program to select all similar entities and then type - followed by _o or _outside to deselect all entities outside the desired window.

The modified Edit context menu has three additional entries: "Select Similar", "Select All" and "Deselect All". The BKG_SelectSimilar toolbar has these three items as buttons. This toolbar and the modified Edit context menu are only available if you use the partial cui file.

What is new

Version 20120423:
Version 20111121:
Version 20110724:

Installing the program using the cui file

Unpack all files from the zip file in a single folder, which does not have to be in the search path, and follow the instructions you can find here.

Installing the program without the cui file

Unpack BKG_SelectSimilar.des from the zip file in a folder in the search path and follow the instructions you can find here.

To load the program automatically add one of these code segments to on_doc_load.lsp:

(load "BKG_SelectSimilar")
(autoload "BKG_SelectSimilar" '("Bssi" "BKG_SelectSimilar"))