Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSetPlotSettingsPE::setOrigin Method
Syntax
C++
virtual OdResult setOrigin(OdDbPlotSettings * pPlotSettings, const OdGePoint2d & origin);

Sets the plot origin for the specified PlotSettings object. 

 

Parameters
Description
pPlotSettings
[in] Pointer to the PlotSettings object.
origin
[in] Plot origin.

Returns eOk if successful or an appropriate error code otherwise.

The plot origin is measured with respect to the plot margin. All distances are returned in millimeters, regardless of the drawing units. 

 

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