How to orient the graphics view to Isometric in Spaceclaim using scripting?

Rohith Patchigolla
Rohith Patchigolla Member, Moderator, Employee Posts: 218
100 Comments 25 Answers Second Anniversary 25 Likes
✭✭✭✭

How to orient the graphics view to Isometric in Spaceclaim using scripting?

Answers

  • Rohith Patchigolla
    Rohith Patchigolla Member, Moderator, Employee Posts: 218
    100 Comments 25 Answers Second Anniversary 25 Likes
    ✭✭✭✭

    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'])