Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPlotSettingsValidator::setPlotOrigin Method
Syntax
C++
virtual OdResult setPlotOrigin(OdDbPlotSettings * pPlotSettings, double xCoordinate, double yCoordinate) = 0;

Sets the plot origin offset for the specified PlotSettings object. 

 

Parameters
Description
xCoordinate
[out] X-coordinate of the origin offset.
yCoordinate
[out] 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.