SoView2DBorderHighlight¶
-
InventorModule
¶ genre View2DExtended
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoView2D
definition view2d.def see also SoView2D
inherits from SoView2DBorder
keywords extension
Purpose¶
The module SoView2DBorderHighlight
draws a border around a certain 2D slice (or a certain sequence of slices) in a 2D viewer.
Parameter Fields¶
Field Index¶
Alpha : Float |
cursorShape : Enum |
needsValidVoxel : Bool |
alt : Enum |
editingOn : Bool |
Num. Slices : Integer |
borderWidth : Float |
evaluateFocus : Bool |
On : Bool |
button1 : Enum |
fixZOn : Bool |
renderOnSlab : Bool |
button2 : Enum |
focusBorderWidth : Float |
selectionTolerance : Float |
button3 : Enum |
focusColor : Color |
setEventHandled : Bool |
clipToSlice : Bool |
ignoreHandledEvents : Bool |
shift : Enum |
Color : Color |
interactionProviderID : String |
Start Slice : Integer |
control : Enum |
Line Width : Float |
wantsAllEvents : Bool |
createNewMode : Bool |
lineStyle : Enum |
wantsKeyEvents : Bool |
createNewModeRequest : Trigger |
maskValid : Bool |
wantsMouseWheelEvents : Bool |
Visible Fields¶
On¶
-
name:
drawingOn
, type:
Bool
, default:
TRUE
¶ If checked, the module highlights the adjusted slice(s) by painting a border around it.
see also SoView2DBorder.drawingOn
Color¶
-
name:
color
, type:
Color
, default:
1 1 1
¶ Sets the color of the rendered border.
see also SoView2DBorder.color
Alpha¶
-
name:
alphaFactor
, type:
Float
, default:
1
, minimum:
0
, maximum:
1
¶ Sets the alpha value of the rendered border.
Line Width¶
-
name:
lineWidth
, type:
Float
, default:
1
, minimum:
0
¶ Sets the line width in pixel of the rendered border.
Start Slice¶
-
name:
startSlice
, type:
Integer
, default:
0
¶ Sets the start slice around which a border is rendered.
Num. Slices¶
-
name:
numSlices
, type:
Integer
, default:
1
, minimum:
0
¶ Sets the number of slices starting with the
Start Slice
for which a border is rendered.