// set_param(css, "max_size", val_to_string( minFaceSize * 5 ).c_str());
}
std::string errorTxt;
- if ( !SMESHUtils_MGLicenseKeyGen::SignCAD( c, errorTxt ))
- return error( "Problem with library SalomeMeshGemsKeyGenerator: " + errorTxt );
+ //if ( !SMESHUtils_MGLicenseKeyGen::SignCAD( c, errorTxt ))
+ // return error( "Problem with library SalomeMeshGemsKeyGenerator: " + errorTxt );
// Use the original dcad
cadsurf_set_dcad(css, dcad);
}
std::string errorTxt;
- if ( !SMESHUtils_MGLicenseKeyGen::SignMesh( msh, errorTxt ))
- return error( "Problem with library SalomeMeshGemsKeyGenerator: " + errorTxt );
+ //if ( !SMESHUtils_MGLicenseKeyGen::SignMesh( msh, errorTxt ))
+ // return error( "Problem with library SalomeMeshGemsKeyGenerator: " + errorTxt );
ret = cadsurf_set_mesh(css, msh);
if ( ret != STATUS_OK ) return error("Pb in cadsurf_set_mesh()");