NXOpen.UF.Camgeom.AskItems

Camgeom.AskItems()

Refer to UF_CAMGEOM_ask_items for documentation.

Signature: AskItems(objectTag, geometryType)

Parameters:
  • objectTag (Tag) – the parent object of thegeometry
  • geometryType (NXOpen.UF.Cam.GeomType Refer to UF_CAM_geom_type_e for documentation.) – the type of the geometry
Returns:

A Tuple

Return type:

A tuple consisting of (count,items)

count(int): the count of geometry items

items(list of PointerWrapper): the list of geometry itemsit must be freed using UF_free

License requirements: None