Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbSetBasePlotSettingsPE::setPrintScale Method
Syntax
C++
virtual OdResult setPrintScale(OdRxObject* pPlotSetObj, double numerator, double denominator) = 0;

Sets the custom print scale for the specified PlotSettings object. 

 

Parameters
Description
numerator
[in] PaperSpace units.
denominator
[in] Media units.
pPlotSettings
[in] Pointer to the PlotSettings object.

Returns eOk if successful or an appropriate error code otherwise.

The custom print scale always reflects the scale that this PlotSettings object will use to plot. 

 

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