API Reference > OdExport Classes > PDF2PRCExportParams Structure > PDF2PRCExportParams Methods > PDF2PRCExportParams::setPRCCompression Method
PDF2PRCExportParams::setPRCCompression Method
Syntax
C++
void setPRCCompression(PDF3D_ENUMS::PRCCompressionLevel compressionLevel, bool bCompressBrep, bool bCompressTessellation);
Parameters 
Description 
PDF3D_ENUMS::PRCCompressionLevel compressionLevel 
[in] A compression level value to set.  
bool bCompressBrep 
[in] A flag value that indicates whether the compression level is being set for B-Rep. If the flag is equal to false, the compression is not used.  
bool bCompressTessellation 
[in] A flag that indicates whether the compression level is being set for tessellation. If the flag is equal to false, the compression is not used. 

Sets the PRC data compression level values for B-Rep and tessellation. 

 

Copyright © 2002–2022. Open Design Alliance. All rights reserved.