Parameters |
Description |
OdDbPlotSettings * pPlotSettings |
[in] Pointer to the PlotSettings object. |
OdDbPlotSettings::PlotRotation plotRotation |
[in] Plot rotation. |
Returns eOk if successful or an appropriate error code otherwise.
Sets the plot rotation for the specified PlotSettings object.
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–2020. Open Design Alliance. All rights reserved.
|