| Description |
| This function sets the specified parameters and performs regeneration if required. The logics of parameters update is following: height change resets all other dimensions; weight change resets 3 or 4 dimemnsions mentioned above; any antropometric dim from the 1st part influences all other dimensions on this section; all other parameters would be left unchanged. If required to set the parameter to the default value ProManikinEditVarPair.reset has to be set to PRO_B_TRUE Order of the parameters in ProManikinEditVarPair is not important. |
| Synopsis |
| #include <ProManikinCust.h> |
| ProError | ProManikinCustomize | ( |
| const ProManikinEditVarPair* vars_array | |
| /*
(In) |
| ProArray array of ProManikinEditVarPair |
| */ |
| ProName failed_param_name | |
| /*
(Out) |
| if the process failed it would contain the problematic parameter we were unable to satisfy. |
| */ |
| ) |
| Returns |
|
|