NXOpen.UF.Sf.AskCombinedLoadCase

Sf.AskCombinedLoadCase()

Refer to UF_SF_ask_combined_load_case for documentation.

Signature: AskCombinedLoadCase(clcTag)

Parameters:clcTag (Tag) – Tag of the combined load case.
Returns:A Tuple
Return type:A tuple consisting of (clc_name,num_comps,lbc_tags,lbc_scales)

clc_name(str): Name of the combined load case. This must be freed by calling UF_free.

num_comps(int): Number of load cases in the combined load case definition.

lbc_tags(list of Tag): pointer to the pointer to the array of the tags for load case components. This must be freed by calling UF_free.

lbc_scales(list of float): pointer to the pointer to the array of the scale factors for load case components. This must be freed by calling UF_free.

License requirements: None