Close

Relief for ODA Team in Ukraine

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

Rearranges the specified entity IDs into their current relative DrawOrder for this SortentsTable. 

 

Parameters
Description
entityIds
[in/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.