OD_SELECTION_MODE

enum OD_SELECTION_MODE {
	OD_SEL_CONTAINED,
	OD_SEL_INTERSECTING,
};
Viewport rubber-band selection behavior.

Defined in: OdGlobal.h

Members

OD_SEL_CONTAINED

Select components contained by selection rectangle.

OD_SEL_INTERSECTING

Select components whose rectangles are intersected by the selection rectangle.