Uses of Class
com.openinventor.inventor.fields.SoSFUInt32
-
Packages that use SoSFUInt32 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.medical.nodes Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.volumeviz.nodes -
-
Uses of SoSFUInt32 in com.openinventor.inventor.drawers
Fields in com.openinventor.inventor.drawers declared as SoSFUInt32 Modifier and Type Field Description SoSFUInt32
SoEllipseScreenDrawer. nbPoint
Number of points in generated ellipse.SoSFUInt32
SoPolyLineScreenDrawer. simplificationThreshold
Threshold (in pixels) used to simplify line when it is finished. -
Uses of SoSFUInt32 in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoSFUInt32 Modifier and Type Field Description SoSFUInt32
SoInstanceParameter. divisor
This field modifies the rate at which values advance during multiple instance rendering.SoSFUInt32
SoMultipleInstance. numBatches
When this field is set to 1 (default), all the instances are rendered in one batch.SoSFUInt32
SoMultipleInstance. numInstances
Number of shape instances to render.SoSFUInt32
SoTextureUnit. unit
Specifies the texture unit identifier. -
Uses of SoSFUInt32 in com.openinventor.medical.nodes
Fields in com.openinventor.medical.nodes declared as SoSFUInt32 Modifier and Type Field Description SoSFUInt32
OrthoSliceBorder. sliceNumber
Deprecated.Slice number. -
Uses of SoSFUInt32 in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes declared as SoSFUInt32 Modifier and Type Field Description SoSFUInt32
SoOrthoSlice. sliceNumber
Slice number.
-