12 Plug-in Reference
487
NeptuneLabs - FSI Viewer
InvertShift
Description
Inverts the function of the SHIFT key
Syntax
Boolean
Default
false
Context
Plug-in attribute
You can use this parameter to invert the function of the SHIFT key while dragging.
Callback
Description
JavaScript callback function
Syntax
String
Default
---
Context
Plug-in attribute
Specify the name of a custom JavaScript function to call each time the selection
changes. The arguments passed to this function are:
SceneSet, Scene, Left, Top, Right, Bottom, Rotation, Current View
Example: JavaScript callback function
function
onSelect (set,
scene,
l,
t,
r,
b,
rot,
strView) {
doSomething();
}
Additionally you can as use the template "$$selection$$" for the
→ CustomButton plug-in.