EVENT Enumeration

详细描述

Enumerations

enum   EVENT {
   NONE ,
   FORCEREDRAW ,
   ANIMATE ,
   NOEXPRESSION ,
   GLHACK ,
   CAMERAEXPRESSION ,
   ENQUEUE_REDRAW ,
   DONT_OVERWRITE_RENDERING
}

函数

enum EVENT   MAXON_ENUM_FLAGS ( EVENT )

Enumeration Type Documentation

◆  EVENT

enum EVENT
strong
Enumerator
NONE 

None.

FORCEREDRAW 

Force a complete redraw.

ANIMATE 

Animate document.

NOEXPRESSION 

Do not execute expressions.

GLHACK 

Private .

CAMERAEXPRESSION 

If set (and not EVENT::NOEXPRESSION ), the event will only update camera dependent expressions (for faster speed).

ENQUEUE_REDRAW 

Do not stop the current redraw if DrawViews() is running at the moment. In that case enqueue the redraw after the current draw is done.

由于
R17.032
DONT_OVERWRITE_RENDERING 

If this flag is set, renderings will not be overwritten.

Function Documentation

◆  MAXON_ENUM_FLAGS()

enum EVENT MAXON_ENUM_FLAGS ( EVENT   )