How to orient the graphics view to Isometric in Spaceclaim using scripting?
Please try the below script to orient the view in isometric direction in spaceclaim.
ViewHelper.ActivateNamedView('Isometric',True)
Here is the complete list of the view names (['Isometric', 'Trimetric', 'Top', 'Bottom', 'Left', 'Right', 'Front', 'Back'])