Uses of Class
com.openinventor.inventor.fields.SoSFUShort
-
Packages that use SoSFUShort Package Description com.openinventor.inventor.drawers These classes provide convenient components to draw polyline, ellipse, lasso, or complex scene graph in 2D screen space.com.openinventor.inventor.nodes com.openinventor.ldm.nodes com.openinventor.meshviz.data com.openinventor.meshviz.graph com.openinventor.remoteviz.clients.nodes -
-
Uses of SoSFUShort in com.openinventor.inventor.drawers
Fields in com.openinventor.inventor.drawers declared as SoSFUShort Modifier and Type Field Description SoSFUShort
SoPolyLineScreenDrawer. linePattern
Stipple pattern. -
Uses of SoSFUShort in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoSFUShort Modifier and Type Field Description SoSFUShort
SoNurbsProperty. isoParamCurvesPattern
Sets a specific line pattern for isoparametric curves.SoSFUShort
SoExtSelection. lassoPattern
Stipple pattern.SoSFUShort
SoDrawStyle. linePattern
Stipple pattern for lines (for LINES style). -
Uses of SoSFUShort in com.openinventor.ldm.nodes
Fields in com.openinventor.ldm.nodes declared as SoSFUShort Modifier and Type Field Description SoSFUShort
SoDataSet. texturePrecision
For scalar (non-RGBA) data, specifies the size of voxel values on the GPU in bits. -
Uses of SoSFUShort in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data declared as SoSFUShort Modifier and Type Field Description SoSFUShort
PoMeshContouring. firstMajor
Defines the first major contour lines.SoSFUShort
PoMeshContouring. majorPeriod
Defines the major and the minor contour lines. -
Uses of SoSFUShort in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as SoSFUShort Modifier and Type Field Description SoSFUShort
PoValueLegend. firstValue
Number of the first value to display.SoSFUShort
PoValueLegend. lastValue
Number of the last value to display.SoSFUShort
PoLogAxis. maxGradNum
Maximum number of logarithmic graduations displayed.SoSFUShort
PoLegend. numColumns
Number of columns of the legend.SoSFUShort
PoMultipleHistogram. numColumns
Number of columns of the matrix of values.SoSFUShort
PoMultipleHistogram. numRows
Number of rows of the matrix of values.SoSFUShort
PoValueLegend. periodValue
Period to display the values in the legend.SoSFUShort
PoAxis. tickFirstGrad
First graduation to display.SoSFUShort
PoAxis. tickLastGrad
Last graduation to display (number starting with the ending one).SoSFUShort
PoAxis. tickNumOrPeriod
Number of secondary graduations (tickSubDef = NUM_SUB_TICK), or period of texts of graduations (tickSubDef = PERIOD_MAIN_TICK). -
Uses of SoSFUShort in com.openinventor.remoteviz.clients.nodes
Fields in com.openinventor.remoteviz.clients.nodes declared as SoSFUShort Modifier and Type Field Description SoSFUShort
SoRemoteVizClient. port
Specifies the port of the RemoteViz Service to which the client will connect.
-