Uses of Class
com.openinventor.inventor.fields.SoSFDouble
-
Packages that use SoSFDouble Package Description com.openinventor.ldm.nodes com.openinventor.ldm.writers com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of SoSFDouble in com.openinventor.ldm.nodes
Fields in com.openinventor.ldm.nodes declared as SoSFDouble Modifier and Type Field Description SoSFDouble
SoDataRange. max
Maximum data value of the data range.SoSFDouble
SoDataRange. min
Minimum data value of the data range.SoSFDouble
SoDataSet. undefinedValue
Data with this value won't be rendered. -
Uses of SoSFDouble in com.openinventor.ldm.writers
Fields in com.openinventor.ldm.writers declared as SoSFDouble Modifier and Type Field Description SoSFDouble
SoVRLdmFileWriter. bitSetThreashold
Set the bitset threshold value.SoSFDouble
SoVRLdmFileWriter. defaultValue
Set the default value.SoSFDouble
SoVRLdmFileWriter. undefinedValue
Set the undefined value. -
Uses of SoSFDouble in com.openinventor.meshvizxlm.mapping.nodes
Fields in com.openinventor.meshvizxlm.mapping.nodes declared as SoSFDouble Modifier and Type Field Description SoSFDouble
MoMeshStreamline. integrationStepLengthFactor
Sets the step length factor for the streamline integration.
The default value is 0.3.SoSFDouble
MoMeshStreamline. maxLength
Sets the maximum length of the streamline.
The default value is 0, meaning infinite length.SoSFDouble
MoMeshStreamline. maxLifeTime
Sets the maximum life time of the streamline.
The default value is 0, meaning infinite life time.SoSFDouble
MoMeshStreamline. minSpeed
Sets the minimum speed of the streamline.
The default value is 0, meaning no speed constraint.
-