C++
enum AcEdSSGetModes { kUnknown = 0, kWin, kCross, kBox, kLast, kEntity, kAll, kFence, kCPoly, kWPoly, kPick, kEvery, kXten, kGroup, kPrevious, kMultiple };
File
acssgetfilter.h
Members
| Members | Description |
|---|---|
| kWin | Window specification |
| kCross | Crossing specification |
| kBox | Box specification |
| kLast | Last |
| kEntity | Explicit entity name |
| kAll | Select all |
| kFence | Fence selection |
| kCPoly | Crossing poly |
| kWPoly | Window poly |
| kPick | Single pick |
| kEvery | Every entity on single pick |
| kXten | ssget "X |
| kGroup | Selection set from group specification |
| kPrevious | Previous selection set |
Description
This enumeration contains the mode settings for an entity selection process. The settings are used by methods that provide notification of a failed entity subselection.