API Reference > System Variables for .dwg files > System Variables H > HPMAXCONTOURPOINTS
HPMAXCONTOURPOINTS
Syntax
C++
OdUInt32 HPMAXCONTOURPOINTS;

SysVarDefs.h

Type 
OdUInt32 
Initial value 
100000 
Read-Only 
No 
Saved In 
Registry 
Versions 
21.1+ 

 

HPMAXCONTOURPOINTS sets the maximum number of points on the contour (outline) that a hatch entity can contain and still be rendered. Hatches do not render if the number of points exceeds the specified value. This can reduce the render time while zooming in on hatches with a large number of contour points. The default value of this variable is 100,000. Setting HPMAXCOUNTERPOINTS to 0 disables the check. 

 

Access Methods 
OdDbDatabase::getSysVar() 
OdDbDatabase::setSysVar() 
  
OdDbHostAppServices::getHPMAXCONTOURPOINTS() 
OdDbHostAppServices::setHPMAXCONTOURPOINTS() 

 

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