NXOpen.UF.Wave.CreateLinkedFace

Wave.CreateLinkedFace()

Refer to UF_WAVE_create_linked_face for documentation.

Signature: CreateLinkedFace(face, xform, objectInPart, updateAtTimestamp)

Parameters:
  • face (Tag) – The face which is the source geometry of the new linked face 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 face.
  • objectInPart (Tag) – Determines the part within which the new feature is made.
  • updateAtTimestamp (bool) – If update_at_timestamp is true, the linked face feature updates at a time determined by its creation timestamp. If it is false, it updates after its source face’s body is completely generated.
Returns:

The tag of the new linked face feature.

Return type:

Tag

License requirements: ASSEMBLIES MODULE