SoOutputFileProperties Enumeration |
This enum defines the properties used when data are written to a file.
Namespace: OIV.Inventor
Member name | Value | Description | |
---|---|---|---|
DefaultProperty | 0 | Regular ascii or binary output. This is the default property value. | |
CompressedZlib | 1 | Compressed ascii or binary output using the zlib module. |
The function setFileProperty uses this enum.
Since Open Inventor 8.1