NXOpen.UF.Cambnd.AskBoundaries

Cambnd.AskBoundaries()

Refer to UF_CAMBND_ask_boundaries for documentation.

Signature: AskBoundaries(objectTag, type)

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

A Tuple

Return type:

A tuple consisting of (count,boundaries)

count(int): the count of boundaries

boundaries(list of PointerWrapper): the list boundary itemsit must be freed using UF_free

License requirements: None