IOpenGLService::EndFrame

Use this method to deactivate the rendering buffer and release device context in Cimatron to end drawing using OpenGL. This method must be called after completing all drawing.

Compatibility

Cimatron 2026 or later

Syntax

void EndFrame();

def EndFrame()->None

Return Type

Return: void

 

   

Input Type

Input:

 

   

Remarks

None

Example