C3D Toolkit  Kernel - 118060, Vision - 2.15.0.1825
conv_res_type.h File Reference

Enumeration with the result of conversion. More...

#include <string>
#include <math_define.h>

Enumerations

enum  MbeConvResType {
  cnv_Success = 0 , cnv_PartialSuccess , cnv_Error , cnv_UserCanceled ,
  cnv_NoBody , cnv_NoObjects , cnv_FileOpenError , cnv_FileWriteError ,
  cnv_FileDeleteError , cnv_ImpossibleReadAssembly , cnv_LicenseNotFound , cnv_NotEnoughMemory ,
  cnv_UnknownExtension , cnv_UnsupportedVersion , cnv_CannotLoadFormatSpecificComponent , cnv_InvalidObjectIdentifier
}
 Result of converting operation. More...
 

Functions

std::string MbeConvResTypeToString (MbeConvResType result)
 Get string description of the result of converting operation.
 

Detailed Description

Enumeration with the result of conversion.

Enumeration Type Documentation

◆ MbeConvResType

Result of converting operation.

Enumerator
cnv_Success 

Success.

cnv_PartialSuccess 

Only some objects were successfully processed. While export it turned out that some objects don't meet the requirements of the exchange format.

cnv_Error 

Error.

cnv_UserCanceled 

Process interrupted by user.

cnv_NoBody 

No solids found.

cnv_NoObjects 

No objects found.

cnv_FileOpenError 

File open error.

cnv_FileWriteError 

File write error.

cnv_FileDeleteError 

Could not delete file.

cnv_ImpossibleReadAssembly 

Assemblies are not supported.

cnv_LicenseNotFound 

License check failure.

cnv_NotEnoughMemory 

Not enough memory.

cnv_UnknownExtension 

Unknown file extenstion.

cnv_UnsupportedVersion 

Unsupported format version.

cnv_CannotLoadFormatSpecificComponent 

Cannot load the plugin for reading this specific format.

cnv_InvalidObjectIdentifier 

Object with specified identifier not found while creating a solid from user data.