NXOpen.UF.Wave.CreateLinkedCurve

Wave.CreateLinkedCurve()

Refer to UF_WAVE_create_linked_curve for documentation.

Signature: CreateLinkedCurve(curve, xform, objectInPart, updateAtTimestamp)

Parameters:
  • curve (Tag) – The curve which is the source geometry of the new linked curve feature.
  • xform (Tag) – The transform which determines the position of the linked feature relative to its source geometry. Must be NULL_TAG (create position independent link) or an assy_ctxt_xform in the same part as object_in_part whose to_part_occ contains curve.
  • objectInPart (Tag) – Determines the part within which the new feature is made.
  • updateAtTimestamp (bool) – If true, the linked curve feature updates at a time determined by its creation timestamp. If it is false, it updates after its source curve is completely generated.
Returns:

The tag of the new linked curve feature.

Return type:

Tag

License requirements: ASSEMBLIES MODULE