NXOpen.UF.Mfm.AskGeometryGroups

Mfm.AskGeometryGroups()

Refer to UF_MFM_ask_geometry_groups for documentation.

Signature: AskGeometryGroups(machiningFeature)

Parameters:machiningFeature (PointerWrapper) – The pointer of the machining feature
Returns:A Tuple
Return type:A tuple consisting of (count,geometryGroups)

count(int): The number of geometry groups that the machining feature belongs to

geometryGroups(list of Tag): The array of geometry groupsthat machining feature belongs to. The memory is allocated by this function and must be freed by calling UF_free.

License requirements: None