Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdEd::SelectOptions Enumeration
Syntax
C++
enum SelectOptions { kSelDefault = 0x00000000, kSelPickLastPoint = 0x00000001, kSelSingleEntity = 0x00000002, kSelIgnorePickFirst = 0x00000004, kSelSinglePass = 0x00000008, kSelAllowEmpty = 0x00000010, kSelRemove = 0x00000020, kSelLeaveHighlighted = 0x00000040, kSelAllowInactSpaces = 0x00000080, kSelAllowObjects = 0x00000100, kSelAllowPSVP = 0x00000200, kSelAllowSubents = 0x00000400, kSelAllowLocked = 0x00000800, kSelAllowSubentsAlways = 0x00001000 };
Members
Description
kSelPickLastPoint
Use last entered point as first corner of selection box
kSelSingleEntity
Select single entity
kSelIgnorePickFirst
Clear previous contents of selection set
kSelSinglePass
Use single pass for selection (no pressing Enter is required to finish selection)
kSelAllowEmpty
Empty selection set is allowed
kSelRemove
Remove selected entities from current selection set
kSelLeaveHighlighted
Leave entities highlighted after operation
kSelAllowInactSpaces
Allow selection of all entities not only in active layout
kSelAllowObjects
Allow non-entity objects selection
kSelAllowPSVP
Allow overall Paper Space viewport selection
kSelAllowSubents
Allow subentities selection
kSelAllowLocked
Allow selection of entities on locked layers
kSelAllowSubentsAlways
Allow subentities selection independent on press CTRL

File: EdUserIO.h 

Namespace: OdEd 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.