NXOpen.UF.Wave.CreateLinkedDatum

Wave.CreateLinkedDatum()

Refer to UF_WAVE_create_linked_datum for documentation.

Signature: CreateLinkedDatum(datum, xform, objectInPart)

Parameters:
  • datum (Tag) – The datum plane or axis which is the source geometry of the new linked datum 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 datum. Linked datums must be interpart.
  • objectInPart (Tag) – Determines the part within which the new feature is made.
Returns:

The tag of the new linked datum feature.

Return type:

Tag

License requirements: ASSEMBLIES MODULE