Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbSetBasePlotSettingsPE::setPlotWindowArea Method
Syntax
C++
virtual OdResult setPlotWindowArea(OdRxObject* pPlotSetObj, double xmin, double ymin, double xmax, double ymax) = 0;

Sets the corners of the plot window area for the specified PlotSettings object. 

 

Parameters
Description
pPlotSettings
[in] Pointer to the PlotSettings object.
xMin
[in] X-coordinate of the lower-left corner.
yMin
[in] Y-coordinate of the lower-left corner.
xMax
[in] X-coordinate of the upper-right corner.
yMax
[in] Y-coordinate of the upper-right corner.

Returns eOk if successful or an appropriate error code otherwise.

The corners define the area to be plotted if and only if plotType == kWindow. 

 

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