#include <Standard_PrimitiveTypes.hxx>
Enumerations | |
enum | AIS_SelectStatus { AIS_SS_Added, AIS_SS_Removed, AIS_SS_NotDone } |
To give the display status of an Interactive Object. This will be one of the following: - DS_Displayed: the Interactive Object is displayed in the main viewer; - DS_Erased: the Interactive Object is erased in the collector; - DS_FullErased: the Interactive Object is erased but not in the collector; - DS_Temporary: the Interactive Object is temporarily displayed; - DS_None: the Interactive Object is nowhere displayed. . More... |
|
|