SoVRLdmFileWritersaveAsBitSet Property |
Save the data as a bitSet (8 values per byte).
Namespace: OIV.LDM.WritersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoSFBool saveAsBitSet { get; }
Public ReadOnly Property saveAsBitSet As SoSFBool
Get
public:
property SoSFBool^ saveAsBitSet {
SoSFBool^ get ();
}
member saveAsBitSet : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksYou should specified the OIV.LDM.Writers.SoVRLdmFileWriter.m_bitSetThreashold if you use this feature. Default is false.
See Also