NXOpen.UF.FbmGeom.AskAvailableCriteria

FbmGeom.AskAvailableCriteria()

Refer to UF_FBM_GEOM_ask_available_criteria for documentation.

Signature: AskAvailableCriteria(fbmGeomTag)

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

count(int): The number of criteria

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

License requirements: None