imat_vtkplot/interactionstyle (+FEA)


Purpose

Select entities interactively.

Syntax

hplot.interactionstyle(style)

Description

INTERACTIONSTYLE sets the style of interaction with the VTK window. This specifies what mouse and keyboard controls to use to manipulate the VTK display (pan, zoom, and rotate).

STYLE is one of the following strings. RMB means Right Mouse Button, MMB means Middle Mouse Button, and LMB means Left Mouse button. MW means Mouse Wheel.

Style  
'vtk' or 'default'

Use the default VTK controls.

Pan

MMB

Zoom

RMB

Rotate

LMB (Ctrl+LMB rotates about screen)

Spin Ctrl+LMB
'Femap'

Behave like Siemens Femap.

Pan Ctrl+MMB
Zoom Shift+MMB or RMB
Rotate MMB
Spin Alt+MMB
'nx'

Behave like Siemens NX. I-deas STYLE also works with NX.

Pan Shift+MMB
Zoom F2+MMB or Ctrl+MMB or RMB
Rotate MMB
Spin Alt+MMB
'ideas'

Behave like I-deas.

Pan

F1+LMB

Zoom

F2+LMB

Rotate

F3+LMB

 

The following is applicable for all styles.

F4 snaps to the nearest orthogonal or iso view. For all styles, the mouse wheel zooms. For all except 'vtk', LMB and MMB can be used interchangeably.

F1+MW rotates the view about the model X axis in 5 degree increments. F2+MW rotates about the Y axis, and F3+MW rotates about the Z axis. You can also use Ctrl, Shift, and Ctrl+Shift or Alt instead of the F1, F2, and F3 keys for this functionality.