EdUserIO.h
Members |
Description |
kSelPickLastPoint = 0x00000001 |
Use last entered point as first corner of selection box |
kSelSingleEntity = 0x00000002 |
Select single entity |
kSelIgnorePickFirst = 0x00000004 |
Clear previous contents of selection set |
kSelSinglePass = 0x00000008 |
Use single pass for selection (no pressing Enter is required to finish selection) |
kSelAllowEmpty = 0x00000010 |
Empty selection set is allowed |
kSelRemove = 0x00000020 |
Remove selected entities from current selection set |
kSelLeaveHighlighted = 0x00000040 |
Leave entities highlighted after operation |
kSelAllowInactSpaces = 0x00000080 |
Allow selection of all entities not only in active layout |
kSelAllowObjects = 0x00000100 |
Allow non-entity objects selection |
kSelAllowPSVP = 0x00000200 |
Allow overall Paper Space viewport selection |
kSelAllowSubents = 0x00000400 |
Allow subentities selection |
kSelAllowLocked = 0x00000800 |
Allow selection of entities on locked layers |
kSelAllowSubentsAlways = 0x00001000 |
Allow subentities selection independent on press CTRL |
This is record OdEd::SelectOptions.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|