API Reference > Classes > PRC Files, Structures and Assemblies > OdPrcFileSettings Class
OdPrcFileSettings Class
OdPrcFileSettings
Syntax
C++
class OdPrcFileSettings;

PrcFileSettings.h

 

Class implements .prc file settings.

 
Name 
Description 
 
Creates a .prc file settings instance. 
 
Name 
Description 
 
Returns the current value of the compression flag for the tessellation data. If the flag is equal to true, the compression algorithm is applied for the tessellation data, and it is not applied when the flag value is false. The default flag value is false. 
 
Returns the current value of the compression flag for the topology boundary representation data. If the flag is equal to true, the compression algorithm is applied for the topology boundary representation data, and it is not applied when the flag value is false. The default flag value is false. 
 
Returns the current value of the tolerance for compressing the topology boundary representation data. The default tolerance value is 0.01. 
 
Sets a new value of the compression flag for the tessellation data. If the flag is equal to true, the compression algorithm is applied for the tessellation data, and it is not applied when the flag value is false. The default flag value is false.
 
 
Sets a new value of the compression flag for the topology boundary representation data. If the flag is equal to true, the compression algorithm is applied for the topology boundary representation data, and it is not applied when the flag value is false. The default flag value is false.
 
 
Sets a new value of the tolerance for compressing the topology boundary representation data. The default tolerance value is 0.01.
 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.