NXOpen.UF.Weight.AskPartMinWeight

Weight.AskPartMinWeight()

Refer to UF_WEIGHT_ask_part_min_weight for documentation.

Signature: AskPartMinWeight(part, units)

Parameters:
  • part (Tag) – The part whose minimum weight limit is to be returned.
  • units (NXOpen.UF.Weight.UnitsType Refer to UF_WEIGHT_units_type_e for documentation.) – The units in which the minimum weight limit is to be expressed.
Returns:

A Tuple

Return type:

A tuple consisting of (minWeight,isSet)

minWeight(float): The value of the minimum weight limit of part (0.0 if the limit is not set).

isSet(bool): True if the minimum weight limit of the part is currently set, false if not.

License requirements: None