Depuis la version 2026, Flux 3D et Flux PEEC ne sont plus disponibles.
Veuillez utiliser SimLab pour créer un nouveau projet 3D ou pour importer un projet Flux 3D existant.
Veuillez utiliser SimLab pour créer un nouveau projet PEEC (pas possible d'importer un projet Flux PEEC existant).
/!\ La documentation est en cours de mise à jour – des références au 3D peuvent subsister.
FMP_getVariationParameterProperties
Get the number of real and the number of component for a list of VariationParameter
H_ERROR FMP_getVariationParameterProperties (CEDINT32 serverUid,CEDINT32 nbrParam,char** paramName ,CEDINT32* nbrReal,CEDINT32* nbrComponents,CEDINT32* typeParam)
- Input:
- serverUid: server Uid
- nbrParam: number of I/O parameter (variation parameters)
- paramName: name of I/O parameter
- Output:
- nbrReal: array of number of real (free with " FMP_free")
- nbrComponent: array of number of components (free with " FMP_free")
- typeParam: array of parameter type (free with " FMP_free")
- Return:
- error handle (NULL=OK)
| Valid value for typeParam in file header "flux_mp.h" |
| UNKNOWNVARPARAM |
| UPDATABLEVARPARAM |
| NOUPDATABLEVARPARAM |