API Reference > OdDb Classes > OdDbViewport Class > OdDbViewport Methods > OdDbViewport::plotAsRaster Method
OdDbViewport::plotAsRaster Method
Syntax
C++
bool plotAsRaster() const;

true if all of the following conditions are false:

  • Render mode is kWireframe or k2DOptimized.
  • Visual style type is k2DWireframe or k3DWireframe.
  • Visual style has an OdGiFaceStyle::kInvisible lighting model for faces and an OdGiEdgeStyle::kIsolines edge model for edges.

Checks whether the viewport will plot raster output based on the viewport's current shade plot settings.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.