NXOpen.UF.FbmGeom.AskUsedCriteria

FbmGeom.AskUsedCriteria()

Refer to UF_FBM_GEOM_ask_used_criteria for documentation.

Signature: AskUsedCriteria(fbmGeomTag)

Parameters:fbmGeomTag (Tag) – The tag of the fbm_geom group of interest
Returns:A Tuple
Return type:A tuple consisting of (count,usedCriteriaList)

count(int): The number of criteria

usedCriteriaList(list of str): The criteria that will be usedfor classification. Memory is allocated by this function and has to be freed by calling UF_free_string_array

License requirements: None