NXOpen.UF.Wave.SetLinkRegionData

Wave.SetLinkRegionData()

Refer to UF_WAVE_set_link_region_data for documentation.

Signature: SetLinkRegionData(linkedFeature, nSeedFaces, seedFaces, nBoundaryFaces, boundaryFaces, xform, updateAtTimestamp, traverseInteriorEdges, deleteOpenings)

Parameters:
  • linkedFeature (Tag) – The linked region feature whose properties are to be set.
  • nSeedFaces (int) – The number of seed faces; can be 0, in which case the link is broken.
  • seedFaces (list of Tag) – The array of seed faces.
  • nBoundaryFaces (int) – The number of boundary faces.
  • boundaryFaces (list of Tag) – The array of boundary faces.
  • xform (Tag) – The new transform which determines the position of the linked region feature relative to its source geometry. Must be NULL_TAG (identity transform) or an assy_ctxt_xform in the same part as linked_feature.
  • updateAtTimestamp (bool) – If true, the linked region feature now updates at its timestamp. If false, the feature now updates after its source geometry has updated.
  • traverseInteriorEdges (bool) – If true, the traversal algorithm now pass es through holes in the body; if false, it now only passes over the outside surface of the body.
  • deleteOpenings (bool) – If true, any holes in the resulting sheet are now closed up, if false they are now left.

License requirements: SOLIDS MODELING