C++
void acgsSetViewportRenderFlag( int viewportNumber );
File
acgs.h
Description
This function sets the render flag to true in the viewport specified by viewportNumber.
The render flag of an AcViewport object should be set to true when a rendered image is added to the display list. When the image graphics are removed, the flag is automatically set to false. This flag is used internally by the shaded viewport plotting feature.
Parameters
Parameters | Description |
---|---|
viewportNumber | Input number that identifies the viewport whose flag is to be set |