NXOpen.UF.FbmGeom.AskRepresentativeFeatures

FbmGeom.AskRepresentativeFeatures()

Refer to UF_FBM_GEOM_ask_representative_features for documentation.

Signature: AskRepresentativeFeatures(fbmGeomTag)

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

count(int): The number of representative features in this group

repFeatureList(list of PointerWrapper): The array of representativefeatures in this group. The memory is allocated by this function and has to be freed by calling UF_free

License requirements: None