Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
DRAWORDERCTL
Syntax
C++
OdInt8 DRAWORDERCTL;
Type
OdInt8
Initial value
3
Range
0 ... 3
Read-Only
No
Saved In
Database
Versions
2005+

 

DRAWORDERCTL controls the display update and inheritance of draworder when using certain editing commands. The following commands are affected by DRAWORDERCTL: BREAK, EXPLODE, FILLET, HATCH, HATCHEDIT, JOIN, OFFSET, PEDIT, and TRIM.

  • With Draworder Inheritance on, entities created with these commands assume the draw order of the original objects.
  • With Draworder Inheritance off, they assume the default draworder (top).
  • With Display Update on, entities created with the aforementioned editing commands are displayed correctly according to their Draworder.
  • With Display Update off, they are displayed on top, until the next regeneration.

 

Value
Draworder Inheritance
Display Update
0
Off
Off
1
Off
On
2
On
Off
3
On
On

 

Access Methods
OdDbDatabase::getSysVar()
OdDbDatabase::setSysVar()
 
OdDbDatabase::getDRAWORDERCTL()
OdDbDatabase::setDRAWORDERCTL()

 

File: SysVarDefs.h 

Module: API Reference 

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