SoVRLdmFileWriterbitSetThreashold Property |
Set the bitset threshold value.
Namespace: OIV.LDM.WritersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFDouble bitSetThreashold { get; }
Public ReadOnly Property bitSetThreashold As SoSFDouble
Get
public:
property SoSFDouble^ bitSetThreashold {
SoSFDouble^ get ();
}
member bitSetThreashold : SoSFDouble with get
Property Value
Type:
SoSFDouble
RemarksFor 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 saveAsBitSet is true.
See Also