Function ProParameterDrivingFunctionSet
Description
Assigns the driving function for the parameter. This will set the driver type to be PRO_PARAMDRIVER_FUNCTION.
Synopsis
#include <ProParamDriver.h>
ProParameterDrivingFunctionSet
(
ProParameter* material_parameter
/* (In)
The material parameter.
*/
ProUserdefFunction* driving_function
/* (In)
The driving function
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
This parameter cannot be driven by a function.
User Guide References
これは役に立ちましたか?