Translate this page
SetInteractionModelPreset
 
 
 

SetInteractionModelPreset

Description

Selects an Interaction Model preset, as presented in the File menu. The settings changed by each preset may be different in future releases. Each preset sets a few user preferences and selects an appropriate keymap.

Scripting Syntax

SetInteractionModelPreset( Type, [ApplyToSuite] );

Parameters

Parameter Type Description
Type Integer The preset number

Possible Values:

Description:

0 Softimage's Default Interaction Model
1 Softimage's Default, with Extended Component Selection
2 Softimage|3D 3.8 Legacy Interaction Model
3 Maya Interaction Model
7 3ds Max Interaction Model
ApplyToSuite Boolean True to set this interaction mode in all products in the Suite.

Default Value: False

Examples

VBScript Example

SetInteractionModelPreset 3 ' ALT Camera navigation!