Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSortentsTable::getFullDrawOrder Method
Syntax
C++
void getFullDrawOrder(OdDbObjectIdArray& entityIds, OdUInt8 honorSortentsMask = 0) const;

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

 

Parameters
Description
entityIds
[out] Entity IDs.
honorSortentsMask
[in] SORTENTS mask.

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

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-2022. Open Design Alliance All rights reserved.