Open CASCADE Technology  7.0.0
Enumerations

V3d_TypeOfUpdate.hxx File Reference

Enumerations

enum  V3d_TypeOfUpdate { V3d_ASAP, V3d_WAIT }
 Determines the type of update of the view. More...
 

Enumeration Type Documentation

Determines the type of update of the view.

  • V3d_ASAP: as soon as possible. The view is updated immediately after a modification.
  • V3d_WAIT: deferred. The view is updated when the Update function is called.
Enumerator
V3d_ASAP 
V3d_WAIT