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

Rohith Patchigolla
Rohith Patchigolla Member, Moderator, Employee Posts: 174
100 Comments Photogenic Ansys Employee 5 Likes
✭✭✭✭

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

Answers

  • Rohith Patchigolla
    Rohith Patchigolla Member, Moderator, Employee Posts: 174
    100 Comments Photogenic Ansys Employee 5 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'])