NXOpen.UF.FbmGeom.AskFeatures

FbmGeom.AskFeatures()

Refer to UF_FBM_GEOM_ask_features for documentation.

Signature: AskFeatures(fbmGeomTag)

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

count(int): The number of feature objects returned

ncfeatObjs(list of PointerWrapper): The array of ncfeat objects.The memory for the objects allocated by this function and must be freed by calling UF_free

License requirements: None