Update Spatial Quantity with nodal values on region
            
            H_ERROR FMP_UpdateSpatialQuantityByImportRegionByCoordinates (CEDINT32 serverUid,  char* paramName,char* regionName,CEDINT32 dimRegion, CEDDOUBLE localization, CEDINT32 mechanicalSetPosition, CEDINT32 nbrNodes,double* cooNodes,CEDINT32 nbrReal,CEDINT32 nbrComponents,double* nodalValues )
            
                
                    - Input: 
                            - serverUid: server Uid
 
                            - paramName: parameter name
 
                            - regionName: region name
 
                            - dimRegion: dimension region
 
                            - localization: localization of coordinates
 
                            - mechanicalSetPosition: mechanical set position
 
                            - nbrNodes: number of nodes
 
                            - cooNodes: Array of coordinates of nodes
 
                            - nbrReal: number of real by nodal value
 
                            - nbrComponents: number of components by nodal value 
 
                            - nodalValues: array of nodal values
 
                        
 
                    - Return: 
 
                
                
                            
                                | Valid value for " localization " in file header
                                    "flux_mp.h" | 
                            
                            
                                | LOCALIZATIONNODETONODE | 
                            
                            
                                | Localization value in meter | 
                            
                        
 
                
                            
                                | Valid value for " mechanicalSetPosition" in file header
                                    "flux_mp.h" | 
                            
                            
                                | MECHANICALSETPOSITIONREFERENCE | 
                            
                            
                                | MECHANICALSETPOSITIONCURRENT |