| Selection set handling functions | ||
| Function Name | Description | |
|---|---|---|
| SS_AndCond | Applies the AND condition on a set of individual conditions | |
| SS_BoundingBox | Returns the selection set bounding box coordinates in the form of a list of Lower Left and Upper Right points. | |
| SS_Convert2Polylines | Converts a given selection set into equivalent polyline objects The selection set passed may contain lines, polylines, arcs and circles. | |
| SS_DeleteNamed | Deletes a named selection set from the selection set collection | |
| SS_GetFilteredSelection | Returns a filtered selection from a manually selected set | |
| SS_hilite | Highlight a selection set based with specified redraw mode. | |
| SS_IsDefined? | Checks whether a named selection set exists in the given collection of selection sets | |
| SS_KeepTypes | Keeps only given object types in a selection set and returns them | |
| SS_NotCond | Applies the NOT condition on a set of individual conditions | |
| SS_OrCond | Applies the OR condition on a set of individual conditions | |
| SS_PutName | Names a given set of selection set objects (entity based) | |
| SS_RemoveTypes | Removes a given object type from a selection set | |
| SS_SeleBlk | Returns a selection set based on a specified block name. | |
| SS_SelectX | Performs a selection set build across the specified drawing document. | |
| SS_SeleLay | Returns a selection set based on the specified layer name | |
| SS_SeleType | Select all entities with of specified entity type | |
| SS_ss2pt&rot | Convert Selection Set of points to Points and rotation angle List | |
| SS_ss2pt | Convert Selection Set of points to Points List | |
| SS_SSgetBlkAtt | Does an ssget and applies Block Attribute Checks also | |
| ss_SSgetXD | Does an ssget and applies extended entity data check also. | |
| SS_sslist | Return a list of entities in selection set | |
| SS_SSjoin | Joins two selections set and returns their sum | |
| SS_sslist | Return a list of entities in selection set | |
| SS_SSsub | Subtracts one selection set from another and returns their difference | |
| SS_SSWindow | Does a ssget Window around a point (either "C" "W" or "F" modes can be used). | |
| SSgetXD | Does an ssget and applies extended entity data check also. | |