Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Enumerations
Prs3d_TypeOfHLR.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

Enumerations

enum  Prs3d_TypeOfHLR { Prs3d_TOH_NotSet, Prs3d_TOH_PolyAlgo, Prs3d_TOH_Algo }
 Declares types of hidden line removal algorithm.
TOH_Algo enables using of exact HLR algorithm.
TOH_PolyAlgo enables using of polygonal HLR algorithm.
TOH_NotSet is used by AIS_Drawer class, it means that the drawer should return the global value.
For more details see AIS_Drawer class, AIS_Shape::Compute() method and
HLRAlgo package from TKHLR toolkit.
More...
 

Enumeration Type Documentation

Declares types of hidden line removal algorithm.
TOH_Algo enables using of exact HLR algorithm.
TOH_PolyAlgo enables using of polygonal HLR algorithm.
TOH_NotSet is used by AIS_Drawer class, it means that the drawer should return the global value.
For more details see AIS_Drawer class, AIS_Shape::Compute() method and
HLRAlgo package from TKHLR toolkit.

Enumerator
Prs3d_TOH_NotSet 
Prs3d_TOH_PolyAlgo 
Prs3d_TOH_Algo