SSX (Express Tool)

Creates a selection set based on a selected object.

SSX creates a selection set that contains objects that are either exactly like the selected "template" object or, if you adjust the filter list, very similar to that object. You can enter SSX either at the Command prompt to create a selection set, which can be accessed with the Previous option, or you can enter (SSX) in at any Select Objects prompt.

Command: SSX

Select object/<None>: Use an object selection method to select a template object, or press Enter for none.

>>Block name/Color/Entity/Flag/LAyer/LType/Pick/Style/Thickness/Vector:

Note: Once you specify a filter list, you can remove any of the filters by selecting the option keyword and then pressing Enter. If an item exists in the filter list and you choose to add a new item, the old value is overwritten by the new value. You can have only one of each type of item in a single (ssget 'x') call.

Options

Block name Specifies the block name to add or remove.
Color Specifies the color number to add or remove.
Entity Specifies the object type to add or remove.
Flag Toggles the ENTITIES FOLLOW flag.
Layer Specifies the layer name to add or remove.
Ltype Specifies the linetype name to add or remove.
Pick Selects objects using any selection set method.
Style Specifies the text style name to add or remove.
Thickness Specifies the thickness value to add or remove.
Vector Specifies the extrusion vector to add or remove.

Example

This example demonstrates selecting a line to use as a template object, but removing the requirement (filter) that the objects must be on the same layer as the selected line.

Command: SSX

Select object/<None>: Select a line

Current Filter: ((0 . "LINE") (8 . "0") (39 . 2.0) (62 . 1) (210 0.0 0.0 1.0))

Enter filter option [Block name/Color/Entity/Flag/LAyer/LType/Pick/Style/Thickness/Vector]: layer

>>Layer name to add/<RETURN to remove>: Press Enter to remove the layer filter

Current Filter: ((0 . "LINE") (39 . 2.0) (62 . 1) (210 0.0 0.0 1.0))

Enter filter option [Block name/Color/Entity/Flag/LAyer/LType/Pick/Style/Thickness/Vector]: Press Enter

To use the selection set for a subsequent command, enter P (Previous) at the next Select Objects prompt.

File

ssx.lsp