This class provides several options to tunes CatiaV5 Writter.
It must be provided to catiav5w::InitWrite method.  
 More...
This class provides several options to tunes CatiaV5 Writter.
It must be provided to catiav5w::InitWrite method. 
  
◆ WriteOptions()
      
        
          | catiav5w::WriteOptions::WriteOptions  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~WriteOptions()
      
        
          | catiav5w::WriteOptions::~WriteOptions  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ AreReferencePlanesWrittenAsHidden()
      
        
          | Dtk_bool catiav5w::WriteOptions::AreReferencePlanesWrittenAsHidden  | 
          ( | 
           | ) | 
           const | 
        
      
 
Tells if the reference planes are written as hidden. 
- Returns
 - DTK_TRUE if the reference planes are written as hidden DTK_FALSE else. 
 
 
 
◆ GetFileRelease()
      
        
          | Dtk_UInt32 catiav5w::WriteOptions::GetFileRelease  | 
          ( | 
           | ) | 
           const | 
        
      
 
Retrieve the Written file release. 
 
 
◆ GetMaximumFileReleaseHandled()
  
  
      
        
          | static Dtk_UInt32 catiav5w::WriteOptions::GetMaximumFileReleaseHandled  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Return the maximum file release number handled by the writer. 
 
 
◆ SetFileRelease()
Sets the release for the written files. 
The valid versions are 14 and from 19 to GetMaximumFileReleaseHandled(). You can have more information from the API documentation. 
- Parameters
 - 
  
    | [in] | inRelease | : The file release.  | 
  
   
- Returns
 - dtkNoError if success. 
 
- 
dtkErrorVersionNotSupported if fails. In this case, the 14 release number will be be used. 
 
 
 
◆ WriteReferencePlaneAsHidden()
      
        
          | void catiav5w::WriteOptions::WriteReferencePlaneAsHidden  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ WriteReferencePlaneAsVisible()
      
        
          | void catiav5w::WriteOptions::WriteReferencePlaneAsVisible  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ _FileRelease
◆ _WriteReferencePlanesAsHidden
  
  
      
        
          | Dtk_bool catiav5w::WriteOptions::_WriteReferencePlanesAsHidden | 
         
       
   | 
  
protected   |