NXOpen.UF.ModlGeneral.DissectExpString

ModlGeneral.DissectExpString()

Refer to UF_MODL_dissect_exp_string for documentation.

Signature: DissectExpString(expStr)

Parameters:expStr (str) – Expression character string = .
Returns:A Tuple
Return type:A tuple consisting of (lhsStr,rhsStr,expTag)

lhsStr(str): character string. This must be freed by the caller by calling UF_free.

rhsStr(str): character string. This must be freed by the caller by calling UF_free.

expTag(Tag): Tag for the expression.

License requirements: SOLIDS MODELING