Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPlotSettings::getPlotOrigin Method
Syntax
C++
void getPlotOrigin(double& xCoordinate, double& yCoordinate) const;

Returns the plot origin offset for this PlotSettings object (DXF 46, 47). 

 

Parameters
Description
xCoordinate
[out] Receives the X-coordinate of the origin offset.
yCoordinate
[out] Receives the Y-coordinate of the origin offset.

The plot origin offset 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.