SoView2DBorder¶
- InventorModule¶
genre
author
package
dll
definition
see also
inherits from
keywords
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.
Windows¶
Default Panel¶
Output Fields¶
self¶
- name: self, type: SoNode¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Visible Fields¶
On (drawingOn)¶
- name: drawingOn, type: Bool, default: TRUE¶
If checked, a border is rendered.
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 pixels 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.
Width (focusBorderWidth)¶
- name: focusBorderWidth, type: Float, default: 2, minimum: 0¶
Sets the line width in pixels of the focus border.
Line Style¶
- name: lineStyle, type: Enum, default: SOLID¶
Defines a stipple pattern for the border lines.
Values:
Title |
Name |
|---|---|
Solid |
SOLID |
Dashed |
DASHED |
Dotted |
DOTTED |
Long Dashed |
LONG_DASHED |