NXOpen.UF.Wave.CreateLinkedPtAngle

Wave.CreateLinkedPtAngle()

Refer to UF_WAVE_create_linked_pt_angle for documentation.

Signature: CreateLinkedPtAngle(arc, angle, xform, objectInPart)

Parameters:
  • arc (Tag) – The arc which defines the source geometry of the new linked point feature.
  • angle (Tag) – The angle (smart scalar) which defines the position of the new linked point feature around arc. It must be in the same part as object_in_part. Its value is in radians.
  • 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 arc.
  • 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