NXOpen.UF.Wave.AskLinkedFeatureMap

Wave.AskLinkedFeatureMap()

Refer to UF_WAVE_ask_linked_feature_map for documentation.

Signature: AskLinkedFeatureMap(linkedFeature, allowLoad)

Parameters:
  • linkedFeature (Tag) – The linked feature whose geometry map is wanted.
  • allowLoad (bool) – True if the source geometry’s part can be loaded, false otherwise.
Returns:

A Tuple

Return type:

A tuple consisting of (nMapItems,sourceGeom,linkedGeom)

nMapItems(int): The number of source and linked entities in the arrays

sourceGeom(list of Tag): The tags of the entities composing the source geometry. This array must be freed by calling UF_free.

linkedGeom(list of Tag): The corresponding tags of the entities created by the linked feature. This array must be freed by calling UF_free.

License requirements: None