Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::getCellExtents Method
Syntax
C++
virtual void getCellExtents(OdUInt32 row, OdUInt32 column, bool isOuterCell, OdGePoint3dArray& pts) const;

Returns the cell extents for the specified cell in this table entity. 

 

Parameters
Description
row
[in] Row index of the cell.
column
[in] Column index of the cell.
isOuterCell
[in] If and only if true, ignores margins.
pts
[out] Receives the cell extents information.

If isOuterCell is true, this function returns the extents of the cell without regard to margins. 

If isOuterCell is false, this function returns the extents of cell reduced by the horizontal and vertical cell margins. 

Method generates the eInvalidInput exception when the row argument is more than number of rows or the column argument is more than number of columns.

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