NXOpen.UF.Attr.GetComputationalTimeUserAttribute

Attr.GetComputationalTimeUserAttribute()

Refer to UF_ATTR_get_computational_time_user_attribute for documentation.

Signature: GetComputationalTimeUserAttribute(objectArg, title, index)

Parameters:
  • objectArg (Tag) – The object holding the attribute
  • title (str) – The attribute title
  • index (int) – The array index (set to UF_ATTR_NOT_ARRAY if not an array)
Returns:

A Tuple

Return type:

A tuple consisting of (value,hasAttribute)

value(list of int): Time/Date value as computational time

hasAttribute(bool): An attribute has been found

License requirements: None