NXOpen.UF.Wave.SetLinkData

Wave.SetLinkData()

Refer to UF_WAVE_set_link_data for documentation.

Signature: SetLinkData(linkedFeature, sourceEntity, xform, updateAtTimestamp)

Parameters:
  • linkedFeature (Tag) – The linked feature whose properties are to be set.
  • sourceEntity (Tag) – The tag of the new source geometry; can be NULL_TAG, in which case the link is broken.
  • xform (Tag) – The new transform which determines the position of the linked feature relative to its source geometry. Must be NULL_TAG (identity transform) or an assy_ctxt_xform in the same part as linked_feature whose to_part_occ contains source_entity.
  • updateAtTimestamp (bool) – If true, the linked feature now updates at its timestamp. If false, the feature now updates after its source geometry has updated.

License requirements: None