NXOpen.UF.FbmGeom.AskFeatureEntities

FbmGeom.AskFeatureEntities()

Refer to UF_FBM_GEOM_ask_feature_entities for documentation.

Signature: AskFeatureEntities(fbmGeomTag, representativeFeature)

Parameters:
  • fbmGeomTag (Tag) – The tag of the fbm_geom group of interest
  • representativeFeature (PointerWrapper) – A representative feature object of the group
Returns:

A Tuple

Return type:

A tuple consisting of (count,entities)

count(int): The number of entities of the feature object

entities(list of Tag): The array of entities of the feature object. Memory has to be freed by calling UF_free

License requirements: None