NXOpen.UF.Sket.AskDimStatus

Sket.AskDimStatus()

Refer to UF_SKET_ask_dim_status for documentation.

Signature: AskDimStatus(dimTag)

Parameters:dimTag (Tag) – Dimension tag.
Returns:A Tuple
Return type:A tuple consisting of (expTag,expString,value,status)

expTag(Tag): Expression tag.

expString(list of str): Expression string.

value(float): Value of expression.

status(int): Status:1 = Reference 2 = Constrained(for pre-v13 sketches) or Active(for v13+ sketches) 3 = Underconstrained(for pre-v13 sketches only)- some variables associated with the dimension are not constrained)

License requirements: None