NXOpen.UF.FbmGeom.ClassifyByCriteria

FbmGeom.ClassifyByCriteria()

Refer to UF_FBM_GEOM_classify_by_criteria for documentation.

Signature: ClassifyByCriteria(fbmGeomTag, numOfCriteria, criteria)

Parameters:
  • fbmGeomTag (Tag) – The tag of the fbm_geom group of interest
  • numOfCriteria (int) – The number of criteria that have to be considered
  • criteria (list of str) – The criteria to be considered
Returns:

A Tuple

Return type:

A tuple consisting of (numOfClassifiedSets,classifiedSetList)

numOfClassifiedSets(int): The count of criteria sets possible

classifiedSetList(list of PointerWrapper): The object containing the results of the classification. This has to be freed calling the function UF_FBM_GEOM_free_classified_set_list

License requirements: None