NXOpen.UF.Kf.AskParameters

Kf.AskParameters()

Refer to UF_KF_ask_parameters for documentation.

Signature: AskParameters(nameChain)

Parameters:nameChain (str) – Reference chain of instance, with trailing colon
Returns:A Tuple
Return type:A tuple consisting of (parameterNames,numParams)

parameterNames(list of str): Array of parameter names that were specified. Free with UF_free_string_array.

numParams(int): Number of parameters found

License requirements: None