Uses of Class
com.openinventor.inventor.fields.SoSFDouble
Packages that use SoSFDouble
Package
Description
Provides rendering, property and action nodes.
-
Uses of SoSFDouble in com.openinventor.ldm.nodes
Fields in com.openinventor.ldm.nodes declared as SoSFDoubleModifier and TypeFieldDescriptionfinal SoSFDouble
SoDataRange.max
Maximum data value of the data range.final SoSFDouble
SoDataRange.min
Minimum data value of the data range.final 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 SoSFDoubleModifier and TypeFieldDescriptionfinal SoSFDouble
SoVRLdmFileWriter.bitSetThreashold
Set the bitset threshold value.final SoSFDouble
SoVRLdmFileWriter.defaultValue
Set the default value.final 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 SoSFDoubleModifier and TypeFieldDescriptionMoMeshStreamline.integrationStepLengthFactor
Sets the step length factor for the streamline integration.
The default value is 0.3.MoMeshStreamline.maxLength
Sets the maximum length of the streamline.
The default value is 0, meaning infinite length.MoMeshStreamline.maxLifeTime
Sets the maximum life time of the streamline.
The default value is 0, meaning infinite life time.MoMeshStreamline.minSpeed
Sets the minimum speed of the streamline.
The default value is 0, meaning no speed constraint.