Click or drag to resize
SoVRLdmFileWritercompressionName Property

Compression name.

Namespace: OIV.LDM.Writers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public SoSFString compressionName { get; }

Property Value

Type: SoSFString
Remarks

The following compression types are currently supported: "gzip" and "jpeg". Jpeg is a lossy compression format and should not be used if data degradation is unacceptable. You can set the OIV.LDM.Writers.SoVRLdmFileWriter.m_compressionLevel field to adjust compression quality. If empty, no compression will be used. Default is empty.

See Also