NXOpen.UF.Wave.CreateLinkedPtCurve

Wave.CreateLinkedPtCurve()

Refer to UF_WAVE_create_linked_pt_curve for documentation.

Signature: CreateLinkedPtCurve(curve, prm, xform, objectInPart)

Parameters:
  • curve (Tag) – The curve which defines the source geometry of the new linked point feature.
  • prm (Tag) – The parameter (smart scalar) which defines the position of the new linked point feature along curve. It must be in the same part as object_in_part.
  • xform (Tag) – Gives the transformation that is applied to the point on the source curve to generate the linked point. It 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.
Returns:

The tag of the new linked point feature.

Return type:

Tag

License requirements: ASSEMBLIES MODULE