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 SoSFDoubleSoDataRange.maxMaximum data value of the data range.final SoSFDoubleSoDataRange.minMinimum data value of the data range.final SoSFDoubleSoDataSet.undefinedValueSpecifies the data value that should be considered undefined and therefore not rendered. -
Uses of SoSFDouble in com.openinventor.ldm.writers
Fields in com.openinventor.ldm.writers declared as SoSFDoubleModifier and TypeFieldDescriptionfinal SoSFDoubleSoVRLdmFileWriter.bitSetThreasholdSet the bitset threshold value.final SoSFDoubleSoVRLdmFileWriter.defaultValueSet the default value.final SoSFDoubleSoVRLdmFileWriter.undefinedValueSet the undefined value. -
Uses of SoSFDouble in com.openinventor.meshvizxlm.mapping.nodes
Fields in com.openinventor.meshvizxlm.mapping.nodes declared as SoSFDoubleModifier and TypeFieldDescriptionMoMeshStreamline.integrationStepLengthFactorSets the step length factor for the streamline integration.
The default value is 0.3.MoMeshStreamline.maxLengthSets the maximum length of the streamline.
The default value is 0, meaning infinite length.MoMeshStreamline.maxLifeTimeSets the maximum life time of the streamline.
The default value is 0, meaning infinite life time.MoMeshStreamline.minSpeedSets the minimum speed of the streamline.
The default value is 0, meaning no speed constraint.