IOpenGLService::ActivateBuffer

Use this method to activate the view rendering buffer. The buffer is activated by StartFrame, you can use this function to start the buffer before StartFrame has run.

Compatibility

Cimatron 2026 or later

Syntax

void ActivateBuffer();

def ActivateBuffer()->None

Return Type

Return: void

 

   

Input Type

Input:

 

   

Remarks

None

Example