API Reference > OdDb Classes > OdDbSortentsTable Class > OdDbSortentsTable Methods > OdDbSortentsTable::getFullDrawOrder Method
OdDbSortentsTable::getFullDrawOrder Method
Syntax
C++
void getFullDrawOrder(OdDbObjectIdArray& entityIds, OdUInt8 honorSortentsMask = 0) const;
Parameters 
Description 
OdDbObjectIdArray& entityIds 
[out] Entity IDs.  
OdUInt8 honorSortentsMask = 0 
[in] SORTENTS mask. 

Returns eOk if successful, or an appropriate error code if not.

Returns an array of the entity IDs of the entities in the associated Block Table Record, in the DrawOrder for this SortentsTable. 

 

If (honorSortentsMask ^ SORTENTS) != honorSortentsMask, the entities are returned unsorted. 

As implemented, honorSortentsMask is ignored. It will be fully implemented in a future release.

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