NXOpen.UF.Cam.OptAskPostNames

Cam.OptAskPostNames()

Refer to UF_CAM_opt_ask_post_names for documentation.

Signature: OptAskPostNames()

Returns:A Tuple
Return type:A tuple consisting of (count,names)

count(int): - the number of available post names

names(list of str): - the available post names. The returned array must be freed by calling UF_free_string_array.

License requirements: None