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 SoSFDoubleSoDataRange. maxMaximum data value of the data range.SoSFDoubleSoDataRange. minMinimum data value of the data range.SoSFDoubleSoDataSet. undefinedValueData 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 SoSFDoubleSoVRLdmFileWriter. bitSetThreasholdSet the bitset threshold value.SoSFDoubleSoVRLdmFileWriter. defaultValueSet the default value.SoSFDoubleSoVRLdmFileWriter. undefinedValueSet 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 SoSFDoubleMoMeshStreamline. integrationStepLengthFactorSets the step length factor for the streamline integration.
The default value is 0.3.SoSFDoubleMoMeshStreamline. maxLengthSets the maximum length of the streamline.
The default value is 0, meaning infinite length.SoSFDoubleMoMeshStreamline. maxLifeTimeSets the maximum life time of the streamline.
The default value is 0, meaning infinite life time.SoSFDoubleMoMeshStreamline. minSpeedSets the minimum speed of the streamline.
The default value is 0, meaning no speed constraint.
-