NXOpen.UF.Modeling.AskFeatError

Modeling.AskFeatError()

Refer to UF_MODL_ask_feat_error for documentation.

Signature: AskFeatError(featureTag)

Parameters:featureTag (Tag) – The feature being inquired.
Returns:A Tuple
Return type:A tuple consisting of (errnum,errmessage)

errnum(int): Number of error messages.

errmessage(list of str): Array of error messages. The caller is responsible for calling UF_free to free this array.

License requirements: None