Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSetPlotSettingsPE::setPlotRotation Method
Syntax
C++
virtual OdResult setPlotRotation(OdDbPlotSettings * pPlotSettings, OdDbPlotSettings::PlotRotation plotRotation);

Sets the plot rotation for the specified PlotSettings object. 

 

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

Returns eOk if successful or an appropriate error code otherwise.

plotRotation must be one of the following: 

 

Name
Value
Description
k0degrees
0
No rotation
k90degrees
1
90° CCW
k180degrees
2
Inverted°
k270degrees
3
90° CW

 

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