SoView2DBorder¶
-
InventorModule
¶ genre View2DExtended
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoView2D
definition view2d.def see also SoView2D
inherits from SoView2DExtension
keywords extension
Purpose¶
The module SoView2DBorder
paints a border line around a slice in a 2D viewer.
This is especially useful in mosaic renderings or if an OrthoView2D
is used. Furthermore, the module can highlight the last clicked slice, even in a mosaic rendering if a SoFocus
module is present in the scene.
Parameter Fields¶
Field Index¶
alt : Enum |
cursorShape : Enum |
renderOnSlab : Bool |
button1 : Enum |
editingOn : Bool |
selectionTolerance : Float |
button2 : Enum |
fixZOn : Bool |
setEventHandled : Bool |
button3 : Enum |
ignoreHandledEvents : Bool |
shift : Enum |
clipToSlice : Bool |
interactionProviderID : String |
wantsAllEvents : Bool |
Color (color) : Color |
Line Style : Enum |
wantsKeyEvents : Bool |
Color (focusColor) : Color |
maskValid : Bool |
wantsMouseWheelEvents : Bool |
control : Enum |
needsValidVoxel : Bool |
Width (borderWidth) : Float |
createNewMode : Bool |
On (drawingOn) : Bool |
Width (focusBorderWidth) : Float |
createNewModeRequest : Trigger |
On (evaluateFocus) : Bool |
Visible Fields¶
On (drawingOn)¶
-
name:
drawingOn
, type:
Bool
, default:
TRUE
¶ If checked, a border is drawn.
see also SoView2DExtension.drawingOn
Color (color)¶
-
name:
color
, type:
Color
, default:
1 1 1
¶ Sets the color of the border.
see also SoView2DExtension.color
Width (borderWidth)¶
-
name:
borderWidth
, type:
Float
, default:
1
, minimum:
0
¶ Sets the width in pixel of the border.
On (evaluateFocus)¶
-
name:
evaluateFocus
, type:
Bool
, default:
FALSE
¶ If checked, the focus property is evaluated.
Color (focusColor)¶
-
name:
focusColor
, type:
Color
, default:
1 1 1
¶ Sets the color of the focus border.