Function ProManikinCustomize
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>
ProManikinCustomize
(
const ProManikinEditVarPair* vars_array
/* (In)
*/
ProName failed_param_name
/* (Out)
if the process failed it would contain the problematic parameter we were unable to satisfy.
*/
)
Returns
The function was successful.
The cust manikin must be the top window object.
Invalid input in this case failed_param_name will return the problematic parameter.
ProManikinEditVarPair.p_val does not match type of ProManikinEditVarPair.ProParamvalue - failed_param_name will be set.
A parameter not in bounds or the regeneration
failed
failed_param_name will be set.
The function failed by other reason.
User Guide References
これは役に立ちましたか?