Table of Contents

cmd.viewport

“cmd.viewport” changes the size of the graphics display area.

Parameters

cmd.viewport(int width, int height)
    

Implementation

def viewport(width=-1,height=-1):

See Also

viewport | api