Documentação da API > Parameters and relations > Object ProParameter > Function ProParameterDrivingparamSet
Function ProParameterDrivingparamSet
Description
Assigns the driving parameter for a material parameter. This will set the driver type to be PRO_PARAMDRIVER_PARAM.
Replacement in Object TOOLKIT:
Synopsis
#include <ProParamDriver.h>
ProParameterDrivingparamSet
(
ProParameter* material_parameter
/* (In)
The material parameter.
*/
ProParameter* driving_param
/* (In)
The driving parameter.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
This parameter cannot be driven by another parameter.
User Guide References
Isto foi útil?