Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbSetBasePlotSettingsPE::setOrigin Method
Syntax
C++
virtual OdResult setOrigin(OdRxObject* pPlotSetObj, const OdGePoint2d & origin) = 0;

Sets the plot origin for the specified PlotSettings object. 

 

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

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.