Copy Options used in copy methods within OMC::Clipboard. 
|  | 
|  | CopyOptions (const QVariant &options) | 
|  | Generate a Copy_Option object from an argument object.  More... 
 | 
|  | 
◆ CopyOptions()
      
        
          | OMC::CopyOptions::CopyOptions | ( | const QVariant & | options | ) |  | 
      
 
Generate a Copy_Option object from an argument object. 
Generates a Copy_Option object from an object argument in the form: { "add_modelling_dir" : True, "addScanFiles" : True, "include_default_camera_name" : True } 
 
 
◆ include_default_camera_name
      
        
          | bool OMC::CopyOptions::include_default_camera_name | 
      
 
Use this when you want the camera in a template to be set as default camera in the target scene. 
- Note
- This is not necessary if there is no camera assigned in the target scene, as the incoming camera will automatically be set as default camera.