IOpenGLService::DebugBuffer

Use this method to dump the color buffer (debugging purposes only).

Compatibility

Cimatron 2026 or later

Syntax

void DebugBuffer(int iOffscreen);

def DebugBuffer(int iOffscreen)->None

Return Type

Return: void

 

   

Input Type

Input: int

iOffscreen―When iOffscreen is negative it dump the view buffer else it dump the back buffer 

  • iOffscreen ‹0: Dump the view buffer

  • iOffscreen ›-1: Dump the back buffer

   

Remarks

None

Example