How to orient the graphics view to Isometric in Spaceclaim using scripting?
Rohith Patchigolla
Member, Moderator, Employee Posts: 174
✭✭✭✭
in 3D Design
How to orient the graphics view to Isometric in Spaceclaim using scripting?
Tagged:
0
Answers
-
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'])0