NXOpen.UF.Vec2.Add

Vec2.Add()

Refer to UF_VEC2_add for documentation.

Signature: Add(vec1, vec2)

Parameters:
  • vec1 (list of float) – Vector #1
  • vec2 (list of float) – Vector #2
Returns:

The vector sum of vectors one and two vec_sum = vec1 + vec2

Return type:

list of float

License requirements: None