NXOpen.UF.ModlGeneral.AskExpsOfPart

ModlGeneral.AskExpsOfPart()

Refer to UF_MODL_ask_exps_of_part for documentation.

Signature: AskExpsOfPart(partTag)

Parameters:partTag (Tag) – Tag of the part to be queried
Returns:A Tuple
Return type:A tuple consisting of (numberOfExps,exps)

numberOfExps(int): Number of expressions returned

exps(list of Tag): All the expressions in the part. Use UF_free to deallocate memory.

License requirements: None