NXOpen.UF.Wave.SetLinkMirrorData

Wave.SetLinkMirrorData()

Refer to UF_WAVE_set_link_mirror_data for documentation.

Signature: SetLinkMirrorData(linkedFeature, sourceBody, bodyXform, datumPlane, datumXform, updateAtTimestamp)

Parameters:
  • linkedFeature (Tag) – The linked mirror feature whose properties are to be set.
  • sourceBody (Tag) – The body which is the new source geometry of the linked mirror body feature; can be NULL_TAG, in which case the link is broken.
  • bodyXform (Tag) – The new transform which determines the position of the linked feature relative to its source body, before the reflection is applied. Must be NULL_TAG (identity transform) or an assy_ctxt_xform in the same part as linked_feature whose to_part_occ contains source_body.
  • datumPlane (Tag) – The datum plane which provides the new plane of reflection of the linked mirror body feature; can be NULL_TAG, in which case the link is broken.
  • datumXform (Tag) – The new transform which determines the position of the plane of reflection of the linked feature relative to its source datum plane. Must be NULL_TAG (identity transform) or an assy_ctxt_xform in the same part as linked_feature whose to_part_occ contains datum_plane.
  • updateAtTimestamp (bool) – If true, the feature updates at its timestamp. If false, the feature updates after its source geometry has updated.

License requirements: SOLIDS MODELING