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 (clcName,numComps,lbcTags,lbcScales)

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

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

lbcTags(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.

lbcScales(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