NXOpen.UF.Assem.AskPartOccSuppressState

Assem.AskPartOccSuppressState()

Refer to UF_ASSEM_ask_part_occ_suppress_state for documentation.

Signature: AskPartOccSuppressState(partOcc)

Parameters:partOcc (Tag) – The tag of the part occurrence to query.
Returns:A Tuple
Return type:A tuple consisting of (suppressed,parentSuppressed)

suppressed(bool): True if the given part occurrence is suppressed.

parentSuppressed(bool): True if any parent part occurrence of the given part occurrence is suppressed. May be NULL if the caller is not interested in determining the suppress state of the part occurrence

License requirements: None