NXOpen.UF.FbmGeom.AskListOfFeatureNames

FbmGeom.AskListOfFeatureNames()

Refer to UF_FBM_GEOM_ask_list_of_feature_names for documentation.

Signature: AskListOfFeatureNames(fbmGeomTag)

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

count(int): The number of feature names returned

featureNames(list of str): The array of the feature names.The memory for the names allocated by this function and must be freed by calling UF_free_string_array.

License requirements: None