SoView2DBorderHighlight¶
- InventorModule¶
genre
author
package
dll
definition
see also
inherits from
keywords
Purpose¶
The module SoView2DBorderHighlight renders a border around a certain 2D slice (or a certain sequence of slices) in a 2D viewer.
Windows¶
Default Panel¶
Output Fields¶
self¶
- name: self, type: SoNode¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 pixels 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 Slicefor which a border is rendered.