NXOpen.UF.Vec3.Add

Vec3.Add()

Refer to UF_VEC3_add for documentation.

Signature: Add(vec1, vec2)

Parameters:
  • vec1 (list of float) – The first three dimensional vector
  • vec2 (list of float) – The second three dimensional vector
Returns:

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

Return type:

list of float

License requirements: None