NXOpen.UF.Wave.AskLinkRegionSources

Wave.AskLinkRegionSources()

Refer to UF_WAVE_ask_link_region_sources for documentation.

Signature: AskLinkRegionSources(linkedFeature, allowLoad)

Parameters:
  • linkedFeature (Tag) – The linked region feature whose source geometry 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 (nSeedFaces,seedFaces,nBoundaryFaces,boundaryFaces,traverseInteriorEdges,deleteOpenings)

nSeedFaces(int): The number of seed faces.

seedFaces(list of Tag): The array of tags of the seed faces. This must be freed by calling UF_free.

nBoundaryFaces(int): The number of boundary faces.

boundaryFaces(list of Tag): The array of tags of the boundary faces. This must be freed by calling UF_free.

traverseInteriorEdges(bool): True if the traversal algorithm passes through holes in the body; false if it only passes over the outside surface of the body.

deleteOpenings(bool): True if any holes in the resulting sheet are closed up; false if they are left.

License requirements: None