NXOpen.UF.Sf.AskCombinedLoadCases

Sf.AskCombinedLoadCases()

Refer to UF_SF_ask_combined_load_cases for documentation.

Signature: AskCombinedLoadCases(partTag)

Parameters:partTag (Tag) – part to retrieve from, NULL_TAG for current work part
Returns:A Tuple
Return type:A tuple consisting of (numClcs,clcTags)

numClcs(int): Number of combined load case sets found in the current scenario part.

clcTags(list of Tag): pointer to the pointer to the array of the tag for the combined load cases. pass in NULL if no allocation is desired. If NULL is not passed in, this array must be freed by calling UF_free.

License requirements: None