Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
HPMAXCONTOURPOINTS
Syntax
C++
OdUInt32 HPMAXCONTOURPOINTS;
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()

 

File: SysVarDefs.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.