API Reference > System Variables for .dwg files > System Variables H > HPSMOOTHEVALUATE
HPSMOOTHEVALUATE
Syntax
C++
bool HPSMOOTHEVALUATE;

SysVarDefs.h

Type 
bool 
Initial value 
false 
Read-Only 
No 
Saved In 
Registry 
Versions 
21.2+ 

 

HPSMOOTHEVALUATE controls whether a hatch is smoothed when a rendering device does not provide non-zero deviation. The default value is false. The hatch entity must be added to the database before setting the HPSMOOTHEVALUATE variable. If the rendering device provides non-zero deviation values, enabling the HPSMOOTHEVALUATE variable can decrease rendering accuracy. Enabling the HPSMOOTHEVALUATE variable may require additional recalculations that can increase the total render time. 

 

Access Methods 
OdDbDatabase::getSysVar() 
OdDbDatabase::setSysVar() 
  
OdDbHostAppServices::getHPSMOOTHEVALUATE() 
OdDbHostAppServices::setHPSMOOTHEVALUATE() 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.