Click or drag to resize
SoVRLdmFileWriterbitSetThreashold Property

Set the bitset threshold value.

Namespace: OIV.LDM.Writers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFDouble bitSetThreashold { get; }

Property Value

Type: SoSFDouble
Remarks

For each value (V) of a dataset, if V > threshold the bitset is set to 1 for this bit, or to 0 otherwise. Default is 0. Used only if OIV.LDM.Writers.SoVRLdmFileWriter.saveAsBitSet is true.

See Also